20 Commits

Author SHA1 Message Date
GitHub Actions
862e5d4ac3 Revert 'Updater bot : seafile updated to 12.0.14' [nobuild] 2025-12-24 07:38:34 +00:00
GitHub Actions
bba61ba132 Revert 'Updater bot : immich_cuda updated to 2.4.1' [nobuild] 2025-12-24 07:37:59 +00:00
GitHub Actions
b59a77e8fe Revert 'Updater bot : omada_v3 updated to 5.3-amd64-2025-11-09' [nobuild] 2025-12-24 07:37:26 +00:00
GitHub Actions
68c0ef10b9 Revert 'Updater bot : organizr updated to 1.601' [nobuild] 2025-12-24 07:36:48 +00:00
GitHub Actions
a7b6306848 Revert 'Updater bot : monica updated to' [nobuild] 2025-12-24 07:36:23 +00:00
GitHub Actions
717104080f Revert 'Updater bot : ente updated to 4.4.15' [nobuild] 2025-12-24 07:36:13 +00:00
alexbelgium
a4de98f395 Updater bot : tdarr updated to 2.58.02 2025-12-24 08:35:42 +01:00
alexbelgium
90120f9c0a Updater bot : seafile updated to 12.0.14 2025-12-24 08:35:26 +01:00
alexbelgium
e2e29a8a06 Updater bot : portainer_agent updated to alpine-sts 2025-12-24 08:34:58 +01:00
GitHub Actions
4a2de7ead7 Revert 'Updater bot : fireflyiii_fints_importer updated to -' [nobuild] 2025-12-24 07:34:50 +00:00
alexbelgium
1a2b97eddf Updater bot : photoprism updated to ubuntu-2025-11-30 2025-12-24 08:34:47 +01:00
alexbelgium
fd8c3a9283 Updater bot : organizr updated to 1.601 2025-12-24 08:34:42 +01:00
alexbelgium
46f89e94c6 Updater bot : omada_v3 updated to 5.3-amd64-2025-11-09 2025-12-24 08:34:30 +01:00
alexbelgium
5bdc60e298 Updater bot : monica updated to 2025-12-24 08:34:12 +01:00
alexbelgium
ac012c5678 Updater bot : jackett updated to 0.24.521 2025-12-24 08:33:45 +01:00
alexbelgium
4b661c7963 Updater bot : immich_cuda updated to 2.4.1 2025-12-24 08:33:31 +01:00
alexbelgium
48c376e03d Updater bot : guacamole updated to 1.6.0-bullseye 2025-12-24 08:33:25 +01:00
alexbelgium
144933630c Updater bot : gazpar2mqtt updated to 0.8.2 2025-12-24 08:33:13 +01:00
alexbelgium
2228dc2013 Updater bot : fireflyiii_fints_importer updated to - 2025-12-24 08:33:05 +01:00
alexbelgium
6a6a250811 Updater bot : ente updated to 4.4.15 2025-12-24 08:32:52 +01:00
23 changed files with 55 additions and 37 deletions

View File

@@ -1,4 +1,7 @@
## 0.8.2 (24-12-2025)
- Update to latest version from yukulehe/gazpar2mqtt
## (23-12-2025)
- Update to latest version from yukulehe/gazpar2mqtt
- 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

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"""-.
# _.-` ('>.-`"0.8.2""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# '---` .-'"0.8.2"`
# /`
#=== Home Assistant Addon ===#
@@ -15,7 +15,7 @@
#################
ARG BUILD_FROM
ARG BUILD_UPSTREAM=""
ARG BUILD_UPSTREAM="0.8.2"
FROM yukulehe/gazpar2mqtt:$BUILD_UPSTREAM
##################
@@ -50,7 +50,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES=""
ENV PACKAGES="0.8.2"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"

View File

@@ -88,4 +88,4 @@ services:
slug: gazpar2mqtt
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: ""
version: "0.8.2"

View File

@@ -1,8 +1,8 @@
{
"last_update": "23-12-2025",
"last_update": "24-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "gazpar2mqtt",
"source": "dockerhub",
"upstream_repo": "yukulehe/gazpar2mqtt",
"upstream_version": ""
"upstream_version": "0.8.2"
}

View File

@@ -1,4 +1,7 @@
## 1.6.0-bullseye (24-12-2025)
- Update to latest version from abesnier/guacamole
## (23-12-2025)
- Update to latest version from abesnier/guacamole
- 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

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"""-.
# _.-` ('>.-`"1.6.0-bullseye""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# '---` .-'"1.6.0-bullseye"`
# /`
#=== Home Assistant Addon ===#
@@ -132,7 +132,7 @@ LABEL \
#################
ENV HEALTH_PORT="8080" \
HEALTH_URL=""
HEALTH_URL="1.6.0-bullseye"
HEALTHCHECK \
--interval=5s \
--retries=5 \

View File

