mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Compare commits
20 Commits
60e665d3ca
...
862e5d4ac3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
862e5d4ac3 | ||
|
|
bba61ba132 | ||
|
|
b59a77e8fe | ||
|
|
68c0ef10b9 | ||
|
|
a7b6306848 | ||
|
|
717104080f | ||
|
|
a4de98f395 | ||
|
|
90120f9c0a | ||
|
|
e2e29a8a06 | ||
|
|
4a2de7ead7 | ||
|
|
1a2b97eddf | ||
|
|
fd8c3a9283 | ||
|
|
46f89e94c6 | ||
|
|
5bdc60e298 | ||
|
|
ac012c5678 | ||
|
|
4b661c7963 | ||
|
|
48c376e03d | ||
|
|
144933630c | ||
|
|
2228dc2013 | ||
|
|
6a6a250811 |
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -88,4 +88,4 @@ services:
|
||||
slug: gazpar2mqtt
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: ""
|
||||
version: "0.8.2"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -102,5 +102,5 @@ schema:
|
||||
slug: guacamole
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: ""
|
||||
version: "1.6.0-bullseye"
|
||||
video: true
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -130,5 +130,5 @@ services:
|
||||
slug: photoprism
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: ""
|
||||
version: "ubuntu-2025-11-30"
|
||||
video: true
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -41,4 +41,4 @@ schema:
|
||||
slug: portainer_agent
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: ""
|
||||
version: "alpine-sts"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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]"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user