From 447f2af8ae6cdea348431a28aad1a037d5b488a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 03:29:20 +0000 Subject: [PATCH] chore(deps): update niruix/sshwifty docker tag to v0.3.11 (#3676) --- apps/sshwifty/config.json | 13 ++++--------- apps/sshwifty/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/sshwifty/config.json b/apps/sshwifty/config.json index f577ab6d..4c698bba 100644 --- a/apps/sshwifty/config.json +++ b/apps/sshwifty/config.json @@ -5,19 +5,14 @@ "available": true, "exposable": true, "id": "sshwifty", - "tipi_version": 14, - "version": "0.3.10-beta-release", - "categories": [ - "development" - ], + "tipi_version": 15, + "version": "0.3.11-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", "source": "https://github.com/nirui/sshwifty", "website": "https://sshwifty-demo.nirui.org/", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/sshwifty/docker-compose.yml b/apps/sshwifty/docker-compose.yml index 94013406..91c86734 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.10-beta-release + image: niruix/sshwifty:0.3.11-beta-release restart: unless-stopped container_name: sshwifty privileged: true