This commit is contained in:
elijahr2411
2023-02-09 20:09:27 -05:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
# CollabVM1.ts # 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 ## Running
1. Copy config.example.toml to config.toml, and fill out fields 1. Copy config.example.toml to config.toml, and fill out fields
2. Build it: `npm run build` 2. Install dependencies: `npm i`
3. Run it: `npm run serve` 3. Build it: `npm run build`
4. Run it: `npm run serve`

View File

@@ -21,7 +21,7 @@ motd = "welcome!"
# Use $IP to specify an ip and (optionally) use $NAME to specify a username # Use $IP to specify an ip and (optionally) use $NAME to specify a username
bancmd = "iptables -A INPUT -s $IP -j REJECT" bancmd = "iptables -A INPUT -s $IP -j REJECT"
moderatorEnabled = true moderatorEnabled = true
usernameblacklist = ["jjjj"] usernameblacklist = []
maxChatLength = 100 maxChatLength = 100
# Temporarily mute a user if they send more than x messages in n seconds # Temporarily mute a user if they send more than x messages in n seconds
automute = {enabled = true, seconds = 5, messages = 5} automute = {enabled = true, seconds = 5, messages = 5}
@@ -47,4 +47,4 @@ kick = true
bypassturn = true bypassturn = true
rename = true rename = true
grabip = true grabip = true
xss = true xss = true