38 lines
1003 B
JSON
38 lines
1003 B
JSON
{
|
|
"categories": [
|
|
"Other",
|
|
"VPN"
|
|
],
|
|
"command": "tailscale up --authkey=$AUTH_KEY",
|
|
"description": "Connect your devices and users together in your own secure Zero config virtual private network. ",
|
|
"env": [
|
|
{
|
|
"default": "",
|
|
"description": "Get AUTH KEY from your tailscale.com user panel",
|
|
"label": "AUTH_KEY",
|
|
"name": "AUTH_KEY"
|
|
}
|
|
],
|
|
"image_arm32": "tailscale/tailscale:stable",
|
|
"image_arm64": "tailscale/tailscale:stable",
|
|
"image_amd64": "tailscale/tailscale:stable",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/tailscale-icon.png",
|
|
"name": "tailscale",
|
|
"officialDoc": "https://hub.docker.com/r/tailscale/tailscale",
|
|
"platform": "linux",
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Tailscale",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/tailscale",
|
|
"container": "/var/lib/tailscale"
|
|
},
|
|
{
|
|
"bind": "/dev/net/tun",
|
|
"container": "/dev/net/tun"
|
|
}
|
|
],
|
|
"webpage": "https://tailscale.com/"
|
|
}
|