summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-yggdrasil/root/usr
diff options
context:
space:
mode:
authorWilliam Fleurant <meshnet@protonmail.com>2023-12-04 11:57:11 +0100
committerWilliam Fleurant <meshnet@protonmail.com>2023-12-04 11:57:11 +0100
commit1cd57231d739fea440d25eecbb98771dfc37a188 (patch)
tree1d5a6cc573a479ee3060179bfe61b3282503b7dc /applications/luci-app-yggdrasil/root/usr
parenta6753d44e7bcff305f789e182031fb5f089a8836 (diff)
luci-app-yggdrasil: remove package in favor of luci-proto-yggdrasil
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Diffstat (limited to 'applications/luci-app-yggdrasil/root/usr')
-rw-r--r--applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json48
-rw-r--r--applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json14
2 files changed, 0 insertions, 62 deletions
diff --git a/applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json b/applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json
deleted file mode 100644
index da4e4acef9..0000000000
--- a/applications/luci-app-yggdrasil/root/usr/share/luci/menu.d/luci-app-yggdrasil.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "admin/network/yggdrasil": {
- "title": "Yggdrasil",
- "action": {
- "type": "firstchild"
- },
- "depends": {
- "acl": [ "luci-app-yggdrasil" ],
- "uci": { "yggdrasil": true }
- }
- },
-
- "admin/network/yggdrasil/status": {
- "title": "Status",
- "order": 1,
- "action": {
- "type": "view",
- "path": "yggdrasil/status"
- }
- },
-
- "admin/network/yggdrasil/peers": {
- "title": "Peers",
- "order": 2,
- "action": {
- "type": "view",
- "path": "yggdrasil/peers"
- }
- },
-
- "admin/network/yggdrasil/settings": {
- "title": "Settings",
- "order": 3,
- "action": {
- "type": "view",
- "path": "yggdrasil/settings"
- }
- },
-
- "admin/network/yggdrasil/keys": {
- "title": "Encryption keys",
- "order": 4,
- "action": {
- "type": "view",
- "path": "yggdrasil/keys"
- }
- }
-}
diff --git a/applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json b/applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json
deleted file mode 100644
index ab44102950..0000000000
--- a/applications/luci-app-yggdrasil/root/usr/share/rpcd/acl.d/luci-app-yggdrasil.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "luci-app-yggdrasil": {
- "description": "Grant access to LuCI app yggdrasil",
- "read": {
- "uci": [ "yggdrasil" ]
- },
- "write": {
- "file": {
- "/usr/sbin/yggdrasilctl": [ "exec" ]
- },
- "uci": [ "yggdrasil" ]
- }
- }
-}