mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-01 22:28:54 +03:00
49 lines
937 B
JSON
49 lines
937 B
JSON
{
|
|
"admin/services/zapret2": {
|
|
"title": "Zapret2",
|
|
"order": 62,
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/services/zapret2/service"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-zapret2" ],
|
|
"fs": {
|
|
"/opt/zapret2/sync_config.sh": "executable",
|
|
"/opt/zapret2/restore-def-cfg.sh": "executable",
|
|
"/opt/zapret2/script-exec.sh": "executable",
|
|
"/opt/zapret2/update-pkg.sh.sh": "executable",
|
|
"/etc/init.d/zapret2": "executable"
|
|
},
|
|
"uci": { "zapret2": true }
|
|
}
|
|
},
|
|
|
|
"admin/services/zapret2/service": {
|
|
"title": "Service",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "zapret2/service"
|
|
}
|
|
},
|
|
|
|
"admin/services/zapret2/settings": {
|
|
"title": "Settings",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "zapret2/settings"
|
|
}
|
|
},
|
|
|
|
"admin/services/zapret2/dmnlog": {
|
|
"title": "Log Viewer",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "zapret2/dmnlog"
|
|
}
|
|
}
|
|
}
|