From b1f11b252ff5f0d199bc20e2a3c396fea35a033b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:50:03 +0100 Subject: [PATCH] Switch to disable ingress https://github.com/alexbelgium/hassio-addons/commit/ec5ea6c127e4886dd87d05df0ccc8e0a8556418f --- photoprism/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/photoprism/config.json b/photoprism/config.json index b3074cf16..9444f2cb5 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -65,6 +65,7 @@ "STORAGE_PATH": "/share/photoprism/storage", "UPLOAD_NSFW": "true", "certfile": "fullchain.pem", + "ingress_disabled": false, "keyfile": "privkey.pem", "ssl": false }, @@ -90,6 +91,7 @@ "certfile": "str", "cifspassword": "str?", "cifsusername": "str?", + "ingress_disabled": "bool?", "keyfile": "str", "localdisks": "str?", "networkdisks": "str?", @@ -100,5 +102,5 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "20220121-4" -} \ No newline at end of file + "version": "20220121-5" +}