Explorar o código

Fix tailscale icon and env in template (#362)

SegoCode %!s(int64=3) %!d(string=hai) anos
pai
achega
17c6ba47cb
Modificáronse 2 ficheiros con 5 adicións e 2 borrados
  1. BIN=BIN
      images/tailscale-icon.png
  2. 5 2
      template/apps/tailscale.json

BIN=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/"
-}
+}