diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-10-31 09:27:13 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-10-31 09:32:10 +0100 |
commit | ec5e336e553d3cbefe7274437cd1838494913529 (patch) | |
tree | 90ceb3e559596d46263e55e56438c059d9cf4674 /applications/luci-app-rosy-file-server/root/usr | |
parent | b5270bea47c12374cc731c0999252afba62d14da (diff) |
luci-app-rosy-file-server: drop
This package was marked as broken [1], so it's time to remove it.
As package rosy-file-server will be dropped soon [2].
Reasons:
1. it's broken (and package requires LuCI, which was marked as broken,
thus it is useless)
2. maintainer is inactive
3. maintainer's company does not seem to work.
[1] https://github.com/openwrt/luci/commit/34b682afac310859f0d4696110d8a1af60f16c04
[2] https://github.com/openwrt/packages/pull/17031
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'applications/luci-app-rosy-file-server/root/usr')
2 files changed, 0 insertions, 46 deletions
diff --git a/applications/luci-app-rosy-file-server/root/usr/share/luci/menu.d/luci-app-rosy-file-server.json b/applications/luci-app-rosy-file-server/root/usr/share/luci/menu.d/luci-app-rosy-file-server.json deleted file mode 100644 index c0a466576d..0000000000 --- a/applications/luci-app-rosy-file-server/root/usr/share/luci/menu.d/luci-app-rosy-file-server.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "httpfs": { - "title": "Rosy File Server", - "order": 5, - "setuser": "root", - "setgroup": "root", - "action": { - "type": "firstchild" - }, - "depends": { - "acl": [ "luci-app-rosy-file-server" ], - "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 } - } - } -} diff --git a/applications/luci-app-rosy-file-server/root/usr/share/rpcd/acl.d/luci-app-rosy-file-server.json b/applications/luci-app-rosy-file-server/root/usr/share/rpcd/acl.d/luci-app-rosy-file-server.json deleted file mode 100644 index b5ce1ffa16..0000000000 --- a/applications/luci-app-rosy-file-server/root/usr/share/rpcd/acl.d/luci-app-rosy-file-server.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-rosy-file-server": { - "description": "Grant UCI access for luci-app-rosy-file-server", - "read": { - "uci": [ "rosyfs" ] - }, - "write": { - "uci": [ "rosyfs" ] - } - } -} |