Updater bot : photoprism updated to

This commit is contained in:
alexbelgium
2025-12-23 17:16:26 +01:00
parent 34a0477699
commit f8f97b118c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## (23-12-2025)
- Update to latest version from photoprism/photoprism
## ubuntu-2025-11-30-2 (06-12-2025) ## ubuntu-2025-11-30-2 (06-12-2025)
- Increase healthcheck interval to reduce background CPU usage - Increase healthcheck interval to reduce background CPU usage

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: ubuntu-2025-11-30-2 version: ""
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": "2025-11-30", "last_update": "23-12-2025",
"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": "ubuntu-2025-11-30" "upstream_version": ""
} }