From b1aae9afd008eca665a4d3ea97fda11955d9342a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:32:01 +0100 Subject: [PATCH] Update config.json --- webtop_kde/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 5eca59486..aebc73eba 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -9,6 +9,7 @@ "environment": { "PUID": "1000", "PGID": "1000", + "TITLE"= "Alpine KDE webtop", "HOME": "/share/webtop_kde", "shm_size": "1gb" }, @@ -97,6 +98,7 @@ "cifspassword": "str?", "cifsdomain": "str?", "DNS_server": "str?", + "PASSWORD": "str?", "KEYBOARD": "list(da-dk-qwerty|de-de-qwertz|en-gb-qwerty|en-us-qwerty|es-es-qwerty|fr-ch-qwertz|fr-fr-azerty|it-it-qwerty|ja-jp-qwerty|pt-br-qwerty|sv-se-qwerty|tr-tr-qwerty)?", "additional_apps": "str?", "rpi_video_drivers": "bool?",