3
0
forked from jakub/ansible

edit immich

This commit is contained in:
martin.fencl
2025-11-24 21:48:17 +01:00
parent 8b6eec595c
commit e1474fd587

View File

@@ -24,8 +24,8 @@
immich_port: 2283
# Optional external URL for controller-side readiness check
# e.g. https://immich.martinfencl.eu/photos
immich_url: "{{ lookup('env', 'IMMICH_URL') | default('', true) }}"
# Default to https://photos.martinfencl.eu/photos if IMMICH_URL is not set
immich_url: "{{ lookup('env', 'IMMICH_URL') | default('https://photos.martinfencl.eu/photos', true) }}"
immich_retries: "{{ RETRIES }}"
immich_delay: 2