18 lines
495 B
JSON
18 lines
495 B
JSON
|
{
|
||
|
"version": "0.0.1",
|
||
|
"id": "com.github.juanfont.headscale",
|
||
|
"icon": "file://logo.png",
|
||
|
"healthCheckPath": "/",
|
||
|
"httpPort": 8000,
|
||
|
"addons": {
|
||
|
"localstorage": {}
|
||
|
},
|
||
|
"manifestVersion": 2,
|
||
|
"website": "https://github.com/juanfont/headscale",
|
||
|
"title": "Headscale",
|
||
|
"author": "Headscale developers",
|
||
|
"tagline": "Self-hosted tailscale control plane",
|
||
|
"tags": [ "golang", "vpn", "wireguard" ],
|
||
|
"documentationUrl": "https://github.com/juanfont/headscale/tree/main/docs"
|
||
|
}
|