From 48a318c08187635b1abd2401a8df7e82152f1df0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 14 Oct 2021 19:36:42 +0200 Subject: [PATCH] Update config.json --- grav/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/grav/config.json b/grav/config.json index 7de26695c..860245561 100644 --- a/grav/config.json +++ b/grav/config.json @@ -34,6 +34,8 @@ ], "name": "Grav NAS", "options": { + "PUID": 0, + "PGID": 0, "networkdisks": ",", "cifsusername": "", "cifspassword": "" @@ -49,6 +51,8 @@ "DAC_READ_SEARCH" ], "schema": { + "PUID": "int", + "PGID": "int", "TZ": "str?", "localdisks": "str?", "networkdisks": "str?",