瀏覽代碼

Update Traefik tempate for the 32 to also fix 64

Robert Middleswarth 3 年之前
父節點
當前提交
c4fa89990c
共有 2 個文件被更改,包括 19 次插入2 次删除
  1. 18 1
      pi-hosted_template/template/portainer-v2.json
  2. 1 1
      template/portainer-v2-arm32.json

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

@@ -4454,6 +4454,23 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Tools",
+				"Web"
+			],
+			"description": "Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.",
+			"image": "niruix/sshwifty:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/sshwifty-icon.png",
+			"name": "Sshwifty",
+			"platform": "linux",
+			"ports": [
+				"8182:8182/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Sshwifty",
+			"type": 1
+		},
 		{
 			"categories": [
 				"Downloaders",
@@ -4894,7 +4911,7 @@
 				},
 				{
 					"bind": "/portainer/Files/AppData/Config/traefik/acme.json",
-					"container": "acme.json"
+					"container": "/acme.json"
 				},
 				{
 					"bind": "/var/run/docker.sock",

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

@@ -4911,7 +4911,7 @@
 				},
 				{
 					"bind": "/portainer/Files/AppData/Config/traefik/acme.json",
-					"container": "acme.json"
+					"container": "/acme.json"
 				},
 				{
 					"bind": "/var/run/docker.sock",