mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Compare commits
26 Commits
ab1aa8a4fb
...
04898bc6c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04898bc6c6 | ||
|
|
cbe6a375bd | ||
|
|
f01aa47ec4 | ||
|
|
0c339b9da4 | ||
|
|
6c2a395264 | ||
|
|
2c98f6ab47 | ||
|
|
1efccba24e | ||
|
|
74b0f0c394 | ||
|
|
bbdf580216 | ||
|
|
b613d09155 | ||
|
|
52fff588ab | ||
|
|
888f98502f | ||
|
|
c733313d1d | ||
|
|
59f48b41b6 | ||
|
|
1eaf9a71f8 | ||
|
|
3fd7bc1cab | ||
|
|
9d864ecddf | ||
|
|
67bdb3050c | ||
|
|
9775c967ef | ||
|
|
896396b4dc | ||
|
|
c1258b335e | ||
|
|
a3cbcad189 | ||
|
|
e65b7fc299 | ||
|
|
d53fcd470e | ||
|
|
82e4332d99 | ||
|
|
51a0270bf2 |
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.71.0 (20-12-2025)
|
||||
- Update to latest version from autobrr/autobrr (changelog : https://github.com/autobrr/autobrr/releases)
|
||||
|
||||
## 1.70.0 (06-12-2025)
|
||||
- Update to latest version from autobrr/autobrr (changelog : https://github.com/autobrr/autobrr/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
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="1.70.0"
|
||||
ARG BUILD_UPSTREAM="1.71.0"
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
##################
|
||||
|
||||
@@ -108,4 +108,4 @@ schema:
|
||||
slug: autobrr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/autobrr
|
||||
version: "1.70.0"
|
||||
version: "1.71.0"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "06-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "autborr",
|
||||
"source": "github",
|
||||
"upstream_repo": "autobrr/autobrr",
|
||||
"upstream_version": "1.70.0"
|
||||
"upstream_version": "1.71.0"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## nightly-20251214 (20-12-2025)
|
||||
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
|
||||
- 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.
|
||||
|
||||
- Preserve the microphone selected in the BirdNET-Go UI unless the `homeassistant_microphone` option explicitly forces the default device.
|
||||
|
||||
@@ -117,4 +117,4 @@ slug: birdnet-go
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go
|
||||
usb: true
|
||||
version: "nightly-20251028"
|
||||
version: "nightly-20251214"
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"github_beta": true,
|
||||
"github_fulltag": true,
|
||||
"github_tagfilter": "nightly",
|
||||
"last_update": "01-11-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "birdnet-go",
|
||||
"source": "github",
|
||||
"upstream_repo": "tphakala/birdnet-go",
|
||||
"upstream_version": "nightly-20251028"
|
||||
"upstream_version": "nightly-20251214"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 25.4.8 (20-12-2025)
|
||||
- Update to latest version from CollaboraOnline/online (changelog : https://github.com/CollaboraOnline/online/releases)
|
||||
|
||||
## 25.4.7.3 (13-12-2025)
|
||||
- Update to latest version from CollaboraOnline/online (changelog : https://github.com/CollaboraOnline/online/releases)
|
||||
- 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.
|
||||
|
||||
@@ -45,5 +45,5 @@ schema:
|
||||
username: str
|
||||
slug: collabora
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "25.4.7.3"
|
||||
version: "25.4.8"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "13-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "collabora",
|
||||
"source": "github",
|
||||
"upstream_repo": "CollaboraOnline/online",
|
||||
"upstream_version": "25.4.7.3"
|
||||
"upstream_version": "25.4.8"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## streaming your media (beta version) 4.9.4.1 (20-12-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 4.9.4.1 (20-12-2025)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||
## streaming your media (beta version) 4.9.2.8 (13-12-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="4.9.2.8"
|
||||
ARG BUILD_UPSTREAM="4.9.4.1"
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
##################
|
||||
|
||||
@@ -122,5 +122,5 @@ schema:
|
||||
slug: emby_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/emby
|
||||
version: "4.9.2.8"
|
||||
version: "4.9.4.1"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"last_update": "13-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "emby",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-emby",
|
||||
"upstream_version": "4.9.2.8"
|
||||
"upstream_version": "4.9.4.1"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.4.13 (20-12-2025)
|
||||
- Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases)
|
||||
|
||||
## 4.4.12 (29-11-2025)
|
||||
- Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases)
|
||||
|
||||
|
||||
@@ -120,6 +120,6 @@ schema:
|
||||
slug: ente
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "4.4.12"
|
||||
version: "4.4.13"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:3000]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "ente",
|
||||
"source": "github",
|
||||
"upstream_repo": "ente-io/ente",
|
||||
"upstream_version": "4.4.12"
|
||||
"upstream_version": "4.4.13"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.52.0 (20-12-2025)
|
||||
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)
|
||||
|
||||
## 2.51.2 (13-12-2025)
|
||||
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)
|
||||
|
||||
|
||||
@@ -123,4 +123,4 @@ schema:
|
||||
slug: filebrowser
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "2.51.2"
|
||||
version: "2.52.0"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"last_update": "13-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"paused": false,
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "filebrowser",
|
||||
"source": "github",
|
||||
"upstream_repo": "filebrowser/filebrowser",
|
||||
"upstream_version": "2.51.2"
|
||||
"upstream_version": "2.52.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 6.4.14 (20-12-2025)
|
||||
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
|
||||
|
||||
## 6.4.9 (29-11-2025)
|
||||
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
|
||||
|
||||
|
||||
@@ -104,5 +104,5 @@ slug: fireflyiii
|
||||
startup: services
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "6.4.9"
|
||||
version: "6.4.14"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_exclude": "2025",
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "fireflyiii",
|
||||
"source": "github",
|
||||
"upstream_repo": "firefly-iii/firefly-iii",
|
||||
"upstream_version": "6.4.9"
|
||||
"upstream_version": "6.4.14"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 3.18.32 (20-12-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
## 3.18.31 (13-12-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
|
||||
@@ -95,5 +95,5 @@ schema:
|
||||
slug: flexget
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "3.18.31"
|
||||
version: "3.18.32"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5050]"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dockerhub_list_size": "10",
|
||||
"last_update": "13-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "flexget",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "wiserain/flexget",
|
||||
"upstream_version": "3.18.31"
|
||||
"upstream_version": "3.18.32"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.25.3 (20-12-2025)
|
||||
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)
|
||||
|
||||
## 1.25.2 (29-11-2025)
|
||||
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)
|
||||
|
||||
|
||||
@@ -97,5 +97,5 @@ schema:
|
||||
slug: gitea
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/gitea
|
||||
version: "1.25.2"
|
||||
version: "1.25.3"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "gitea",
|
||||
"source": "github",
|
||||
"upstream_repo": "go-gitea/gitea",
|
||||
"upstream_version": "1.25.2"
|
||||
"upstream_version": "1.25.3"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 0.24.487 (20-12-2025)
|
||||
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||
|
||||
## 0.24.441 (13-12-2025)
|
||||
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||
|
||||
|
||||
@@ -106,5 +106,5 @@ schema:
|
||||
slug: jackett_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/jackett
|
||||
version: "0.24.441"
|
||||
version: "0.24.487"
|
||||
webui: http://[HOST]:[PORT:9117]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "13-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "jackett",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-jackett",
|
||||
"upstream_version": "0.24.441"
|
||||
"upstream_version": "0.24.487"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## breaking_versions: 10.11.5 (20-12-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 10.11.5 (20-12-2025)
|
||||
- Update to latest version from linuxserver/docker-jellyfin (changelog : https://github.com/linuxserver/docker-jellyfin/releases)
|
||||
## breaking_versions: 10.11.4-1 (13-12-2025)
|
||||
- Minor bugs fixed
|
||||
## 10.11.4-1 (07-12-2025)
|
||||
|
||||
@@ -125,5 +125,5 @@ schema:
|
||||
slug: jellyfin
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "10.11.4-1"
|
||||
version: "10.11.5"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "false",
|
||||
"last_update": "06-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "jellyfin",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-jellyfin",
|
||||
"upstream_version": "10.11.4"
|
||||
"upstream_version": "10.11.5"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 3.5.2 (20-12-2025)
|
||||
- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases)
|
||||
|
||||
## 3.5.2 (22-12-2025)
|
||||
- Automatically clear stale migration locks for SQLite and PostgreSQL databases on startup to avoid blocked fresh installs
|
||||
- Add database client utilities for unlocking migrations
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "06-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "joplin",
|
||||
"source": "github",
|
||||
"upstream_repo": "etechonomy/joplin-server",
|
||||
"upstream_version": "3.5.1"
|
||||
"upstream_version": "3.5.2"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## v3.8.0 (20-12-2025)
|
||||
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
|
||||
## v3.6.1-5 (12-12-2025)
|
||||
- Minor bugs fixed
|
||||
## v3.6.1-4 (12-12-2025)
|
||||
|
||||
@@ -21,7 +21,7 @@ FROM node:20 AS frontend-builder
|
||||
ARG SUB_PATH="/mealie/"
|
||||
ENV SUB_PATH=$SUB_PATH
|
||||
|
||||
ENV MEALIE_VERSION="v3.6.1"
|
||||
ENV MEALIE_VERSION="v3.8.0"
|
||||
|
||||
# Clone the Mealie repository to get the frontend source code
|
||||
WORKDIR /frontend
|
||||
|
||||
@@ -114,4 +114,4 @@ schema:
|
||||
slug: mealie
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: v3.6.1-5
|
||||
version: "v3.8.0"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"github_fulltag": "true",
|
||||
"last_update": "06-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"paused": "false",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "mealie",
|
||||
"source": "github",
|
||||
"upstream_repo": "mealie-recipes/mealie",
|
||||
"upstream_version": "v3.6.1"
|
||||
"upstream_version": "v3.8.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## v25.4-ls225 (20-12-2025)
|
||||
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
||||
|
||||
## v25.4-ls224 (13-12-2025)
|
||||
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
||||
|
||||
|
||||
@@ -104,4 +104,4 @@ schema:
|
||||
slug: nzbget
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "v25.4-ls224"
|
||||
version: "v25.4-ls225"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "13-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "nzbget",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-nzbget",
|
||||
"upstream_version": "v25.4-ls224"
|
||||
"upstream_version": "v25.4-ls225"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.42.2.10156-f737b826c-ls287 (20-12-2025)
|
||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
||||
|
||||
## 1.42.2.10156-f737b826c-ls286 (29-11-2025)
|
||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/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
|
||||
|
||||
@@ -173,6 +173,6 @@ slug: plex_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/plex
|
||||
usb: true
|
||||
version: "1.42.2.10156-f737b826c-ls286"
|
||||
version: "1.42.2.10156-f737b826c-ls287"
|
||||
video: true
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:32400]/web"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "plex",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-plex",
|
||||
"upstream_version": "1.42.2.10156-f737b826c-ls286"
|
||||
"upstream_version": "1.42.2.10156-f737b826c-ls287"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## nightly-2.3.1.5238-ls220 (20-12-2025)
|
||||
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
||||
|
||||
## nightly-2.3.1.5238-ls219 (29-11-2025)
|
||||
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
||||
|
||||
|
||||
@@ -104,5 +104,5 @@ schema:
|
||||
slug: prowlarr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "nightly-2.3.1.5238-ls219"
|
||||
version: "nightly-2.3.1.5238-ls220"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:9696]"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"github_fulltag": "true",
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "prowlarr",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-prowlarr",
|
||||
"upstream_version": "nightly-2.3.1.5238-ls219"
|
||||
"upstream_version": "nightly-2.3.1.5238-ls220"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.16-r0-ls93 (20-12-2025)
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls95 (13-12-2025)
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
|
||||
@@ -143,5 +143,5 @@ slug: webtop
|
||||
tmpfs: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "4.16-r0-ls95"
|
||||
version: "4.16-r0-ls93"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "13-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "webtop",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-webtop",
|
||||
"upstream_version": "4.16-r0-ls95"
|
||||
"upstream_version": "4.16-r0-ls93"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.107.0 (20-12-2025)
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.106.3 (06-12-2025)
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
|
||||
@@ -101,5 +101,5 @@ schema:
|
||||
slug: code-server
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/coder-server
|
||||
version: "4.106.3"
|
||||
version: "4.107.0"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8443]"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "06-12-2025",
|
||||
"last_update": "20-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "code-server",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-code-server",
|
||||
"upstream_version": "4.106.3"
|
||||
"upstream_version": "4.107.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user