diff --git a/webtop/CHANGELOG.md b/webtop/CHANGELOG.md index 231120125..f1d9c337c 100644 --- a/webtop/CHANGELOG.md +++ b/webtop/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.16 (07-01-2022) +- Update to latest version from linuxserver/docker-webtop - Switch to alpine-kde - New standardized logic for Dockerfile build and packages installation - Initial release diff --git a/webtop/config.json b/webtop/config.json index 1440f16d6..bc8737b81 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -1,6 +1,11 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "Full Alpine desktop environments accessible via any modern web browser", "devices": [ @@ -41,17 +46,24 @@ "PGID": "0", "shm_size": "1gb" }, - "map": ["media:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "share:rw", + "ssl" + ], "name": "Webtop Alpine", - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "ports": { "3000/tcp": 3000 }, "ports_description": { "3000/tcp": "web interface" }, - "options": { - }, + "options": {}, "schema": { "TZ": "str?", "localdisks": "str?", @@ -62,8 +74,8 @@ "DNS_server": "str?" }, "slug": "webtop_alpine", - "upstream": "1.0", + "upstream": "4.16", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.1", + "version": "4.16", "webui": "http://[HOST]:[PORT:3000]" }