immich-server
Aplicación Docker from sgraaf's Repository
Visión general
Requisitos
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:2283]/- Red
immich
Configuración de plantillas
Port for the Immich web interface and mobile app API.
- Objetivo
- 2283
- Por defecto
- 2283
- Valor
- 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.
- Objetivo
- /data
- Por defecto
- /mnt/user/photos/immich
- Valor
- /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.
- Objetivo
- DB_HOSTNAME
- Por defecto
- immich-postgres
- Valor
- immich-postgres
Postgres port (internal). Leave at 5432.
- Objetivo
- DB_PORT
- Por defecto
- 5432
- Valor
- 5432
Postgres username. Must match POSTGRES_USER in immich-postgres.
- Objetivo
- DB_USERNAME
- Por defecto
- postgres
- Valor
- postgres
Postgres password. MUST match POSTGRES_PASSWORD in the immich-postgres container. Use only A-Za-z0-9 characters.
- Objetivo
- DB_PASSWORD
Postgres database name. Must match POSTGRES_DB in immich-postgres.
- Objetivo
- DB_DATABASE_NAME
- Por defecto
- immich
- Valor
- 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.
- Objetivo
- REDIS_HOSTNAME
- Por defecto
- immich-redis
- Valor
- immich-redis
Redis port (internal). Leave at 6379.
- Objetivo
- REDIS_PORT
- Por defecto
- 6379
- Valor
- 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.
- Objetivo
- IMMICH_MACHINE_LEARNING_URL
- Por defecto
- http://immich-machine-learning:3003
- Valor
- http://immich-machine-learning:3003
Optional timezone, e.g. Europe/Amsterdam or Etc/UTC. Affects timestamps shown in the UI.
- Objetivo
- TZ
- Por defecto
- Europe/Amsterdam
- Valor
- Europe/Amsterdam
Read-only host clock mount, as in the compose file. Optional if TZ is set.
- Objetivo
- /etc/localtime
- Por defecto
- /etc/localtime
- Valor
- /etc/localtime
Categorías
Detalles
ghcr.io/immich-app/immich-server:releaseEjecute immich-server en Unraid.
immich-server se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.