Skip to content

Immich

Homepage | Repository

High performance self-hosted photo and video management solution.

inventories/homelab/group_vars/homelab.yml
immich_enabled: true

By default, Immich can be accessed at http://[your_server_ip]:2283 or https://immich.[your_domain].com if you have DNS access configured.

Immich supports hardware acceleration for machine learning tasks such as image recognition:

inventories/homelab/group_vars/homelab.yml
# For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.
# Example value: "-cuda"
immich_hardware_acceleration: ""

See the default configuration options for Immich at roles/immich/defaults/main.yml. Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.

Oct 31, 2025