luci/applications/luci-app-rosy-file-server/root/usr/share/luci/menu.d/luci-app-rosy-file-server.json
Jo-Philipp Wich 625abbfdbe treewide: convert simple Lua controllers to declarative JSON
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-05 16:52:58 +01:00

34 lines
585 B
JSON

{
"httpfs": {
"title": "Rosy File Server",
"order": 5,
"setuser": "root",
"setgroup": "root",
"action": {
"type": "firstchild"
},
"depends": {
"uci": { "rosyfs": true }
}
},
"httpfs/rosy-file-server": {
"title": "Rosy File Server",
"order": 1,
"action": {
"type": "form",
"path": "rosy-file-server/rosy-file-server",
"post": { "cbi.submit": true }
}
},
"admin/services/rosyfs": {
"title": "Rosy File Server",
"order": 61,
"action": {
"type": "cbi",
"path": "rosy-file-server/rosyfs",
"post": { "cbi.submit": true }
}
}
}