From c4fa89990c6cf3e9d67f79fca7be336b52cfe634 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Sat, 1 Jan 2022 14:56:59 -0500 Subject: [PATCH] Update Traefik tempate for the 32 to also fix 64 --- pi-hosted_template/template/portainer-v2.json | 19 ++++++++++++++++++- template/portainer-v2-arm32.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 30f7b1e..62ac9e9 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/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", diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json index 46dc35f..62ac9e9 100644 --- a/template/portainer-v2-arm32.json +++ b/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",