From d36420905e63ac8cdb4370e7369d0f126e3cd536 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:58:41 +0200 Subject: [PATCH] Update config.json --- calibre/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/calibre/config.json b/calibre/config.json index bcda12584..a9409f33c 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -96,11 +96,13 @@ "ports": { "8080/tcp": 8080, "8081/tcp": 8081, + "8181/tcp": null, "9090/tcp": 9090 }, "ports_description": { "8080/tcp": "Calibre desktop gui", "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui", + "8181/tcp": "Calibre https webserver gui, to be enabled within the desktop gui", "9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui" }, "privileged": [ @@ -123,6 +125,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "8.8.0", + "version": "8.8.0-2", "video": true }