0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-23 15:56:21 +00:00
Ramon Van Gorkom bbb08197c5 luci-app-tinyproxy: Translate to JS
luci-app-tinyproxy: Translate to JS

Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com>
2024-10-16 15:01:23 +02:00

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