Added Ingress autologin

Cleanup of previous tests remains
This commit is contained in:
Marco Lusini
2022-06-09 18:51:03 +02:00
parent 1b9f053e82
commit 4ffc0d5689
6 changed files with 52 additions and 39 deletions

View File

@@ -62,10 +62,10 @@
},
"panel_icon": "mdi:library",
"ports": {
"8083/tcp": 8083
"8083/tcp": null
},
"ports_description": {
"8083/tcp": "calibre-web webui"
"8083/tcp": "Calibre-web webui (Not required for Ingress)"
},
"privileged": [
"SYS_ADMIN",
@@ -81,10 +81,11 @@
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?"
"networkdisks": "str?",
"ingress_user": "str?"
},
"slug": "calibre-web",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web",
"version": "0.6.18-ls164",
"version": "0.6.18-ls164-test5",
"video": true
}