From d273eb47dce0ad19def4a99c7d7d75b9c73ab800 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Aug 2026 01:32:59 +0200 Subject: [PATCH] Updater bot : webtop_kde updated to 4.16-r0-ls94 --- webtop_kde/CHANGELOG.md | 3 +++ webtop_kde/Dockerfile | 4 ++-- webtop_kde/config.yaml | 2 +- webtop_kde/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/webtop_kde/CHANGELOG.md b/webtop_kde/CHANGELOG.md index c64e2317e9..b637829484 100644 --- a/webtop_kde/CHANGELOG.md +++ b/webtop_kde/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.16-r0-ls94 (2026-08-01) +- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) ## 4.16-r0-ls93.2 (28-07-2026) - Fix Selkies dying with a Rust `RuntimeDirNotSet` unwrap panic just after `Data WebSocket Server listening on port 8081`, and the data websocket then being proxied to the wrong port. Upstream relies on s6-rc ordering: `init-selkies-config` publishes `XDG_RUNTIME_DIR` and `CUSTOM_WS_PORT` into the s6 envdir and `svc-selkies` starts afterwards. The add-on entrypoint replaces s6-overlay and starts every `s6-rc.d` run script in parallel with no dependency graph, so Selkies can snapshot the envdir before that oneshot has written to it -- which is why it bound port 8081 (its own default) instead of the 8082 nginx proxies to, and why its Wayland compositor found no runtime directory to bind a socket in. `20-folders.sh` now exports both variables inside each run script, where no start ordering can lose them, and corrects the base image's `$HOME/.XDG` override where that write happens instead of appending a correction after the `exit 0` that the oneshot-tolerance block adds -- which meant the correction never ran on any boot after the first. diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 44d9fe3d20..e710bcbf52 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -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 ===# diff --git a/webtop_kde/config.yaml b/webtop_kde/config.yaml index 33557c6e56..1922c49415 100644 --- a/webtop_kde/config.yaml +++ b/webtop_kde/config.yaml @@ -143,5 +143,5 @@ slug: webtop tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: "4.16-r0-ls93.2" +version: "4.16-r0-ls94" video: true diff --git a/webtop_kde/updater.json b/webtop_kde/updater.json index 18724e0e41..c6393a2694 100644 --- a/webtop_kde/updater.json +++ b/webtop_kde/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "2026-07-21", + "last_update": "2026-08-01", "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" }