diff --git a/calibre/README.md b/calibre/README.md index 111c23de1..14e364d56 100644 --- a/calibre/README.md +++ b/calibre/README.md @@ -49,7 +49,7 @@ Webui can be found at . Configurations can be done through the app webUI, except for the following options. Please read the upstream container documentation for further info : https://github.com/linuxserver/docker-calibre/blob/35b5e3ae06ba95f666687150ca5fd632b8db9e87/README.md#application-setup -In particular, the webserver needs to be manually enabled from the desktop app with port 8081 to be able to access it. +In particular, the webserver and wireless connections needs to be manually enabled from the desktop app to be able to access it, with ports 8081 and 9090 respectively. ```yaml PGID: user diff --git a/calibre/config.json b/calibre/config.json index 3c982f11f..bd34a0ef5 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -66,11 +66,13 @@ "panel_icon": "mdi:book-multiple", "ports": { "8080/tcp": 8080, - "8081/tcp": 8081 + "8081/tcp": 8081, + "9090/tcp": 9090 }, "ports_description": { "8080/tcp": "Calibre desktop gui", - "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui" + "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui", + "9090/tcp": "Calibre wireless connection port, to be enabled within the desktop gui" }, "privileged": [ "SYS_ADMIN", @@ -89,7 +91,7 @@ "networkdisks": "str?" }, "slug": "calibre", - "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", + "url": "https://github.com/danbruno/hassio-addons/tree/calibre-wireless-port/calibre", "version": "v6.13.0-ls203", "video": true }