v0.9.4
- feature: add SSID whitelist/blacklist as well as IP based SSID auth - Add user_config_README.md - Update user_config.example.json - Update README.md - update: wtv-1800:/finish-prereg: send tellyscript on relogin if tellyscripts are enabled, and wtv-script-id == 0 (no tellyscript) - Allow definition of custom ServiceVault paths - feature: app.js: add `bind_ip` option to specify an IP to bind to, instead of `0.0.0.0` - feature: custom service logos and better wtv-home:/splash
This commit is contained in:
@@ -1,12 +1,36 @@
|
||||
{
|
||||
"config": {
|
||||
"service_ip": "192.168.11.8",
|
||||
"service_name": "MyWebTV",
|
||||
"send_tellyscripts": true,
|
||||
"service_ip": "192.168.1.8",
|
||||
"service_name": "WebTV",
|
||||
"service_logo": "WebTVLogoJewel.gif",
|
||||
"service_splash_logo": "file://ROM/images/SplashLogo1.gif",
|
||||
"ServiceVaults": [
|
||||
"UserServiceVault",
|
||||
"ServiceVault",
|
||||
"C:\\users\\zefie\\webtv\\ServiceVault",
|
||||
"C:/Users/zefie/webtv/ServiceVault2",
|
||||
"/home/zefie/webtv/ServiceVault"
|
||||
],
|
||||
"ssid_block_list": [
|
||||
"8100000000000000",
|
||||
"8100000000000010"
|
||||
],
|
||||
"ssid_ip_allow_list": {
|
||||
"8100000000000000": [
|
||||
"192.168.1.0/24",
|
||||
"127.0.0.1"
|
||||
]
|
||||
},
|
||||
"hide_ssid_in_logs": true,
|
||||
"verbosity": 0
|
||||
"verbosity": 2
|
||||
},
|
||||
"services": {
|
||||
"wtv-1800": {
|
||||
"send_tellyscripts": true,
|
||||
"send_tellyscript_ssid_whitelist": [
|
||||
"8100000000000000"
|
||||
]
|
||||
},
|
||||
"wtv-log": {
|
||||
"write_logs_to_disk": true
|
||||
},
|
||||
@@ -15,7 +39,7 @@
|
||||
"connections": 1
|
||||
},
|
||||
"wtv-tricks": {
|
||||
"service_ip": "192.168.11.8",
|
||||
"service_ip": "192.168.1.8",
|
||||
"port": 1702,
|
||||
"nobind": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user