- Small update for CGI Security
- Various AI suggested fixes
- Fix to logging verbosity
- Fixes for Last-Modified headers
- Removed 2 unused node module deps
- Added pc-only user_config.json example
- Initial work updating catchall system to support CGI
- Reverted registration and home theme system due to problems
This commit is contained in:
zefie
2025-01-03 12:50:29 -05:00
parent 907cec23c2
commit 65521fcad6
45 changed files with 421 additions and 716 deletions

View File

@@ -0,0 +1,99 @@
{
/*
STOP! STOP! STOP!
Do NOT edit this file. Instead make a file called "user_config.json" in the same folder as "app.js"
With that, you can override anything defined here. You can copy this config as a template, but should
only leave in things you are actually overriding, in case a future feature update changes any defaults.
*/
"services": {
// service definitions
"wtv-head-waiter": {
"disabled": true
},
"wtv-tricks": {
"disabled": true
},
"wtv-star": {
"disabled": true
},
"wtv-news": {
"disabled": true
},
"news": {
"disabled": true
},
"wtv-register": {
"disabled": true
},
"wtv-log": {
"disabled": true
},
"wtv-home": {
"disabled": true
},
"wtv-1800": {
"disabled": true
},
"wtv-flashrom": {
"disabled": true
},
"wtv-setup": {
"disabled": true
},
"wtv-music": {
"disabled": true
},
"wtv-cookie": {
"disabled": true
},
"wtv-chat": {
"disabled": true
},
"wtvchat": {
"disabled": true
},
"irc": {
"disabled": true
},
"wtv-disk": {
"disabled": true
},
"wtv-guide": {
"disabled": true
},
"wtv-mail": {
"disabled": true
},
"wtv-passport": {
"disabled": true
},
"wtv-favorite": {
"disabled": true
},
"wtv-admin": {
"disabled": true
},
"wtv-author": {
"disabled": true
},
"http": {
"disabled": true
},
"https": {
"disabled": true
},
"proto": {
"disabled": true
},
"pb_services": {
"disabled": true
},
"pc_services": {
// PC Services
"port": 1699,
"pc_services": true,
"disabled": false
}
}
}