mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Updater bot : guacamole updated to 1.6.0-bullseye
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user