From 3a0dc94ea25018117af66c2750ba20640b52cee3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 8 Jan 2022 18:28:54 +0100 Subject: [PATCH] Update config.json --- webtop/config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webtop/config.json b/webtop/config.json index c3585a4ba..774f293db 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -80,7 +80,9 @@ "ports_description": { "3000/tcp": "web interface" }, - "options": {}, + "options": { + "additional_apps": "engrampa,vlc" +}, "schema": { "TZ": "str?", "localdisks": "str?", @@ -88,7 +90,8 @@ "cifsusername": "str?", "cifspassword": "str?", "cifsdomain": "str?", - "DNS_server": "str?" + "DNS_server": "str?", + "additional_apps": "str?" }, "slug": "webtop_alpine", "upstream": "4.16",