]> git.99rst.org Git - openwrt-luci.git/blob
f80185ff12b09080d1507edb4d6578cfc335bcbe
[openwrt-luci.git] /
1 {
2 "luci-app-tailscale-community": {
3 "description": "Allow user access to tailscale",
4 "read": {
5 "ubus": {
6 "tailscale": [
7 "get_status",
8 "get_settings",
9 "get_subroutes"
10 ]
11 },
12 "uci": [ "tailscale" ]
13 },
14 "write": {
15 "ubus": {
16 "tailscale": [
17 "do_login",
18 "do_logout",
19 "setup_firewall",
20 "set_settings"
21 ]
22 },
23 "uci": [ "tailscale" ]
24 }
25 }
26 }
git clone https://git.99rst.org/PROJECT