Update config.json

This commit is contained in:
Alexandre
2025-08-12 20:58:41 +02:00
committed by GitHub
parent ac578ef7a4
commit d36420905e

View File

@@ -96,11 +96,13 @@
"ports": { "ports": {
"8080/tcp": 8080, "8080/tcp": 8080,
"8081/tcp": 8081, "8081/tcp": 8081,
"8181/tcp": null,
"9090/tcp": 9090 "9090/tcp": 9090
}, },
"ports_description": { "ports_description": {
"8080/tcp": "Calibre desktop gui", "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",
"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" "9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui"
}, },
"privileged": [ "privileged": [
@@ -123,6 +125,6 @@
"slug": "calibre", "slug": "calibre",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre",
"version": "8.8.0", "version": "8.8.0-2",
"video": true "video": true
} }