mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
fix(immich): clarify permission check message
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
## 1.138.0-1 (19-08-2025)
|
||||
- New option : skip_permissions_check to skip permissions check
|
||||
|
||||
## 1.138.0 (16-08-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
@@ -60,6 +60,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) |
|
||||
| `skip_permissions_check` | bool | `false` | Skip file permissions checking |
|
||||
|
||||
### Example Configuration
|
||||
|
||||
|
||||
@@ -137,7 +137,8 @@
|
||||
"data_location": "str",
|
||||
"library_location": "str?",
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
"networkdisks": "str?",
|
||||
"skip_permissions_check": "bool?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
|
||||
Reference in New Issue
Block a user