Compare commits

...

10 Commits

Author SHA1 Message Date
Alexandre
b1d8f53903 Merge pull request #2217 from alexbelgium/codex/remove-armv7-support-from-addons nobuild
Document architecture deprecation in changelogs
2025-11-19 21:35:26 +01:00
Alexandre
a22495b2eb Add architecture deprecation notice 2025-11-19 21:35:05 +01:00
Alexandre
633f6bf5c7 Avoid message 2025-11-19 20:42:45 +01:00
github-actions
ebf1f2b0a3 GitHub bot: changelog 2025-11-19 19:41:51 +00:00
Alexandre
abe10b4560 Update qbittorrent version to 5.1.2-13 2025-11-19 20:36:17 +01:00
Alexandre
de9aae736e Implement iptables-legacy fallback for WireGuard
Added iptables-legacy fallback for WireGuard setup.
2025-11-19 20:36:06 +01:00
Alexandre
9aa2a374c8 Merge pull request #2216 from alexbelgium/codex/add-fallback-connection-for-wireguard-1cgz6g
Add IPv4 WireGuard fallback for qbittorrent add-on
2025-11-19 20:27:58 +01:00
Alexandre
065674de81 Set strict perms on WireGuard IPv4 fallback config 2025-11-19 20:26:53 +01:00
Alexandre
1902eb53de Update CHANGELOG.md 2025-11-19 20:21:38 +01:00
Alexandre
271123e500 Add IPv4 fallback for WireGuard connections 2025-11-19 20:18:40 +01:00
134 changed files with 324 additions and 244 deletions

View File

