Switch to disable ingress

ec5ea6c127
This commit is contained in:
Alexandre
2022-12-05 20:50:03 +01:00
committed by GitHub
parent 6c70b1d9c8
commit b1f11b252f

View File

@@ -65,6 +65,7 @@
"STORAGE_PATH": "/share/photoprism/storage", "STORAGE_PATH": "/share/photoprism/storage",
"UPLOAD_NSFW": "true", "UPLOAD_NSFW": "true",
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"ingress_disabled": false,
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"ssl": false "ssl": false
}, },
@@ -90,6 +91,7 @@
"certfile": "str", "certfile": "str",
"cifspassword": "str?", "cifspassword": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"ingress_disabled": "bool?",
"keyfile": "str", "keyfile": "str",
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",
@@ -100,5 +102,5 @@
], ],
"slug": "photoprism", "slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test", "url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "20220121-4" "version": "20220121-5"
} }