diff --git a/group_vars/all/ldap.yml b/group_vars/all/ldap.yml index 930ec775..0b4933cc 100644 --- a/group_vars/all/ldap.yml +++ b/group_vars/all/ldap.yml @@ -74,7 +74,7 @@ ldap_oidc_apps: immich: redirect_uris: - - "app.immich:/" + - "app.immich:///oauth-callback" - "https://immich.{{ common_tld }}/auth/login" - "https://immich.{{ common_tld }}/user-settings" secret: !vault | diff --git a/immich.yml b/immich.yml index f8b8575d..73a6ce25 100644 --- a/immich.yml +++ b/immich.yml @@ -48,7 +48,7 @@ name: docker_container vars: name: "{{ application }}-server" - image: ghcr.io/immich-app/immich-server:v1.112.1 + image: ghcr.io/immich-app/immich-server:v1.113.0 env: &immich_shared_env DB_HOSTNAME: "{{ _postgres_hostname }}" DB_PORT: "{{ _postgres_port | string }}" @@ -102,7 +102,7 @@ name: docker_container vars: name: "{{ application }}-machine-learning" - image: ghcr.io/immich-app/immich-machine-learning:v1.112.1-cuda + image: ghcr.io/immich-app/immich-machine-learning:v1.113.0-cuda device_requests: - driver: nvidia count: -1