|
|
|
@@ -6,11 +6,7 @@ immich_enabled: true
|
|
|
|
|
|
|
|
|
|
|
|
immich_identifier: immich
|
|
|
|
immich_identifier: immich
|
|
|
|
|
|
|
|
|
|
|
|
# latest - Latest Immich release with an Ubuntu base.
|
|
|
|
immich_version: v1.94.1-ig246
|
|
|
|
# noml - Latest Immich release with an Ubuntu base. Machine-learning is completely removed, making it still compatible with hardware accelaration.
|
|
|
|
|
|
|
|
# alpine - Latest Immich release with an Alpine base. Machine-learning is completely removed, making it a very lightweight image (can have issues with RAW images).
|
|
|
|
|
|
|
|
immich_version: 'v1.93.3-ig193'
|
|
|
|
|
|
|
|
immich_distro_variant: noml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
immich_uid: ''
|
|
|
|
immich_uid: ''
|
|
|
|
immich_gid: ''
|
|
|
|
immich_gid: ''
|
|
|
|
@@ -50,8 +46,8 @@ immich_config_log_level: info
|
|
|
|
|
|
|
|
|
|
|
|
immich_container_image: "{{ immich_container_image_registry_prefix }}imagegenius/immich:{{ immich_container_image_tag }}"
|
|
|
|
immich_container_image: "{{ immich_container_image_registry_prefix }}imagegenius/immich:{{ immich_container_image_tag }}"
|
|
|
|
immich_container_image_registry_prefix: ghcr.io/
|
|
|
|
immich_container_image_registry_prefix: ghcr.io/
|
|
|
|
immich_container_image_tag: "{{ immich_distro_variant }}-{{ immich_version }}"
|
|
|
|
immich_container_image_tag: "{{ immich_version }}"
|
|
|
|
immich_container_image_force_pull: "{{ immich_container_image_registry_prefix }}imagegenius/immich:latest"
|
|
|
|
immich_container_image_force_pull: "{{ immich_container_image.endswith(':latest') }}"
|
|
|
|
|
|
|
|
|
|
|
|
# The base container network. It will be auto-created by this role if it doesn't exist already.
|
|
|
|
# The base container network. It will be auto-created by this role if it doesn't exist already.
|
|
|
|
immich_container_network: "{{ immich_identifier }}"
|
|
|
|
immich_container_network: "{{ immich_identifier }}"
|
|
|
|
@@ -78,6 +74,15 @@ immich_container_labels_traefik_entrypoints: web-secure
|
|
|
|
immich_container_labels_traefik_tls: "{{ immich_container_labels_traefik_entrypoints != 'web' }}"
|
|
|
|
immich_container_labels_traefik_tls: "{{ immich_container_labels_traefik_entrypoints != 'web' }}"
|
|
|
|
immich_container_labels_traefik_tls_certResolver: default # noqa var-naming
|
|
|
|
immich_container_labels_traefik_tls_certResolver: default # noqa var-naming
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# immich_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file.
|
|
|
|
|
|
|
|
# See `roles/immich/immich/templates/labels.j2` for details.
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# Example:
|
|
|
|
|
|
|
|
# immich_container_labels_additional_labels: |
|
|
|
|
|
|
|
|
# my.label=1
|
|
|
|
|
|
|
|
# another.label="here"
|
|
|
|
|
|
|
|
immich_container_labels_additional_labels: ''
|
|
|
|
|
|
|
|
|
|
|
|
# A list of extra arguments to pass to the container
|
|
|
|
# A list of extra arguments to pass to the container
|
|
|
|
immich_container_extra_arguments: []
|
|
|
|
immich_container_extra_arguments: []
|
|
|
|
|
|
|
|
|
|
|
|
|