readytouse
This commit is contained in:
parent
91063c1a0c
commit
9281354f2e
16 changed files with 690 additions and 0 deletions
14
immich-ansible/templates/.env.j2
Normal file
14
immich-ansible/templates/.env.j2
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue