From 5269e8faf7e8a2de94cc3836c8cccb1ac4070613 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 23 Apr 2023 19:28:05 +0200 Subject: [PATCH] Update config.json --- photoprism/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/photoprism/config.json b/photoprism/config.json index 9c6b17800..7ef2c17e2 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -77,6 +77,8 @@ "DB_TYPE": "sqlite", "IMPORT_PATH": "/share/photoprism/import", "ORIGINALS_PATH": "/share/photoprism/originals", + "PGID": 1000, + "PUID": 1000, "STORAGE_PATH": "/share/photoprism/storage", "UPLOAD_NSFW": "true", "certfile": "fullchain.pem", @@ -101,6 +103,8 @@ "DB_TYPE": "list(sqlite|mariadb_addon|external)", "IMPORT_PATH": "str", "ORIGINALS_PATH": "str", + "PGID": "int", + "PUID": "int", "STORAGE_PATH": "str", "UPLOAD_NSFW": "bool", "certfile": "str", @@ -118,6 +122,6 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "DONOTUSE_test-10", + "version": "DONOTUSE_test-11", "video": true }