浏览代码

Fix tailscale icon and env in template (#362)

SegoCode 2 年之前
父节点
当前提交
17c6ba47cb
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 二进制
      images/tailscale-icon.png
  2. 5 2
      template/apps/tailscale.json

二进制
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/"
-}
+}