This commit is contained in:
Alexandre
2025-03-02 13:06:05 +01:00
4 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
## ⚠ Open Request : [✨ [REQUEST] Immich Frame (opened 2025-02-13)](https://github.com/alexbelgium/hassio-addons/issues/1764) by [@NickBootOne](https://github.com/NickBootOne)
## ⚠ Open Issue : [🐛 [Immich] env injector IMMICH_CONFIG_FILE no longer working (opened 2025-02-22)](https://github.com/alexbelgium/hassio-addons/issues/1785) by [@jdumeez](https://github.com/jdumeez)
## ⚠ Open Issue : [🐛 [Immich] Addon not starting: Cant write /data/addons/data/db21ed7f_immich/options.json (opened 2025-03-01)](https://github.com/alexbelgium/hassio-addons/issues/1794) by [@MarzyCoder](https://github.com/MarzyCoder)
# Home assistant add-on: immich
⚠️ The project is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos! (from the developer)

View File

@@ -1,3 +1,5 @@
## ubuntu-2025-02-28-2 (02-03-2025)
- Minor bugs fixed
## ubuntu-2025-02-28 (2025-02-28)
- Update to latest version from photoprism/photoprism

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"aarch64": "photoprism/photoprism:preview",
"amd64": "photoprism/photoprism:preview"
"aarch64": "photoprism/photoprism:latest",
"amd64": "photoprism/photoprism:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"

View File

@@ -136,6 +136,6 @@
"slug": "photoprism",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "ubuntu-2025-02-28",
"version": "ubuntu-2025-02-28-2",
"video": true
}