readytouse

This commit is contained in:
Rypeur33 2026-06-05 14:53:29 +02:00
parent 91063c1a0c
commit 9281354f2e
16 changed files with 690 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Fichier généré par Ansible - ne pas modifier directement.
# Bibliothèque Immich : bind mount vers le partage NFS
UPLOAD_LOCATION={{ immich_library_path }}
# Base PostgreSQL : volontairement locale, pas sur NFS
DB_DATA_LOCATION={{ immich_postgres_data_path }}
TZ={{ server_timezone }}
IMMICH_VERSION={{ immich_version }}
DB_PASSWORD={{ immich_db_password }}
DB_USERNAME={{ immich_db_username }}
DB_DATABASE_NAME={{ immich_db_database }}