Updater bot : webtop_kde updated to 4.16.0.98 (upstream 4.16-r0-ls94)

This commit is contained in:
alexbelgium
2026-09-24 14:31:15 +02:00
parent 3e05ad1f70
commit 5790409c3e
4 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 4.16.0.98 (2026-09-24)
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
- Upstream tag : 4.16-r0-ls94
- Local disks: `localdisks` can now mount a single folder of a disk with `disk/folder` (e.g. `sda1/public` or `NAS/public`, mounted at `/mnt/<disk>/<folder>`). Existing values are unchanged.
## 4.16.0.97 (2026-09-12)

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"4.16-r0-ls93""-.
# _.-` ('>.-`"4.16-r0-ls94""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'"4.16-r0-ls93"`
# '---` .-'"4.16-r0-ls94"`
# /`
#=== Home Assistant Addon ===#

View File

@@ -143,5 +143,5 @@ slug: webtop
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "4.16.0.97"
version: "4.16.0.98"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "2026-09-12",
"last_update": "2026-09-24",
"repository": "alexbelgium/hassio-addons",
"slug": "webtop",
"source": "github",
"upstream_repo": "linuxserver/docker-webtop",
"upstream_version": "4.16-r0-ls93"
"upstream_version": "4.16-r0-ls94"
}