@@ -88,7 +88,7 @@ for SCRIPTS in /etc/cont-init.d/*; do
fi
# Cleanup after execution
sed -i '1a echo "Script already ran" && exit 0' "$SCRIPTS"
sed -i '1a exit 0' "$SCRIPTS"
done
# Start run scripts in services.d and s6-overlay/s6-rc.d if PID1

View File

@@ -1,3 +1,5 @@
- 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.19.12 (18-11-2025)
- Added support for configuring extra environment variables through the `env_vars` option.

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base-python/aarch64:stable",
"amd64": "ghcr.io/hassio-addons/base-python/amd64:stable",
"armv7": "ghcr.io/hassio-addons/base-python/armv7:stable"
}
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base-python/aarch64:stable",
"amd64": "ghcr.io/hassio-addons/base-python/amd64:stable"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
boot: manual
description: Automatic addons update by aligning version tag with upstream releases
environment:

View File

@@ -1,3 +1,5 @@
- 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.
- Implemented healthcheck

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: block internet connection for local network devices
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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
## 1.69.0 (15-11-2025)
- Update to latest version from autobrr/autobrr (changelog : https://github.com/autobrr/autobrr/releases)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/autobrr/autobrr:latest",
"amd64": "ghcr.io/autobrr/autobrr:latest",
"armv7": "ghcr.io/autobrr/autobrr:latest"
}
"build_from": {
"aarch64": "ghcr.io/autobrr/autobrr:latest",
"amd64": "ghcr.io/autobrr/autobrr:latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Automation for downloads
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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
## 0.10.1-hafix4 (18-11-2025)
- Minor bugs fixed
## 0.10.1-hafix3 (18-11-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/mralucarddante/baikal-docker-hass:latest",
"amd64": "ghcr.io/mralucarddante/baikal-docker-hass:latest",
"armv7": "ghcr.io/mralucarddante/baikal-docker-hass:latest"
}
"build_from": {
"aarch64": "ghcr.io/mralucarddante/baikal-docker-hass:latest",
"amd64": "ghcr.io/mralucarddante/baikal-docker-hass:latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Calendar+Contacts server
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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.
## 1.5.3 (27-09-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/bazarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/bazarr:amd64-latest",
"armv7": "lscr.io/linuxserver/bazarr:arm32v7-1.2.2"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/bazarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/bazarr:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
backup_exclude:
- "**/Backups/*"
- "**/logs/*"

View File

@@ -1,3 +1,5 @@
- 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.
## 0.13.2 (30-05-2024)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "m4dm4rtig4n/myelectricaldata:latest",
"amd64": "m4dm4rtig4n/myelectricaldata:latest",
"armv7": "m4dm4rtig4n/myelectricaldata:latest"
}
"build_from": {
"aarch64": "m4dm4rtig4n/myelectricaldata:latest",
"amd64": "m4dm4rtig4n/myelectricaldata:latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Use Enedis Gateway API to send data in your MQTT Broker (latest channel)
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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.
## 1.0.0rc14 (03-08-2024)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "m4dm4rtig4n/myelectricaldata:latest-dev",
"amd64": "m4dm4rtig4n/myelectricaldata:latest-dev",
"armv7": "m4dm4rtig4n/myelectricaldata:latest-dev"
}
"build_from": {
"aarch64": "m4dm4rtig4n/myelectricaldata:latest-dev",
"amd64": "m4dm4rtig4n/myelectricaldata:latest-dev"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Use Enedis Gateway API to send data in your MQTT Broker (dev channel)
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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
## 2.46.0 (15-11-2025)
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "filebrowser/filebrowser:s6",
"amd64": "filebrowser/filebrowser:s6",
"armv7": "filebrowser/filebrowser:v2.32.0"
}
"build_from": {
"aarch64": "filebrowser/filebrowser:s6",
"amd64": "filebrowser/filebrowser:s6"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description:
filebrowser provides a file managing interface within a specified directory
and it can be used to upload, delete, preview, rename and edit your files

View File

@@ -1,3 +1,5 @@
- 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)
- Minor bugs fixed

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Proxy server to bypass Cloudflare protection
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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.
- WARNING : update to supervisor 2022.11 before installing

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: fetch GRDF data and publish data to a mqtt broker
devices:
- /dev/dri

View File

@@ -1,2 +1,4 @@
- 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

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "troglobit/inadyn:latest",
"amd64": "troglobit/inadyn:latest",
"armv7": "troglobit/inadyn:latest"
}
"build_from": {
"aarch64": "troglobit/inadyn:latest",
"amd64": "troglobit/inadyn:latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description:
Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support.
A large number of dynamic dns providers are supported (https://github.com/troglobit/inadyn#supported-providers).

View File

@@ -1,3 +1,5 @@
- 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
## 0.24.311 (15-11-2025)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/jackett:arm64v8-latest",
"amd64": "lscr.io/linuxserver/jackett:amd64-latest",
"armv7": "lscr.io/linuxserver/jackett:arm32v7-version-v0.21.334"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/jackett:arm64v8-latest",
"amd64": "lscr.io/linuxserver/jackett:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description:
Translates queries from apps (Sonarr, Sickrage, CouchPotato, Mylar, etc)
into tracker-site-specific http queries, parses the html response, then sends results

View File

@@ -1,3 +1,5 @@
- 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
## breaking_versions: 10.11.3 (17-11-2025)
- Minor bugs fixed

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/jellyfin:arm64v8-latest",
"amd64": "lscr.io/linuxserver/jellyfin:amd64-latest",
"armv7": "lscr.io/linuxserver/jellyfin:arm32v7-10.8.10"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/jellyfin:arm64v8-latest",
"amd64": "lscr.io/linuxserver/jellyfin:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
backup_exclude:
- "**/cache/"
- "**/log/"

View File

@@ -1,3 +1,5 @@
- 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.
## 2.1.36 (04-11-2023)

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: An open source command line RatioMaster with WebUI
hassio_api: true
image: ghcr.io/alexbelgium/joal-{arch}

View File

