diff --git a/webtop_kde/config.json b/webtop_kde/config.json index b8378a197..0c68a0116 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -69,9 +69,13 @@ "3000/tcp": "web interface" }, "options": { + "PUID": 0, + "PGID": 0, "additional_apps": "engrampa,thunderbird,libreoffice" }, "schema": { + "PUID": "int", + "PGID": "int", "TZ": "str?", "localdisks": "str?", "networkdisks": "str?",