mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-18 15:47:37 +02:00
Compare commits
82 Commits
433dba37b4
...
8b48935c1b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b48935c1b | ||
|
|
03a5940a30 | ||
|
|
5d1ccf4a8d | ||
|
|
ff9d8fc8aa | ||
|
|
68fab69d00 | ||
|
|
a60dade148 | ||
|
|
86fb54aafe | ||
|
|
adccae667c | ||
|
|
00a2da23a5 | ||
|
|
14c6d8fb17 | ||
|
|
83151bf897 | ||
|
|
cc6476e685 | ||
|
|
fccb0f7505 | ||
|
|
59ba841883 | ||
|
|
6041d20bfd | ||
|
|
a3769bbf1b | ||
|
|
d369a47ceb | ||
|
|
4447cbfd30 | ||
|
|
cb9bec1e82 | ||
|
|
304cf10e1a | ||
|
|
a048a1188b | ||
|
|
3c797cbcb3 | ||
|
|
f7cd699e08 | ||
|
|
15bceba31d | ||
|
|
6cc9241c0f | ||
|
|
6099930b82 | ||
|
|
010345424b | ||
|
|
aebea92612 | ||
|
|
1b65c15d50 | ||
|
|
18cb9e57ee | ||
|
|
840859385c | ||
|
|
0a289a8628 | ||
|
|
4b4d860f90 | ||
|
|
cfa3374f8a | ||
|
|
c8d254a540 | ||
|
|
46758ed492 | ||
|
|
9de7e64c8b | ||
|
|
72eae338b8 | ||
|
|
b5355e6601 | ||
|
|
f6bf75c435 | ||
|
|
f0a5d2f2bd | ||
|
|
8723554859 | ||
|
|
1bd5e3143a | ||
|
|
1fda56b967 | ||
|
|
b60f2cbfc5 | ||
|
|
b49f0cd3a8 | ||
|
|
e5573cf002 | ||
|
|
9f83c2db34 | ||
|
|
1986198b58 | ||
|
|
21d2d6c71b | ||
|
|
4ff811a64f | ||
|
|
149b23229d | ||
|
|
a34aac7b2a | ||
|
|
157c8ddeb5 | ||
|
|
2cf25fd1f3 | ||
|
|
1c624681df | ||
|
|
aaa6dbe33e | ||
|
|
2a085b83d3 | ||
|
|
9fcec1730d | ||
|
|
e78830dd16 | ||
|
|
4d52374bdd | ||
|
|
3d3505e03b | ||
|
|
add943600d | ||
|
|
482f35ebe2 | ||
|
|
be6b7ce9c0 | ||
|
|
a7883c4bf5 | ||
|
|
4805ef9221 | ||
|
|
033d032a21 | ||
|
|
90614ad1a3 | ||
|
|
60181ff21b | ||
|
|
552bb03226 | ||
|
|
da0313c185 | ||
|
|
3e7e841c79 | ||
|
|
8b5b665e27 | ||
|
|
9f701bd1a5 | ||
|
|
8be8856369 | ||
|
|
4d4fa6ba90 | ||
|
|
7c803bad4c | ||
|
|
d3bef2f841 | ||
|
|
bab0c9c2fd | ||
|
|
abaca9acf9 | ||
|
|
da2221c19c |
@@ -7,7 +7,7 @@ set -e
|
||||
##############################
|
||||
|
||||
MODULES="$1"
|
||||
MODULES="$MODULES 00-banner.sh 01-custom_script.sh 01-config_yaml.sh 00-global_var.sh 01-env_vars.sh"
|
||||
MODULES="$MODULES 00-banner.sh 01-custom_script.sh 01-config_yaml.sh 00-global_var.sh"
|
||||
echo "To download : $MODULES"
|
||||
|
||||
# Install bash if not available
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## nightly-20251012 (18-10-2025)
|
||||
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
|
||||
|
||||
## nightly-20251008 (11-10-2025)
|
||||
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
|
||||
## nightly-20250904_6 (17-09-2025)
|
||||
|
||||
@@ -114,4 +114,4 @@ slug: birdnet-go
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go
|
||||
usb: true
|
||||
version: nightly-20251008
|
||||
version: "nightly-20251012"
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"github_beta": true,
|
||||
"github_fulltag": true,
|
||||
"github_tagfilter": "nightly",
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "birdnet-go",
|
||||
"source": "github",
|
||||
"upstream_repo": "tphakala/birdnet-go",
|
||||
"upstream_version": "nightly-20251008"
|
||||
"upstream_version": "nightly-20251012"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## 8.13.0 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)
|
||||
## 8.12.0-2 (10-10-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -113,5 +113,5 @@ schema:
|
||||
slug: calibre
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre
|
||||
version: 8.12.0-2
|
||||
version: "8.13.0"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "false",
|
||||
"last_update": "04-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "calibre",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-calibre",
|
||||
"upstream_version": "8.12.0"
|
||||
"upstream_version": "8.13.0"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## "0.50.26" (18-10-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 0.50.26 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases)
|
||||
|
||||
## 0.50.21 (11-10-2025)
|
||||
- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases)
|
||||
|
||||
@@ -28,5 +28,5 @@ schema:
|
||||
slug: changedetection.io
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io
|
||||
version: 0.50.21
|
||||
version: "0.50.26"
|
||||
webui: http://[HOST]:[PORT:5000]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "false",
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "changedetection.io",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-changedetection.io",
|
||||
"upstream_version": "0.50.21"
|
||||
"upstream_version": "0.50.26"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.9.2.5 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||
|
||||
## 4.9.2.2 (11-10-2025)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="4.9.2.2"
|
||||
ARG BUILD_UPSTREAM="4.9.2.5"
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
##################
|
||||
|
||||
@@ -118,5 +118,5 @@ schema:
|
||||
slug: emby_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/emby
|
||||
version: 4.9.2.2
|
||||
version: "4.9.2.5"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "emby",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-emby",
|
||||
"upstream_version": "4.9.2.2"
|
||||
"upstream_version": "4.9.2.5"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## "debian-2025-10-13" (18-10-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
## debian-2025-10-13 (2025-10-13)
|
||||
- Update to latest version from charlocharlie/epicgames-freegames
|
||||
|
||||
## debian-2025-10-09 (2025-10-09)
|
||||
- Update to latest version from charlocharlie/epicgames-freegames
|
||||
|
||||
@@ -80,5 +80,5 @@ ports_description:
|
||||
slug: epicgamesfree
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: debian-2025-10-09
|
||||
version: "debian-2025-10-13"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:3000]'
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"dockerhub_by_date": true,
|
||||
"dockerhub_list_size": 2,
|
||||
"github_exclude": "-",
|
||||
"last_update": "2025-10-09",
|
||||
"last_update": "2025-10-13",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "epicgamesfree",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "charlocharlie/epicgames-freegames",
|
||||
"upstream_version": "debian-2025-10-09"
|
||||
"upstream_version": "debian-2025-10-13"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## "2.44.1" (18-10-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 2.44.1 (18-10-2025)
|
||||
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)
|
||||
|
||||
## 2.44.0 (27-09-2025)
|
||||
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)
|
||||
|
||||
@@ -120,4 +120,4 @@ schema:
|
||||
slug: filebrowser
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.44.0
|
||||
version: "2.44.1"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"last_update": "27-09-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"paused": false,
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "filebrowser",
|
||||
"source": "github",
|
||||
"upstream_repo": "filebrowser/filebrowser",
|
||||
"upstream_version": "2.44.0"
|
||||
"upstream_version": "2.44.1"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.8.4 (18-10-2025)
|
||||
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
|
||||
|
||||
## 1.8.2 (11-10-2025)
|
||||
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
|
||||
## 1.8.0-2 (06-10-2025)
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="1.8.2"
|
||||
ARG BUILD_UPSTREAM="1.8.4"
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
##################
|
||||
|
||||
@@ -98,5 +98,5 @@ schema:
|
||||
slug: fireflyiii_data_importer
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 1.8.2
|
||||
version: "1.8.4"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8080]'
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_exclude": "develop",
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "fireflyiii_data_importer",
|
||||
"source": "github",
|
||||
"upstream_repo": "firefly-iii/data-importer",
|
||||
"upstream_version": "1.8.2"
|
||||
"upstream_version": "1.8.4"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 3.18.16 (18-10-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
## 3.18.14 (11-10-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
|
||||
@@ -92,5 +92,5 @@ schema:
|
||||
slug: flexget
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 3.18.14
|
||||
version: "3.18.16"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:5050]'
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dockerhub_list_size": "10",
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "flexget",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "wiserain/flexget",
|
||||
"upstream_version": "3.18.14"
|
||||
"upstream_version": "3.18.16"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.1.0 (18-10-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
## 2.0.1 (04-10-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -137,6 +137,6 @@ slug: immich
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: 2.0.1
|
||||
version: "2.1.0"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "04-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "2.0.1"
|
||||
"upstream_version": "2.1.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.1.0 (18-10-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
## 2.0.1 (04-10-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -136,6 +136,6 @@ slug: immich_cuda
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: 2.0.1
|
||||
version: "2.1.0"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "04-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "2.0.1"
|
||||
"upstream_version": "2.1.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.0.29.0 (18-10-2025)
|
||||
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
|
||||
|
||||
## 1.0.28.0 (18-07-2025)
|
||||
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
|
||||
## 1.0.27.2 (28-06-2025)
|
||||
|
||||
@@ -19,5 +19,5 @@ schema:
|
||||
TZ: str?
|
||||
slug: immich_frame
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 1.0.28.0
|
||||
version: "1.0.29.0"
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "18-07-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich_frame",
|
||||
"source": "github",
|
||||
"upstream_repo": "immichFrame/ImmichFrame",
|
||||
"upstream_version": "1.0.28.0"
|
||||
"upstream_version": "1.0.29.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.1.0 (18-10-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
## 2.0.1 (04-10-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -137,6 +137,6 @@ slug: immich_noml
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: 2.0.1
|
||||
version: "2.1.0"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "04-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "2.0.1"
|
||||
"upstream_version": "2.1.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.1.0 (18-10-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
## 2.0.1 (04-10-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -136,6 +136,6 @@ slug: immich_openvino
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: 2.0.1
|
||||
version: "2.1.0"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "04-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "2.0.1"
|
||||
"upstream_version": "2.1.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 0.24.145 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||
|
||||
## 0.24.101 (11-10-2025)
|
||||
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||
|
||||
|
||||
@@ -103,5 +103,5 @@ schema:
|
||||
slug: jackett_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/jackett
|
||||
version: 0.24.101
|
||||
version: "0.24.145"
|
||||
webui: http://[HOST]:[PORT:9117]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "jackett",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-jackett",
|
||||
"upstream_version": "0.24.101"
|
||||
"upstream_version": "0.24.145"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.13.1 (18-10-2025)
|
||||
- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases)
|
||||
|
||||
## 2.13.0 (27-09-2025)
|
||||
- Update to latest version from linkwarden/linkwarden (changelog : https://github.com/linkwarden/linkwarden/releases)
|
||||
|
||||
|
||||
@@ -40,5 +40,5 @@ schema:
|
||||
STORAGE_FOLDER: str?
|
||||
slug: linkwarden
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden
|
||||
version: 2.13.0
|
||||
version: "2.13.1"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:3000]'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "27-09-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "linkwarden",
|
||||
"source": "github",
|
||||
"upstream_repo": "linkwarden/linkwarden",
|
||||
"upstream_version": "2.13.0"
|
||||
"upstream_version": "2.13.1"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## v25.4-ls217 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
||||
|
||||
## v25.4-ls216 (11-10-2025)
|
||||
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
||||
|
||||
|
||||
@@ -102,4 +102,4 @@ schema:
|
||||
slug: nzbget
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: v25.4-ls216
|
||||
version: "v25.4-ls217"
|
||||
|
||||
0
nzbget/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
nzbget/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "nzbget",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-nzbget",
|
||||
"upstream_version": "v25.4-ls216"
|
||||
"upstream_version": "v25.4-ls217"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 16.5.1 (18-10-2025)
|
||||
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||
|
||||
## 16.5.0 (11-10-2025)
|
||||
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||
|
||||
|
||||
@@ -31,5 +31,5 @@ schema:
|
||||
slug: openproject
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/openproject
|
||||
version: 16.5.0
|
||||
version: "16.5.1"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8080]'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "openproject",
|
||||
"source": "github",
|
||||
"upstream_repo": "opf/openproject",
|
||||
"upstream_version": "16.5.0"
|
||||
"upstream_version": "16.5.1"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.42.2.10156-f737b826c-ls283 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
||||
|
||||
## 1.42.2.10156-f737b826c-ls282 (11-10-2025)
|
||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
||||
|
||||
|
||||
@@ -170,6 +170,6 @@ slug: plex_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/plex
|
||||
usb: true
|
||||
version: 1.42.2.10156-f737b826c-ls282
|
||||
version: "1.42.2.10156-f737b826c-ls283"
|
||||
video: true
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:32400]/web'
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "plex",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-plex",
|
||||
"upstream_version": "1.42.2.10156-f737b826c-ls282"
|
||||
"upstream_version": "1.42.2.10156-f737b826c-ls283"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.35.0 (18-10-2025)
|
||||
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
|
||||
|
||||
## 2.34.0 (20-09-2025)
|
||||
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Setup base
|
||||
ARG BUILD_UPSTREAM="2.34.0"
|
||||
ARG BUILD_UPSTREAM="2.35.0"
|
||||
|
||||
# spellcheck disable=SC2015
|
||||
# hadolint ignore=SC2015
|
||||
|
||||
@@ -40,4 +40,4 @@ schema:
|
||||
slug: portainer
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.34.0
|
||||
version: "2.35.0"
|
||||
|
||||
0
portainer/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
portainer/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
portainer/rootfs/etc/services.d/portainer/run
Executable file → Normal file
0
portainer/rootfs/etc/services.d/portainer/run
Executable file → Normal file
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_havingasset": "true",
|
||||
"last_update": "20-09-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "portainer",
|
||||
"source": "github",
|
||||
"upstream_repo": "portainer/portainer",
|
||||
"upstream_version": "2.34.0"
|
||||
"upstream_version": "2.35.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## nightly-2.1.5.5213-ls215 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
||||
|
||||
## nightly-2.1.4.5212-ls214 (11-10-2025)
|
||||
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
||||
|
||||
|
||||
@@ -100,5 +100,5 @@ schema:
|
||||
slug: prowlarr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: nightly-2.1.4.5212-ls214
|
||||
version: "nightly-2.1.5.5213-ls215"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:9696]'
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"github_fulltag": "true",
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "prowlarr",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-prowlarr",
|
||||
"upstream_version": "nightly-2.1.4.5212-ls214"
|
||||
"upstream_version": "nightly-2.1.5.5213-ls215"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 5.28.0.10274 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases)
|
||||
|
||||
## 5.27.5.10198 (06-09-2025)
|
||||
- Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases)
|
||||
## 5.26.2.10099 (21-06-2025)
|
||||
|
||||
@@ -105,4 +105,4 @@ schema:
|
||||
slug: radarr_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/radarr
|
||||
version: 5.27.5.10198
|
||||
version: "5.28.0.10274"
|
||||
|
||||
0
radarr/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
radarr/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "06-09-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "radarr",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-radarr",
|
||||
"upstream_version": "5.27.5.10198"
|
||||
"upstream_version": "5.28.0.10274"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.17.2 (18-10-2025)
|
||||
- Update to latest version from SignalK/signalk-server (changelog : https://github.com/SignalK/signalk-server/releases)
|
||||
|
||||
## 2.16.0 (20-09-2025)
|
||||
- Update to latest version from SignalK/signalk-server (changelog : https://github.com/SignalK/signalk-server/releases)
|
||||
|
||||
|
||||
@@ -46,5 +46,5 @@ uart: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: 2.16.0
|
||||
version: "2.17.2"
|
||||
webui: http://[HOST]:[PORT:3000]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "20-09-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "signalk",
|
||||
"source": "github",
|
||||
"upstream_repo": "SignalK/signalk-server",
|
||||
"upstream_version": "2.16.0"
|
||||
"upstream_version": "2.17.2"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.3.3 (18-10-2025)
|
||||
- Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases)
|
||||
|
||||
## 2.3.1 (11-10-2025)
|
||||
- Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases)
|
||||
|
||||
|
||||
@@ -109,5 +109,5 @@ services:
|
||||
slug: tandoor_recipes
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.3.1
|
||||
version: "2.3.3"
|
||||
webui: http://[HOST]:[PORT:80]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": false,
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "tandoor_recipes",
|
||||
"source": "github",
|
||||
"upstream_repo": "TandoorRecipes/recipes",
|
||||
"upstream_version": "2.3.1"
|
||||
"upstream_version": "2.3.3"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.16-r0-ls93 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls94 (06-09-2025)
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
|
||||
@@ -140,5 +140,5 @@ slug: webtop
|
||||
tmpfs: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 4.16-r0-ls94-3
|
||||
version: "4.16-r0-ls93"
|
||||
video: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "06-09-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "webtop",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-webtop",
|
||||
"upstream_version": "4.16-r0-ls94"
|
||||
"upstream_version": "4.16-r0-ls93"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.105.0 (18-10-2025)
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.104.3 (11-10-2025)
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
|
||||
@@ -98,5 +98,5 @@ schema:
|
||||
slug: code-server
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/coder-server
|
||||
version: 4.104.3
|
||||
version: "4.105.0"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8443]'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "11-10-2025",
|
||||
"last_update": "18-10-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "code-server",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-code-server",
|
||||
"upstream_version": "4.104.3"
|
||||
"upstream_version": "4.105.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user