mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02:00
Add VIPS_NOVECTOR option to Immich addon variants
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.5.6-2 (2026-02-14)
|
||||
- Add `VIPS_NOVECTOR` add-on option to set `VIPS_NOVECTOR=1` for thumbnail generation workaround on aarch64 (issue #2460)
|
||||
|
||||
## 2.5.6 (2026-02-14)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -67,6 +67,7 @@ Webui can be found at `<your-ip>:8080`. PostgreSQL can be either internal or ext
|
||||
| `DISABLE_MACHINE_LEARNING` | bool | `false` | Disable ML features (not recommended for CUDA variant) |
|
||||
| `MACHINE_LEARNING_WORKERS` | int | `1` | Number of ML workers (can be increased with CUDA) |
|
||||
| `MACHINE_LEARNING_WORKER_TIMEOUT` | int | `120` | ML worker timeout (seconds) |
|
||||
| `VIPS_NOVECTOR` | bool | `false` | Set to `true` to export `VIPS_NOVECTOR=1` and work around aarch64 thumbnail generation issues |
|
||||
| `skip_permissions_check` | bool | `false` | Skip file permissions checking |
|
||||
|
||||
### Example Configuration
|
||||
|
||||
@@ -100,6 +100,7 @@ options:
|
||||
DISABLE_MACHINE_LEARNING: false
|
||||
JWT_SECRET: jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=
|
||||
TZ: Europe/Paris
|
||||
VIPS_NOVECTOR: false
|
||||
data_location: /share/immich
|
||||
panel_admin: false
|
||||
panel_icon: mdi:file-search
|
||||
@@ -125,6 +126,7 @@ schema:
|
||||
MACHINE_LEARNING_WORKERS: int?
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: int?
|
||||
TZ: str?
|
||||
VIPS_NOVECTOR: bool?
|
||||
cifsdomain: str?
|
||||
cifspassword: str?
|
||||
cifsusername: str?
|
||||
@@ -139,6 +141,6 @@ slug: immich_cuda
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: "2.5.6"
|
||||
version: "2.5.6-2"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
Reference in New Issue
Block a user