immich-server
immich-server
Docker-Anwendung from sgraaf's Repository
Übersicht
Anforderungen
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:2283]/- Netzwerk
immich
Konfiguration der Vorlage
Port for the Immich web interface and mobile app API.
- Ziel
- 2283
- Standard
- 2283
- Wert
- 2283
Where Immich stores uploaded photos and videos (thumbnails, originals, etc). Equivalent to UPLOAD_LOCATION in the compose .env file. Point this at an array share with enough space, e.g. /mnt/user/photos/immich.
- Ziel
- /data
- Standard
- /mnt/user/photos/immich
- Wert
- /mnt/user/photos/immich
Hostname of the Postgres container. Must equal the Name of the postgres container (immich-postgres) and both must be on the 'immich' network.
- Ziel
- DB_HOSTNAME
- Standard
- immich-postgres
- Wert
- immich-postgres
Postgres port (internal). Leave at 5432.
- Ziel
- DB_PORT
- Standard
- 5432
- Wert
- 5432
Postgres username. Must match POSTGRES_USER in immich-postgres.
- Ziel
- DB_USERNAME
- Standard
- postgres
- Wert
- postgres
Postgres password. MUST match POSTGRES_PASSWORD in the immich-postgres container. Use only A-Za-z0-9 characters.
- Ziel
- DB_PASSWORD
Postgres database name. Must match POSTGRES_DB in immich-postgres.
- Ziel
- DB_DATABASE_NAME
- Standard
- immich
- Wert
- immich
Hostname of the Redis/Valkey container. Must equal the Name of the redis container (immich-redis) and both must be on the 'immich' network.
- Ziel
- REDIS_HOSTNAME
- Standard
- immich-redis
- Wert
- immich-redis
Redis port (internal). Leave at 6379.
- Ziel
- REDIS_PORT
- Standard
- 6379
- Wert
- 6379
URL of the machine-learning container. Must use the Name of the ML container (immich-machine-learning) on the 'immich' network. Set to 'false' to disable ML entirely.
- Ziel
- IMMICH_MACHINE_LEARNING_URL
- Standard
- http://immich-machine-learning:3003
- Wert
- http://immich-machine-learning:3003
Optional timezone, e.g. Europe/Amsterdam or Etc/UTC. Affects timestamps shown in the UI.
- Ziel
- TZ
- Standard
- Europe/Amsterdam
- Wert
- Europe/Amsterdam
Read-only host clock mount, as in the compose file. Optional if TZ is set.
- Ziel
- /etc/localtime
- Standard
- /etc/localtime
- Wert
- /etc/localtime
Kategorien
Einzelheiten
ghcr.io/immich-app/immich-server:releaseFühren Sie immich-server auf Unraid aus.
immich-server ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.