Updater bot : photoprism updated to ubuntu-2025-11-30

This commit is contained in:
alexbelgium
2025-12-24 08:34:47 +01:00
parent fd8c3a9283
commit 1a2b97eddf
4 changed files with 10 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
## ubuntu-2025-11-30 (2025-11-30)
- Update to latest version from photoprism/photoprism
## (23-12-2025) ## (23-12-2025)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
## ubuntu-2025-11-30-2 (06-12-2025) ## ubuntu-2025-11-30-2 (06-12-2025)

View File

@@ -2,11 +2,11 @@
# ALEXBELGIUM'S DOCKERFILE # # ALEXBELGIUM'S DOCKERFILE #
#============================# #============================#
# _.------. # _.------.
# _.-` ('>.-`"""-. # _.-` ('>.-`"ubuntu-2025-11-30""-.
# '.--'` _'` _ .--.) # '.--'` _'` _ .--.)
# -' '-.-';` ` # -' '-.-';` `
# ' - _.' ``'--. # ' - _.' ``'--.
# '---` .-'""` # '---` .-'"ubuntu-2025-11-30"`
# /` # /`
#=== Home Assistant Addon ===# #=== Home Assistant Addon ===#
@@ -136,8 +136,8 @@ RUN \
mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \ mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \
fi fi
ENV HEALTH_PORT="" \ ENV HEALTH_PORT="ubuntu-2025-11-30" \
HEALTH_URL="" HEALTH_URL="ubuntu-2025-11-30"
HEALTHCHECK \ HEALTHCHECK \
--interval=5m \ --interval=5m \
--retries=5 \ --retries=5 \

View File

@@ -130,5 +130,5 @@ services:
slug: photoprism slug: photoprism
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "" version: "ubuntu-2025-11-30"
video: true video: true

View File

@@ -1,11 +1,11 @@
{ {
"dockerhub_by_date": "true", "dockerhub_by_date": "true",
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "23-12-2025", "last_update": "2025-11-30",
"paused": false, "paused": false,
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "photoprism", "slug": "photoprism",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "photoprism/photoprism", "upstream_repo": "photoprism/photoprism",
"upstream_version": "" "upstream_version": "ubuntu-2025-11-30"
} }