@@ -1,3 +1,5 @@
- 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.
## 3.0.1.4866 (01-11-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/lidarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/lidarr:amd64-latest",
"armv7": "lscr.io/linuxserver/lidarr:arm32v7-1.1.4"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/lidarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/lidarr:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Music collection manager for Usenet and BitTorrent users
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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
## v3.5.0 (15-11-2025)
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)

View File

@@ -102,7 +102,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 777 /.bashio-standalone.sh
RUN \
# Add custom instructions to run.sh on armv7
# Apply custom instructions to run.sh
sed -i '1d' /app/run.sh \
&& cat /app/run.sh >> /run.txt \
&& cat /run.txt > /app/run.sh \

View File

@@ -1,3 +1,5 @@
- 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.
## 0.8.3 (23-08-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/mylar3:arm64v8-latest",
"amd64": "lscr.io/linuxserver/mylar3:amd64-latest",
"armv7": "lscr.io/linuxserver/mylar3:arm32v7-v0.7.2-ls91"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/mylar3:arm64v8-latest",
"amd64": "lscr.io/linuxserver/mylar3:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Automated comic book downloader for use with NZB and torrents
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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.
## 25.10.1 (04-10-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/jokob-sk/netalertx:latest",
"amd64": "ghcr.io/jokob-sk/netalertx:latest",
"armv7": "ghcr.io/jokob-sk/netalertx:latest"
}
"build_from": {
"aarch64": "ghcr.io/jokob-sk/netalertx:latest",
"amd64": "ghcr.io/jokob-sk/netalertx:latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: "\U0001F5A7\U0001F50D WIFI / LAN scanner, intruder, and presence detector"
environment:
PGID: "102"

View File

@@ -1,2 +1,4 @@
- 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

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: "\U0001F5A7\U0001F50D WIFI / LAN scanner, intruder, and presence detector"
environment:
PGID: "102"

View File

@@ -1,3 +1,5 @@
- 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
## v25.4-ls220 (15-11-2025)
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/nzbget:arm64v8-latest",
"amd64": "lscr.io/linuxserver/nzbget:amd64-latest",
"armv7": "lscr.io/linuxserver/nzbget:arm32v7-v21.1-ls131"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/nzbget:arm64v8-latest",
"amd64": "lscr.io/linuxserver/nzbget:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: usenet downloader
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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.
## 4.47.1 (11-01-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/ombi:arm64v8-latest",
"amd64": "lscr.io/linuxserver/ombi:amd64-latest",
"armv7": "lscr.io/linuxserver/ombi:arm32v7-development-v4.38.2-ls361"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/ombi:arm64v8-latest",
"amd64": "lscr.io/linuxserver/ombi:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Self-hosted Plex Request and user management system
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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.
- WARNING : update to supervisor 2022.11 before installing

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "organizr/organizr:linux-arm64",
"amd64": "organizr/organizr:linux-amd64",
"armv7": "organizr/organizr:linux-arm-v7"
}
"build_from": {
"aarch64": "organizr/organizr:linux-arm64",
"amd64": "organizr/organizr:linux-amd64"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: An HTPC/Homelab services organizer that is written in PHP
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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
## 15.7.0 (08-11-2025)
- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/piwigo:arm64v8-latest",
"amd64": "lscr.io/linuxserver/piwigo:amd64-latest",
"armv7": "lscr.io/linuxserver/piwigo:arm32v7-13.7.0"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/piwigo:arm64v8-latest",
"amd64": "lscr.io/linuxserver/piwigo:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Piwigo is a photo gallery software for the web
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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
## 1.42.2.10156-f737b826c-ls285 (15-11-2025)
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/plex:arm64v8-latest",
"amd64": "lscr.io/linuxserver/plex:amd64-latest",
"armv7": "lscr.io/linuxserver/plex:arm32v7-1.32.4"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/plex:arm64v8-latest",
"amd64": "lscr.io/linuxserver/plex:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
backup_exclude:
- "**/Cache/**"
- "**/Plug-in Support/Caches/**"

View File

@@ -1,3 +1,5 @@
- 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.
## "2.35.0" (18-10-2025)

View File

@@ -43,7 +43,6 @@ RUN \
&& if [[ "${BUILD_ARCH}" == *armv8* ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" == *arm64* ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" == *armhf* ]]; then ARCH="arm"; fi \
&& if [[ "${BUILD_ARCH}" == *armv7* ]]; then ARCH="arm"; fi \
&& if [[ "${BUILD_ARCH}" == arm ]]; then ARCH="arm"; fi \
&& if [[ "${BUILD_ARCH}" == *x86* ]]; then ARCH="amd64"; fi \
\

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:16.0.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:16.0.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:16.0.0"
}
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:16.0.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:16.0.0"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
backup_exclude:
- backups
- docker_config/cli-plugins