@@ -102,5 +102,5 @@ schema:
slug: guacamole
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: ""
version: "1.6.0-bullseye"
video: true

View File

@@ -2,10 +2,10 @@
"github_beta": false,
"github_exclude": "pg",
"github_tagfilter": "bullseye",
"last_update": "23-12-2025",
"last_update": "24-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "guacamole",
"source": "dockerhub",
"upstream_repo": "abesnier/guacamole",
"upstream_version": ""
"upstream_version": "1.6.0-bullseye"
}

View File

@@ -1,4 +1,7 @@
## 0.24.521 (24-12-2025)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
## 0.24.512 (23-12-2025)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)

View File

@@ -106,5 +106,5 @@ schema:
slug: jackett_nas
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/jackett
version: "0.24.512"
version: "0.24.521"
webui: http://[HOST]:[PORT:9117]

View File

@@ -1,8 +1,8 @@
{
"last_update": "23-12-2025",
"last_update": "24-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "jackett",
"source": "github",
"upstream_repo": "linuxserver/docker-jackett",
"upstream_version": "0.24.512"
"upstream_version": "0.24.521"
}

View File

@@ -1,4 +1,7 @@
## ubuntu-2025-11-30 (2025-11-30)
- Update to latest version from photoprism/photoprism
## (23-12-2025)
- Update to latest version from photoprism/photoprism
## ubuntu-2025-11-30-2 (06-12-2025)

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"""-.
# _.-` ('>.-`"ubuntu-2025-11-30""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# '---` .-'"ubuntu-2025-11-30"`
# /`
#=== Home Assistant Addon ===#
@@ -136,8 +136,8 @@ RUN \
mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \
fi
ENV HEALTH_PORT="" \
HEALTH_URL=""
ENV HEALTH_PORT="ubuntu-2025-11-30" \
HEALTH_URL="ubuntu-2025-11-30"
HEALTHCHECK \
--interval=5m \
--retries=5 \

View File

@@ -130,5 +130,5 @@ services:
slug: photoprism
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: ""
version: "ubuntu-2025-11-30"
video: true

View File

@@ -1,11 +1,11 @@
{
"dockerhub_by_date": "true",
"github_fulltag": "true",
"last_update": "23-12-2025",
"last_update": "2025-11-30",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "photoprism",
"source": "dockerhub",
"upstream_repo": "photoprism/photoprism",
"upstream_version": ""
"upstream_version": "ubuntu-2025-11-30"
}

View File

@@ -1,4 +1,7 @@
## alpine-sts (24-12-2025)
- Update to latest version from portainer/agent
## (23-12-2025)
- Update to latest version from portainer/agent
- 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

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"""-.
# _.-` ('>.-`"alpine-sts""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# '---` .-'"alpine-sts"`
# /`
#=== Home Assistant Addon ===#
@@ -19,7 +19,7 @@ ARG BUILD_FROM
# Get agent
FROM portainer/agent:alpine as original_agent
ENV PORTAINER_AGENT_ARGS=""
ENV PORTAINER_AGENT_ARGS="alpine-sts"
# Build using base
FROM $BUILD_FROM
@@ -139,8 +139,8 @@ RUN \
mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \
fi
ENV HEALTH_PORT="" \
HEALTH_URL=""
ENV HEALTH_PORT="alpine-sts" \
HEALTH_URL="alpine-sts"
HEALTHCHECK \
--interval=5s \
--retries=5 \

View File

@@ -41,4 +41,4 @@ schema:
slug: portainer_agent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: ""
version: "alpine-sts"

View File

@@ -1,9 +1,9 @@
{
"github_tagfilter": "alpine",
"last_update": "23-12-2025",
"last_update": "24-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "portainer_agent",
"source": "dockerhub",
"upstream_repo": "portainer/agent",
"upstream_version": ""
"upstream_version": "alpine-sts"
}

View File

@@ -1,4 +1,7 @@
## 2.58.02 (24-12-2025)
- Update to latest version from haveagitgat/tdarr
## (23-12-2025)
- Update to latest version from haveagitgat/tdarr

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"""-.
# _.-` ('>.-`"2.58.02""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# '---` .-'"2.58.02"`
# /`
#=== Home Assistant Addon ===#
@@ -121,7 +121,7 @@ RUN \
fi
ENV HEALTH_PORT="8265" \
HEALTH_URL=""
HEALTH_URL="2.58.02"
HEALTHCHECK \
--interval=5s \
--retries=5 \

View File

@@ -122,6 +122,6 @@ schema:
slug: tdarr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: ""
version: "2.58.02"
video: true
webui: "[PROTO:ssl]://[HOST]:[PORT:8265]"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "pro",
"last_update": "23-12-2025",
"last_update": "24-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "tdarr",
"source": "dockerhub",
"upstream_repo": "haveagitgat/tdarr",
"upstream_version": ""
"upstream_version": "2.58.02"
}