forked from jakub/ansible
edit immich
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user