diff --git a/webtop/CHANGELOG.md b/webtop/CHANGELOG.md index 4ffd44a3f..26dc32cb0 100644 --- a/webtop/CHANGELOG.md +++ b/webtop/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.16-r0-ls40 (04-02-2022) +- Update to latest version from linuxserver/docker-webtop - To update, uninstall and reinstall - Add several custom repositories by default to increase installable apps - Switch to ubuntu-mate diff --git a/webtop/config.json b/webtop/config.json index 756d24014..62185dda3 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -1,6 +1,10 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "environment": { "PUID": "1000", @@ -56,9 +60,17 @@ ], "image": "ghcr.io/alexbelgium/webtop-{arch}", "video": true, - "map": ["media:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "share:rw", + "ssl" + ], "name": "Webtop Ubuntu Mate", - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "ports": { "3000/tcp": 3000 }, @@ -79,9 +91,8 @@ "additional_apps": "str?" }, "slug": "webtop", - "upstream": "4.16", + "upstream": "4.16-r0-ls40", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16", + "version": "4.16-r0-ls40", "webui": "http://[HOST]:[PORT:3000]" } -