Files
minisrv/zefie_wtvp_minisrv/user_config.pconly_example.json
zefie 184e91d784 v0.9.57
- move wtv-guide romcache + some fixes
- fix getAbsolutePath
- fix adding users (broken with getAbsolutePath update)
- fix bugs, update badwords, more bugs with account addition to fix yet
- implement bad username check (wordlist from Redialed)
- update zefie server IP (again)
- proper x-powered-by version format
- fix: also respect in hide_minisrv_version in cgi
- fix: properly respect hide_minisrv_version flag
- removed a scary warning
- add default php_binpath config entry (php is still disabled by default)
2025-01-22 19:33:50 -05:00

94 lines
1.4 KiB
JSON

{
"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
}
}
}