ansible-role-immich/defaults/main.yml

30 lines
738 B
YAML
Raw Normal View History

2023-11-18 14:31:00 +01:00
---
# defaults file for laurivan.immich
immich_version: "release"
immich_port: "2283"
immich_upload: "./library"
immich_typesense_key: "SomeRandomKey"
immich_db_password: "postgres"
# immich-Controller paths
immich_root_path: /var/local
immich_data_base: "{{ immich_root_path }}/immich-controller"
immich_config_path: "{{ immich_root_path }}/conf/immich-controller"
immich_archives:
- "/mnt/multimedia/photos"
# Add other paths here to make sure they're created automatically
#
immich_skeleton_paths:
- "{{ immich_config_path }}"
# Add more templates to be copied into the config
immich_configuration_files:
- "docker-compose.yml"
- "env.immich.conf"
# Documentation
immich_documentation_link: "https://www.laurivan.com"