Updater bot : guacamole updated to 1.6.0-bullseye

This commit is contained in:
alexbelgium
2025-12-24 08:33:25 +01:00
parent 144933630c
commit 48c376e03d
4 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
## 1.6.0-bullseye (24-12-2025)
- Update to latest version from abesnier/guacamole
## (23-12-2025) ## (23-12-2025)
- Update to latest version from abesnier/guacamole - 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. - 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 # # ALEXBELGIUM'S DOCKERFILE #
#============================# #============================#
# _.------. # _.------.
# _.-` ('>.-`"""-. # _.-` ('>.-`"1.6.0-bullseye""-.
# '.--'` _'` _ .--.) # '.--'` _'` _ .--.)
# -' '-.-';` ` # -' '-.-';` `
# ' - _.' ``'--. # ' - _.' ``'--.
# '---` .-'""` # '---` .-'"1.6.0-bullseye"`
# /` # /`
#=== Home Assistant Addon ===# #=== Home Assistant Addon ===#
@@ -132,7 +132,7 @@ LABEL \
################# #################
ENV HEALTH_PORT="8080" \ ENV HEALTH_PORT="8080" \
HEALTH_URL="" HEALTH_URL="1.6.0-bullseye"
HEALTHCHECK \ HEALTHCHECK \
--interval=5s \ --interval=5s \
--retries=5 \ --retries=5 \

View File

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

View File

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