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

luci-app-shairplay.json « menu.d « luci « share « usr « root « luci-app-shairplay « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46cf40d60cadfa377a20f5c929f95d8f1c98e202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"admin/services/shairplay": {
		"title": "Shairplay",
		"action": {
			"type": "cbi",
			"path": "shairplay",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"acl": [ "luci-app-shairplay" ],
			"uci": { "shairplay": true }
		}
	}
}