From 946ecb752faaf73f90a85d144c116eeffeab9af4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 26 Aug 2022 07:04:28 +0200 Subject: [PATCH] Update config.json --- nextcloud/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index 74032c629..338ce94d6 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -55,8 +55,8 @@ "Full_Text_Search": false, "OCR": false, "OCRLANG": "fra", - "PGID": 0, - "PUID": 0, + "PGID": 1000, + "PUID": 1000, "additional_apps": "inotify-tools", "certfile": "fullchain.pem", "data_directory": "/share/nextcloud", @@ -105,4 +105,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", "version": "24.0.4", "webui": "https://[HOST]:[PORT:443]" -} \ No newline at end of file +}