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 +}