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

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