From 03907c2fef2d72787abfba4996a0c7673c510d2a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:08:23 +0200 Subject: [PATCH] Update config.json --- gitea/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/config.json b/gitea/config.json index 1197a996e..6abc5356e 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -72,7 +72,7 @@ "3000/tcp": 3000 }, "ports_description": { - "22/tcp": "Ssh", + "22/tcp": "ssh", "3000/tcp": "Web interface" }, "schema": { @@ -85,6 +85,6 @@ }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.20.0", + "version": "1.20.0-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" }