mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
fix(calibre): replace CWS port placeholder
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/calibre-{arch}",
|
||||
"ingress": true,
|
||||
"ingress_port": 8181,
|
||||
"init": false,
|
||||
"map": [
|
||||
"media:rw",
|
||||
@@ -94,15 +95,13 @@
|
||||
"panel_admin": false,
|
||||
"panel_icon": "mdi:book-multiple",
|
||||
"ports": {
|
||||
"8080/tcp": 8080,
|
||||
"8181/tcp": 8181,
|
||||
"8081/tcp": 8081,
|
||||
"8181/tcp": null,
|
||||
"9090/tcp": 9090
|
||||
},
|
||||
"ports_description": {
|
||||
"8080/tcp": "Calibre desktop gui",
|
||||
"8181/tcp": "Calibre desktop gui (https)",
|
||||
"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": [
|
||||
@@ -125,6 +124,6 @@
|
||||
"slug": "calibre",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre",
|
||||
"version": "8.8.0-2",
|
||||
"version": "8.8.0-4",
|
||||
"video": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user