From fe4931ddce7b4a75b6a86e7566e59c8a5acea96d Mon Sep 17 00:00:00 2001 From: Seth For Privacy Date: Fri, 9 Sep 2022 15:30:51 -0400 Subject: [PATCH] Add "exposable": true to config.json --- apps/photoprism/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/photoprism/config.json b/apps/photoprism/config.json index 2ac458bb..98f59b20 100644 --- a/apps/photoprism/config.json +++ b/apps/photoprism/config.json @@ -3,6 +3,7 @@ "name": "PhotoPrism", "port": 8110, "available": true, + "exposable": true, "id": "photoprism", "tipi_version": 2, "version": "latest",