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

@@ -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)

View File

@@ -64,6 +64,7 @@ Webui can be found at `<your-ip>:8080`. PostgreSQL can be either internal or ext
| `DISABLE_MACHINE_LEARNING` | bool | `false` | Disable ML features (recommended for NoML variant) |
| `MACHINE_LEARNING_WORKERS` | int | `1` | Number of ML workers (keep at 1 for NoML) |
| `MACHINE_LEARNING_WORKER_TIMEOUT` | int | `120` | ML worker timeout (seconds) |
| `skip_permissions_check` | bool | `false` | Skip file permissions checking |
### Example Configuration

View File

@@ -138,7 +138,8 @@
"data_location": "str",
"library_location": "str?",
"localdisks": "str?",
"networkdisks": "str?"
"networkdisks": "str?",
"skip_permissions_check": "bool?"
},
"services": [
"mysql:want"