Update config.json

This commit is contained in:
Alexandre
2022-01-08 18:28:54 +01:00
committed by GitHub
parent 1c672c94f3
commit 3a0dc94ea2

View File

@@ -80,7 +80,9 @@
"ports_description": { "ports_description": {
"3000/tcp": "web interface" "3000/tcp": "web interface"
}, },
"options": {}, "options": {
"additional_apps": "engrampa,vlc"
},
"schema": { "schema": {
"TZ": "str?", "TZ": "str?",
"localdisks": "str?", "localdisks": "str?",
@@ -88,7 +90,8 @@
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"cifsdomain": "str?", "cifsdomain": "str?",
"DNS_server": "str?" "DNS_server": "str?",
"additional_apps": "str?"
}, },
"slug": "webtop_alpine", "slug": "webtop_alpine",
"upstream": "4.16", "upstream": "4.16",