소스 검색

Build App list and docs

GitHub Workflow 3 년 전
부모
커밋
f504072ae6
3개의 변경된 파일12개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 1
      pi-hosted_template/template/portainer-v2.json
  2. 4 1
      template/portainer-v2-arm32.json
  3. 4 1
      template/portainer-v2-arm64.json

+ 4 - 1
pi-hosted_template/template/portainer-v2.json

@@ -5490,7 +5490,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"
 				}
 			],
 			"image": "tailscale/tailscale:latest",

+ 4 - 1
template/portainer-v2-arm32.json

@@ -5490,7 +5490,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"
 				}
 			],
 			"image": "tailscale/tailscale:latest",

+ 4 - 1
template/portainer-v2-arm64.json

@@ -6043,7 +6043,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"
 				}
 			],
 			"image": "tailscale/tailscale:latest",