From 67a2ea0e0110d9ad4807ddf8de32d81c55614ed8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 4 Feb 2022 07:14:05 +0100 Subject: [PATCH] Updater bot : webtop_kde updated to 4.16-r0-ls40 --- webtop_kde/CHANGELOG.md | 3 +++ webtop_kde/config.json | 24 ++++++++++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) 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]" }