|
@@ -5314,6 +5314,37 @@
|
|
|
],
|
|
|
"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://syncthing.net/\" target=\"_blank\">https://syncthing.net/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-syncthing\" target=\"_blank\">https://docs.linuxserver.io/images/docker-syncthing</a><br><br><br>"
|
|
|
},
|
|
|
+ {
|
|
|
+ "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": [
|
|
|
+ {
|
|
|
+ "AUTH_KEY": ""
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "image": "tailscale/tailscale:latest",
|
|
|
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/tailscale-icon.png",
|
|
|
+ "name": "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://tailscale.com/\" target=\"_blank\">https://tailscale.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/tailscale/tailscale\" target=\"_blank\">https://hub.docker.com/r/tailscale/tailscale</a><br><br><br>"
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Other",
|