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?",