diff --git a/apps/sshwifty/config.json b/apps/sshwifty/config.json index 1cf30057..ed16ac6c 100644 --- a/apps/sshwifty/config.json +++ b/apps/sshwifty/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "sshwifty", - "tipi_version": 4, - "version": "0.3.0-beta-release", - "categories": ["development"], + "tipi_version": 5, + "version": "0.3.1-beta-release", + "categories": [ + "development" + ], "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.", "short_desc": "Web SSH & Telnet (WebSSH & WebTelnet client)", "author": "Nirui", diff --git a/apps/sshwifty/docker-compose.yml b/apps/sshwifty/docker-compose.yml index ba9f4f67..700b9e52 100644 --- a/apps/sshwifty/docker-compose.yml +++ b/apps/sshwifty/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.5" services: sshwifty: - image: niruix/sshwifty:0.3.0-beta-release + image: niruix/sshwifty:0.3.1-beta-release restart: unless-stopped container_name: sshwifty privileged: true