You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/install/environment-variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ These environment variables are used by the `docker-compose.yml` file and do **N
43
43
|`IMMICH_PROCESS_INVALID_IMAGES`| When `true`, generate thumbnails for invalid images || server | microservices |
44
44
|`IMMICH_TRUSTED_PROXIES`| List of comma-separated IPs set as trusted proxies || server | api |
45
45
|`IMMICH_IGNORE_MOUNT_CHECK_ERRORS`| See [System Integrity](/administration/system-integrity)|| server | api, microservices |
46
+
|`IMMICH_ALLOW_SETUP`| When `false` disables the `/auth/admin-sign-up` endpoint |`true`| server | api |
46
47
47
48
\*1: `TZ` should be set to a `TZ identifier` from [this list][tz-list]. For example, `TZ="Etc/UTC"`.
48
49
`TZ` is used by `exiftool` as a fallback in case the timezone cannot be determined from the image metadata. It is also used for logfile timestamps and cron job execution.
0 commit comments