Updater bot : zzz_archived_code-server updated to 4.106.2

This commit is contained in:
alexbelgium
2025-11-22 02:01:12 +01:00
parent 65c6d3c0d6
commit 41163b5c88
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 4.106.2 (22-11-2025)
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -101,5 +101,5 @@ schema:
slug: code-server
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/coder-server
version: "4.105.1"
version: "4.106.2"
webui: "[PROTO:ssl]://[HOST]:[PORT:8443]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "25-10-2025",
"last_update": "22-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "code-server",
"source": "github",
"upstream_repo": "linuxserver/docker-code-server",
"upstream_version": "4.105.1"
"upstream_version": "4.106.2"
}