mirror of
https://github.com/openwrt/luci.git
synced 2025-02-23 15:56:21 +00:00
luci-app-tinyproxy: Translate to JS Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"luci-app-tinyproxy": {
|
|
"description": "Grant UCI access for luci-app-tinyproxy",
|
|
"read": {
|
|
"uci": [ "tinyproxy" ],
|
|
"file": {
|
|
"/usr/bin/wget -q http://127.0.0.1:[0-9]*/ -O -": [ "exec" ],
|
|
"/etc/init.d/tinyproxy reload": ["exec"],
|
|
"/etc/init.d/tinyproxy restart": ["exec"]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [ "tinyproxy" ]
|
|
}
|
|
}
|
|
}
|