new feature: log & bump version

fix #2
This commit is contained in:
asvow
2024-05-30 22:38:15 +08:00
parent f97a9ed158
commit 1f3bc92cc7
7 changed files with 135 additions and 13 deletions

View File

@@ -25,5 +25,13 @@
"type": "view",
"path": "tailscale/interface"
}
},
"admin/services/tailscale/log": {
"title": "Logs",
"order": 30,
"action": {
"type": "view",
"path": "tailscale/log"
}
}
}

View File

@@ -4,6 +4,7 @@
"read": {
"file": {
"/sbin/ifconfig": [ "exec" ],
"/sbin/logread": [ "exec" ],
"/usr/sbin/tailscale": [ "exec" ]
},
"ubus": {