View File

@@ -1,3 +1,5 @@
- 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.
## alpine-sts (24-05-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:11.1.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:11.1.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:11.1.0"
}
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:11.1.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:11.1.0"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
backup_exclude:
- backups
description: An agent used to manage all the resources in a Swarm cluster

View File

@@ -1,3 +1,5 @@
- 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.
## 15.7-47 (24-06-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0",
"amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0",
"armv7": "postgres:15-alpine"
}
"build_from": {
"aarch64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0",
"amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
backup: cold
description: Postgres 15 with VectorChord support
environment:

View File

@@ -99,12 +99,7 @@ drop_vectors_everywhere() {
start_postgres() {
bashio::log.info "Starting PostgreSQL..."
if [ "$(bashio::info.arch)" = "armv7" ]; then
bashio::log.warning "ARMv7 detected: Starting without vectors.so"
/usr/local/bin/immich-docker-entrypoint.sh postgres &
else
/usr/local/bin/immich-docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf &
fi
/usr/local/bin/immich-docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf &
true
}

View File

@@ -1,3 +1,6 @@
## 5.1.2-13 (19-11-2025)
- Add IPv4 fallback for WireGuard connections
## 5.1.2-12 (19-11-2025)
- Improve ip monitoring with wireguard

View File

@@ -145,4 +145,4 @@ schema:
slug: qbittorrent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 5.1.2-12
version: 5.1.2-13

View File

@@ -61,7 +61,7 @@ wireguard_runtime_config="${WIREGUARD_STATE_DIR}/${interface_name}.conf"
cp "${wireguard_config}" "${wireguard_runtime_config}"
chmod 600 "${wireguard_runtime_config}" 2>/dev/null || true
bashio::log.info 'Prepared WireGuard runtime configuration with both IPv4 and IPv6 entries.'
bashio::log.info 'Prepared WireGuard runtime configuration for initial connection attempt.'
echo "${wireguard_runtime_config}" > "${WIREGUARD_STATE_DIR}/config"
echo "${interface_name}" > "${WIREGUARD_STATE_DIR}/interface"

View File

@@ -38,18 +38,92 @@ else
bashio::log.info "Starting WireGuard interface ${wireguard_interface} using ${wireguard_config##*/}."
if ! output=$(wg-quick up "${wireguard_config}" 2>&1); then
bashio::log.error 'WireGuard failed to establish a connection.'
bashio::log.error "wg-quick output:"
bashio::log.error "${output}"
bashio::log.error 'Troubleshooting steps:'
bashio::log.error " 1. Confirm that the WireGuard configuration file '${wireguard_config}' exists inside the container and contains valid private/public keys, endpoint and AllowedIPs."
bashio::log.error ' 2. Ensure UDP port 51820 (or the port defined in your config) is forwarded on your router to this host and not blocked by your firewall or ISP.'
bashio::log.error ' 3. Verify that the configured endpoint (IP/hostname and port) is reachable from this container (e.g. ping or nc from a debug shell).'
bashio::log.error ' 4. Check that the system time is correct (NTP); large time drift can break key handshakes.'
bashio::log.error ' 5. Confirm that WireGuard kernel support / module is available in the host system.'
bashio::log.error ' 6. If DNS names are used for the endpoint, verify DNS resolution from inside the container (e.g. nslookup or dig).'
bashio::exit.nok 'WireGuard start failed. See the log above for details.'
# Prefer host-provided iptables-legacy binaries if the default backend fails.
_wireguard_prepare_iptables_legacy() {
local legacy_bin_dir="${WIREGUARD_STATE_DIR}/iptables-legacy-bin"
mkdir -p "${legacy_bin_dir}"
for cmd in iptables iptables-save iptables-restore ip6tables ip6tables-save ip6tables-restore; do
if command -v "${cmd}-legacy" >/dev/null 2>&1; then
ln -sf "$(command -v "${cmd}-legacy")" "${legacy_bin_dir}/${cmd}"
fi
done
chmod 700 "${legacy_bin_dir}" 2>/dev/null || true
export PATH="${legacy_bin_dir}:${PATH}"
bashio::log.warning 'Retrying WireGuard bring-up using iptables-legacy wrappers.'
}
_wireguard_up_with_iptables_fallback() {
local config_path="$1"
local status
output=""
output=$(wg-quick up "${config_path}" 2>&1)
status=$?
if [ "$status" -eq 0 ]; then
return 0
fi
if echo "${output}" | grep -qiE 'iptables-restore|ip6tables-restore|xtables'; then
if command -v iptables-legacy >/dev/null 2>&1 || command -v ip6tables-legacy >/dev/null 2>&1; then
wg-quick down "${config_path}" >/dev/null 2>&1 || true
_wireguard_prepare_iptables_legacy
output=$(wg-quick up "${config_path}" 2>&1)
status=$?
else
bashio::log.warning 'iptables errors detected but iptables-legacy binaries are unavailable in the image.'
status=1
fi
fi
return "${status}"
}
if ! _wireguard_up_with_iptables_fallback "${wireguard_config}"; then
bashio::log.warning 'Initial WireGuard connection attempt failed. Trying again with IPv4-only endpoints.'
bashio::log.warning "First attempt output:${bashio::constants.LF}${output}"
ipv4_config="${WIREGUARD_STATE_DIR}/${wireguard_interface}-ipv4.conf"
echo -n > "${ipv4_config}"
chmod 600 "${ipv4_config}" 2>/dev/null || true
while IFS= read -r line; do
if [[ "${line}" =~ ^Endpoint ]]; then
endpoint="${line#Endpoint = }"
endpoint_host="${endpoint%:*}"
endpoint_port="${endpoint##*:}"
mapfile -t ipv4_candidates < <(getent ahostsv4 "${endpoint_host}" | awk '{print $1}' | uniq)
if [ ${#ipv4_candidates[@]} -gt 0 ]; then
bashio::log.debug "Resolved ${endpoint_host} to IPv4 address ${ipv4_candidates[0]} for WireGuard fallback."
echo "Endpoint = ${ipv4_candidates[0]}:${endpoint_port}" >> "${ipv4_config}"
else
bashio::log.warning "No IPv4 address found for ${endpoint_host}. Keeping original endpoint for fallback."
echo "${line}" >> "${ipv4_config}"
fi
else
echo "${line}" >> "${ipv4_config}"
fi
done < "${wireguard_config}"
wg-quick down "${wireguard_config}" >/dev/null 2>&1 || true
if ! _wireguard_up_with_iptables_fallback "${ipv4_config}"; then
bashio::log.error 'WireGuard failed to establish a connection after IPv4-only retry.'
bashio::log.error "wg-quick output:"
bashio::log.error "${output}"
bashio::log.error 'Troubleshooting steps:'
bashio::log.error " 1. Confirm that the WireGuard configuration file '${wireguard_config}' exists inside the container and contains valid private/public keys, endpoint and AllowedIPs."
bashio::log.error ' 2. Ensure UDP port 51820 (or the port defined in your config) is forwarded on your router to this host and not blocked by your firewall or ISP.'
bashio::log.error ' 3. Verify that the configured endpoint (IP/hostname and port) is reachable from this container (e.g. ping or nc from a debug shell).'
bashio::log.error ' 4. Check that the system time is correct (NTP); large time drift can break key handshakes.'
bashio::log.error ' 5. Confirm that WireGuard kernel support / module is available in the host system.'
bashio::log.error ' 6. If DNS names are used for the endpoint, verify DNS resolution from inside the container (e.g. nslookup or dig).'
bashio::exit.nok 'WireGuard start failed. See the log above for details.'
fi
fi
bashio::log.info "WireGuard interface ${wireguard_interface} is up."

View File

@@ -1,3 +1,5 @@
- 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.
## "5.28.0.10274" (18-10-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/radarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/radarr:amd64-latest",
"armv7": "lscr.io/linuxserver/radarr:arm32v7-4.5.2"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/radarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/radarr:amd64-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: A fork of Sonarr to work with movies like Couchpotato
devices:
- /dev/dri

View File

@@ -1,3 +1,5 @@
- 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.
## 2.1.9 (20-09-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "thomst08/requestrr:arm64-latest",
"amd64": "thomst08/requestrr:linux-latest",
"armv7": "thomst08/requestrr:arm-latest"
}
"build_from": {
"aarch64": "thomst08/requestrr:arm64-latest",
"amd64": "thomst08/requestrr:linux-latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description:
Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the
use of chat

View File

@@ -1,3 +1,5 @@
- 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.
## 12.0.14 (13-09-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "franchetti/seafile-arm:latest",
"amd64": "franchetti/seafile-arm:latest",
"armv7": "franchetti/seafile-arm:latest"
}
"build_from": {
"aarch64": "franchetti/seafile-arm:latest",
"amd64": "franchetti/seafile-arm:latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description:
High performance file syncing and sharing, with also Markdown WYSIWYG
editing, Wiki, file label and other knowledge management features

View File

@@ -1,3 +1,5 @@
- 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
## 2.18.0-2 (18-11-2025)
- Minor bugs fixed

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/signalk/signalk-server:latest",
"amd64": "ghcr.io/signalk/signalk-server:latest",
"armv7": "ghcr.io/signalk/signalk-server:latest"
}
"build_from": {
"aarch64": "ghcr.io/signalk/signalk-server:latest",
"amd64": "ghcr.io/signalk/signalk-server:latest"
}
}

View File

@@ -2,7 +2,6 @@ apparmor: false
arch:
- aarch64
- amd64
- armv7
description: An implementation of a Signal K central server for boats
devices:
- /dev/can0

View File

@@ -1,3 +1,5 @@
- 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
## 4.0.16.2944 (08-11-2025)
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/sonarr:arm64v8-develop",
"amd64": "lscr.io/linuxserver/sonarr:amd64-develop",
"armv7": "lscr.io/linuxserver/sonarr:arm32v7-3.0.9.1549-ls173"
}
"build_from": {
"aarch64": "lscr.io/linuxserver/sonarr:arm64v8-develop",
"amd64": "lscr.io/linuxserver/sonarr:amd64-develop"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description:
Can monitor multiple RSS feeds for new episodes of your favorite shows
and will grab, sort and rename them

View File

@@ -1,3 +1,5 @@
- 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.
## 0.8.2 (08-03-2025)

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/gabe565/castsponsorskip:latest",
"amd64": "ghcr.io/gabe565/castsponsorskip:latest",
"armv7": "ghcr.io/gabe565/castsponsorskip:latest"
}
"build_from": {
"aarch64": "ghcr.io/gabe565/castsponsorskip:latest",
"amd64": "ghcr.io/gabe565/castsponsorskip:latest"
}
}

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Skip YouTube ads and sponsorships on all local Google Cast devices
environment: {}
host_network: true

Some files were not shown because too many files have changed in this diff Show More