Browse Source

Fix tailscale icon and env in template (#362)

SegoCode 2 years ago
parent
commit
17c6ba47cb
2 changed files with 5 additions and 2 deletions
  1. BIN
      images/tailscale-icon.png
  2. 5 2
      template/apps/tailscale.json

BIN
images/tailscale-icon.png


+ 5 - 2
template/apps/tailscale.json

@@ -7,7 +7,10 @@
 	"description": "Connect your devices and users together in your own secure Zero config virtual private network. ",
 	"env": [
 		{
-			"AUTH_KEY": ""
+			"default": "",
+			"description": "Get AUTH KEY from your tailscale.com user panel",
+			"label": "AUTH_KEY",
+			"name": "AUTH_KEY"
 		}
 	],
 	"image32": "tailscale/tailscale:latest",
@@ -30,4 +33,4 @@
 		}
 	],
 	"webpage": "https://tailscale.com/"
-}
+}