Add architecture deprecation notice

This commit is contained in:
Alexandre
2025-11-19 21:35:05 +01:00
parent 633f6bf5c7
commit a22495b2eb
129 changed files with 232 additions and 229 deletions

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,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

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.8-5 (13-01-2025)

View File

@@ -2,5 +2,4 @@
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:stable
amd64: ghcr.io/hassio-addons/base/amd64:stable
armv7: ghcr.io/hassio-addons/base/armv7:stable
i386: ghcr.io/hassio-addons/base/i386:stable

View File

@@ -1,7 +1,6 @@
arch:
- aarch64
- amd64
- armv7
description: Spotweb is a decentralized usenet community based on the Spotnet protocol
hassio_api: true
image: ghcr.io/alexbelgium/spotweb-{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
## 3.13.6-9 (18-11-2025)
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.

View File

@@ -1,7 +1,6 @@
{
"build_from": {
"aarch64": "ertagh/teamspeak3-server:latest-predownloaded",
"amd64": "ertagh/teamspeak3-server:x64-latest-predownloaded",
"armv7": "ertagh/teamspeak3-server:latest-predownloaded"
}
"build_from": {
"aarch64": "ertagh/teamspeak3-server:latest-predownloaded",
"amd64": "ertagh/teamspeak3-server:x64-latest-predownloaded"
}
}

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