From 099ca1fdba1ffdf0fbec6dae58571ec4987597a6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 2 Feb 2022 10:44:22 +0100 Subject: [PATCH] Update config.json --- webtop_kde/config.json | 4 ++++ 1 file changed, 4 insertions(+) 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?",