From b4e7f280b0686419e947dd7b8a34827824685c75 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Feb 2023 19:05:56 +0100 Subject: [PATCH] Activate port by default https://github.com/alexbelgium/hassio-addons/issues/692 --- calibre_web/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 542ee0e4d..56e57f23b 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -67,7 +67,7 @@ }, "panel_icon": "mdi:library", "ports": { - "8083/tcp": null + "8083/tcp": 8084 }, "ports_description": { "8083/tcp": "Calibre-web webui (Not required for Ingress)" @@ -91,6 +91,6 @@ }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", - "version": "0.6.19-ls194", + "version": "0.6.19-ls194-2", "video": true }