Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-tinyproxy.json « menu.d « luci « share « usr « root « luci-app-tinyproxy « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d7ea3dc59dafd9f9dba74f83a5001b2122d4237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
	"admin/services/tinyproxy": {
		"title": "Tinyproxy",
		"action": {
			"type": "firstchild"
		},
		"depends": {
			"acl": [ "luci-app-tinyproxy" ],
			"uci": { "tinyproxy": true }
		}
	},

	"admin/services/tinyproxy/status": {
		"title": "Status",
		"order": 1,
		"action": {
			"type": "template",
			"path": "tinyproxy_status"
		}
	},

	"admin/services/tinyproxy/config": {
		"title": "Configuration",
		"order": 2,
		"action": {
			"type": "cbi",
			"path": "tinyproxy",
			"post": { "cbi.submit": true }
		}
	}
}