Update config.json

This commit is contained in:
Alexandre
2023-09-03 09:17:36 +02:00
committed by GitHub
parent 23ddbe291d
commit a38927036d

View File

@@ -71,6 +71,7 @@
"HOME": "/share/webtop_kde", "HOME": "/share/webtop_kde",
"PGID": "0", "PGID": "0",
"PUID": "0", "PUID": "0",
"START_DOCKER": false",
"TITLE": "Alpine KDE webtop", "TITLE": "Alpine KDE webtop",
"shm_size": "1gb" "shm_size": "1gb"
}, },
@@ -89,8 +90,7 @@
"DNS_server": "8.8.8.8", "DNS_server": "8.8.8.8",
"PGID": 0, "PGID": 0,
"PUID": 0, "PUID": 0,
"additional_apps": "engrampa,libreoffice", "additional_apps": "engrampa,libreoffice"
"rpi_video_drivers": true
}, },
"panel_icon": "mdi:monitor", "panel_icon": "mdi:monitor",
"ports": { "ports": {
@@ -101,6 +101,7 @@
}, },
"schema": { "schema": {
"DNS_server": "str?", "DNS_server": "str?",
"DRINODE": "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)?", "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)?",
"PASSWORD": "str?", "PASSWORD": "str?",
"PGID": "int", "PGID": "int",
@@ -111,10 +112,8 @@
"cifspassword": "str?", "cifspassword": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"data_location": "str?", "data_location": "str?",
"edge_repositories": "bool?",
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?"
"rpi_video_drivers": "bool?"
}, },
"slug": "webtop-kde", "slug": "webtop-kde",
"tmpfs": true, "tmpfs": true,