fix(immich): clarify permission check message

This commit is contained in:
Alexandre
2025-08-19 08:23:46 +02:00
parent 4f95d34d56
commit 802768eb3e
13 changed files with 32 additions and 11 deletions

View File

@@ -61,6 +61,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 OpenVINO variant) |
| `MACHINE_LEARNING_WORKERS` | int | `1` | Number of ML workers (can be increased with OpenVINO) |
| `MACHINE_LEARNING_WORKER_TIMEOUT` | int | `120` | ML worker timeout (seconds) |
| `skip_permissions_check` | bool | `false` | Skip file permissions checking |
### Example Configuration