Merge branch 'master' of https://github.com/computernewb/collabvm-1.2.ts
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# CollabVM1.ts
|
||||
This is a drop-in replacement for the dying CollabVM 1.2.11. Still in alpha.
|
||||
This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta
|
||||
|
||||
## Running
|
||||
1. Copy config.example.toml to config.toml, and fill out fields
|
||||
2. Build it: `npm run build`
|
||||
3. Run it: `npm run serve`
|
||||
2. Install dependencies: `npm i`
|
||||
3. Build it: `npm run build`
|
||||
4. Run it: `npm run serve`
|
||||
|
||||
@@ -21,7 +21,7 @@ motd = "welcome!"
|
||||
# Use $IP to specify an ip and (optionally) use $NAME to specify a username
|
||||
bancmd = "iptables -A INPUT -s $IP -j REJECT"
|
||||
moderatorEnabled = true
|
||||
usernameblacklist = ["jjjj"]
|
||||
usernameblacklist = []
|
||||
maxChatLength = 100
|
||||
# Temporarily mute a user if they send more than x messages in n seconds
|
||||
automute = {enabled = true, seconds = 5, messages = 5}
|
||||
|
||||
Reference in New Issue
Block a user