mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Compare commits
26 Commits
2f7020e04e
...
b37583bf56
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b37583bf56 | ||
|
|
f7781c5ecf | ||
|
|
0f00a5e1d7 | ||
|
|
9970604ebf | ||
|
|
c70ef7b177 | ||
|
|
bccf8babe2 | ||
|
|
39c2ced30e | ||
|
|
05dc358a2c | ||
|
|
bebf77edb4 | ||
|
|
391eb3e39b | ||
|
|
64b2662314 | ||
|
|
a271dd335c | ||
|
|
785f74252b | ||
|
|
d0a972bd0b | ||
|
|
6104325c3c | ||
|
|
33bd02d9b7 | ||
|
|
745ca9d480 | ||
|
|
c09f4bee50 | ||
|
|
9607c114d0 | ||
|
|
ed60d86c1f | ||
|
|
a64820d6f4 | ||
|
|
2999bc91ed | ||
|
|
b0e4cc71ce | ||
|
|
f81effed2f | ||
|
|
381ba428c9 | ||
|
|
bee0fe6a34 |
@@ -1,3 +1,6 @@
|
||||
|
||||
## 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.69.0"
|
||||
ARG BUILD_UPSTREAM="1.70.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.69.0"
|
||||
version: "1.70.0"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "15-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "autborr",
|
||||
"source": "github",
|
||||
"upstream_repo": "autobrr/autobrr",
|
||||
"upstream_version": "1.69.0"
|
||||
"upstream_version": "1.70.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 8.16.1 (06-12-2025)
|
||||
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)
|
||||
|
||||
## 8.15.0 (22-11-2025)
|
||||
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)
|
||||
## 8.14.0-4 (16-11-2025)
|
||||
|
||||
@@ -117,5 +117,5 @@ schema:
|
||||
slug: calibre
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre
|
||||
version: "8.15.0"
|
||||
version: "8.16.1"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "false",
|
||||
"last_update": "22-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "calibre",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-calibre",
|
||||
"upstream_version": "8.15.0"
|
||||
"upstream_version": "8.16.1"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 19.0.16 (06-12-2025)
|
||||
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)
|
||||
|
||||
## 19.0.15 (29-11-2025)
|
||||
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/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.
|
||||
|
||||
@@ -104,4 +104,4 @@ schema:
|
||||
slug: cloudcommander
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander
|
||||
version: "19.0.15"
|
||||
version: "19.0.16"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "cloudcommander",
|
||||
"source": "github",
|
||||
"upstream_repo": "coderaiser/cloudcmd",
|
||||
"upstream_version": "19.0.15"
|
||||
"upstream_version": "19.0.16"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## streaming your media (beta version) 4.9.2.7 (06-12-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 4.9.2.7 (06-12-2025)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/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.
|
||||
|
||||
## 4.9.2.6 (01-11-2025)
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="4.9.2.6"
|
||||
ARG BUILD_UPSTREAM="4.9.2.7"
|
||||
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.6"
|
||||
version: "4.9.2.7"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"last_update": "01-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "emby",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-emby",
|
||||
"upstream_version": "4.9.2.6"
|
||||
"upstream_version": "4.9.2.7"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## debian-2025-12-02 (2025-12-02)
|
||||
- Update to latest version from charlocharlie/epicgames-freegames
|
||||
|
||||
## debian-2025-12-04-1 (2025-12-04)
|
||||
- Add an add-on option to disable the bundled cron service and honor it at startup
|
||||
|
||||
|
||||
@@ -88,5 +88,5 @@ schema:
|
||||
slug: epicgamesfree
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "debian-2025-12-04-1"
|
||||
version: "debian-2025-12-02"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"dockerhub_by_date": true,
|
||||
"dockerhub_list_size": 2,
|
||||
"github_exclude": "-",
|
||||
"last_update": "2025-11-25",
|
||||
"last_update": "2025-12-02",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "epicgamesfree",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "charlocharlie/epicgames-freegames",
|
||||
"upstream_version": "debian-2025-11-25"
|
||||
"upstream_version": "debian-2025-12-02"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.50.0 (06-12-2025)
|
||||
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)
|
||||
|
||||
## 2.49.0 (29-11-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.49.0"
|
||||
version: "2.50.0"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"paused": false,
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "filebrowser",
|
||||
"source": "github",
|
||||
"upstream_repo": "filebrowser/filebrowser",
|
||||
"upstream_version": "2.49.0"
|
||||
"upstream_version": "2.50.0"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## 3.4.6 (06-12-2025)
|
||||
- Update to latest version from FlareSolverr/FlareSolverr (changelog : https://github.com/FlareSolverr/FlareSolverr/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
|
||||
|
||||
## 3.4.5-2 (18-11-2025)
|
||||
|
||||
@@ -79,5 +79,5 @@ schema:
|
||||
slug: flaresolverr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 3.4.5-2
|
||||
version: "3.4.6"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8191]"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "15-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "flaresolverr",
|
||||
"source": "github",
|
||||
"upstream_repo": "FlareSolverr/FlareSolverr",
|
||||
"upstream_version": "3.4.5"
|
||||
"upstream_version": "3.4.6"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 3.18.29 (06-12-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
## 3.18.27 (29-11-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.27"
|
||||
version: "3.18.29"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5050]"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dockerhub_list_size": "10",
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "flexget",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "wiserain/flexget",
|
||||
"upstream_version": "3.18.27"
|
||||
"upstream_version": "3.18.29"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 25.11.2 (06-12-2025)
|
||||
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
|
||||
|
||||
## 25.11.1 (29-11-2025)
|
||||
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
|
||||
|
||||
|
||||
@@ -114,5 +114,5 @@ services:
|
||||
slug: grampsweb
|
||||
tmpfs: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
|
||||
version: "25.11.1"
|
||||
version: "25.11.2"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": true,
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "grampsweb",
|
||||
"source": "github",
|
||||
"upstream_repo": "gramps-project/gramps-web",
|
||||
"upstream_version": "25.11.1"
|
||||
"upstream_version": "25.11.2"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 0.24.404 (06-12-2025)
|
||||
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||
|
||||
## 0.24.364 (29-11-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.364"
|
||||
version: "0.24.404"
|
||||
webui: http://[HOST]:[PORT:9117]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "jackett",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-jackett",
|
||||
"upstream_version": "0.24.364"
|
||||
"upstream_version": "0.24.404"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## breaking_versions: 10.11.4 (06-12-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 10.11.4 (06-12-2025)
|
||||
- Update to latest version from linuxserver/docker-jellyfin (changelog : https://github.com/linuxserver/docker-jellyfin/releases)
|
||||
## breaking_versions: 10.11.3-2 (28-11-2025)
|
||||
- Minor bugs fixed
|
||||
## 10.11.3-2 (30-11-2025)
|
||||
|
||||
@@ -125,5 +125,5 @@ schema:
|
||||
slug: jellyfin
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "10.11.3-2"
|
||||
version: "10.11.4"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "false",
|
||||
"last_update": "22-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "jellyfin",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-jellyfin",
|
||||
"upstream_version": "10.11.3"
|
||||
"upstream_version": "10.11.4"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## 3.5.1 (06-12-2025)
|
||||
- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/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.
|
||||
|
||||
## 3.4.4 (27-09-2025)
|
||||
|
||||
@@ -104,5 +104,5 @@ schema:
|
||||
slug: joplin
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 3.4.4
|
||||
version: "3.5.1"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:22300]"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "27-09-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "joplin",
|
||||
"source": "github",
|
||||
"upstream_repo": "etechonomy/joplin-server",
|
||||
"upstream_version": "3.4.4"
|
||||
"upstream_version": "3.5.1"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## v3.6.1 (06-12-2025)
|
||||
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
|
||||
## v3.5.0-2 (06-12-2025)
|
||||
- Allow configuring Gunicorn's `--forwarded-allow-ips` value to support OIDC behind reverse proxies
|
||||
- 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
|
||||
|
||||
@@ -21,7 +21,7 @@ FROM node:20 AS frontend-builder
|
||||
ARG SUB_PATH="/mealie/"
|
||||
ENV SUB_PATH=$SUB_PATH
|
||||
|
||||
ENV MEALIE_VERSION="v3.5.0"
|
||||
ENV MEALIE_VERSION="v3.6.1"
|
||||
|
||||
# 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.5.0-2
|
||||
version: "v3.6.1"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"github_fulltag": "true",
|
||||
"last_update": "15-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"paused": "false",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "mealie",
|
||||
"source": "github",
|
||||
"upstream_repo": "mealie-recipes/mealie",
|
||||
"upstream_version": "v3.5.0"
|
||||
"upstream_version": "v3.6.1"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## v25.4-ls223 (06-12-2025)
|
||||
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
||||
|
||||
## v25.4-ls222 (29-11-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-ls222"
|
||||
version: "v25.4-ls223"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "nzbget",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-nzbget",
|
||||
"upstream_version": "v25.4-ls222"
|
||||
"upstream_version": "v25.4-ls223"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 16.6.2 (06-12-2025)
|
||||
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||
|
||||
## 16.6.1 (15-11-2025)
|
||||
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||
|
||||
|
||||
@@ -34,5 +34,5 @@ schema:
|
||||
slug: openproject
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/openproject
|
||||
version: "16.6.1"
|
||||
version: "16.6.2"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "15-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "openproject",
|
||||
"source": "github",
|
||||
"upstream_repo": "opf/openproject",
|
||||
"upstream_version": "16.6.1"
|
||||
"upstream_version": "16.6.2"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## ubuntu-2025-11-30 (2025-11-30)
|
||||
- Update to latest version from photoprism/photoprism
|
||||
|
||||
## ubuntu-2025-11-27 (2025-11-27)
|
||||
- Update to latest version from photoprism/photoprism
|
||||
- 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.
|
||||
|
||||
@@ -130,5 +130,5 @@ services:
|
||||
slug: photoprism
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "ubuntu-2025-11-27"
|
||||
version: "ubuntu-2025-11-30"
|
||||
video: true
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"dockerhub_by_date": "true",
|
||||
"github_fulltag": "true",
|
||||
"last_update": "2025-11-27",
|
||||
"last_update": "2025-11-30",
|
||||
"paused": false,
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "photoprism",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "photoprism/photoprism",
|
||||
"upstream_version": "ubuntu-2025-11-27"
|
||||
"upstream_version": "ubuntu-2025-11-30"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 16.1.0 (06-12-2025)
|
||||
- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases)
|
||||
|
||||
## 16.0.0 (29-11-2025)
|
||||
- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/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
|
||||
|
||||
@@ -100,5 +100,5 @@ schema:
|
||||
slug: piwigo
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "16.0.0"
|
||||
version: "16.1.0"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "29-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "piwigo",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-piwigo",
|
||||
"upstream_version": "16.0.0"
|
||||
"upstream_version": "16.1.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.106.3 (06-12-2025)
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 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
|
||||
|
||||
@@ -101,5 +101,5 @@ schema:
|
||||
slug: code-server
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/coder-server
|
||||
version: "4.106.2"
|
||||
version: "4.106.3"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8443]"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "22-11-2025",
|
||||
"last_update": "06-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "code-server",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-code-server",
|
||||
"upstream_version": "4.106.2"
|
||||
"upstream_version": "4.106.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user