From 35e0863a8daddc5eff7f73441a7cd9115ed80030 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 5 Dec 2022 21:34:00 +0100 Subject: [PATCH] Allow standard ports https://github.com/alexbelgium/hassio-addons/commit/ec5ea6c127e4886dd87d05df0ccc8e0a8556418f --- photoprism/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/photoprism/config.json b/photoprism/config.json index 9444f2cb5..162a8e616 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -65,7 +65,6 @@ "STORAGE_PATH": "/share/photoprism/storage", "UPLOAD_NSFW": "true", "certfile": "fullchain.pem", - "ingress_disabled": false, "keyfile": "privkey.pem", "ssl": false }, @@ -102,5 +101,5 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "20220121-5" + "version": "20220121-6" }