diff --git a/webtop_kde/CHANGELOG.md b/webtop_kde/CHANGELOG.md index 273a53e63..ef9eea6b3 100644 --- a/webtop_kde/CHANGELOG.md +++ b/webtop_kde/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.16-r0-ls40 (04-02-2022) +- Update to latest version from linuxserver/docker-webtop - Alpine KDE - To update, uninstall and reinstall - Add several custom repositories by default to increase installable apps diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 0693c8cdc..c087323a9 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -1,6 +1,10 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "environment": { "PUID": "1000", @@ -56,13 +60,21 @@ ], "image": "ghcr.io/alexbelgium/webtop-kde-{arch}", "video": true, - "map": ["media:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "share:rw", + "ssl" + ], "name": "Webtop Alpine KDE", - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "ports": { "3000/tcp": 3000 }, - "udev": true, + "udev": true, "devicetree": true, "host_dbus": true, "ports_description": { @@ -86,8 +98,8 @@ "additional_apps": "str?" }, "slug": "webtop-kde", - "upstream": "4.16", + "upstream": "4.16-r0-ls40", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16-11", + "version": "4.16-r0-ls40", "webui": "http://[HOST]:[PORT:3000]" }