28 lines
707 B
YAML
28 lines
707 B
YAML
name: immich
|
|
is: immich
|
|
description: Immich is a self-hosted photo and video backup solution that allows you
|
|
to store, manage, and share your media files securely.
|
|
version: 1.135.3-1
|
|
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/immich.svg
|
|
requires:
|
|
- name: redis
|
|
- name: postgres
|
|
defaultConfig:
|
|
namespace: immich
|
|
externalDnsDomain: '{{ .cloud.domain }}'
|
|
storage: 250Gi
|
|
cacheStorage: 10Gi
|
|
domain: immich.{{ .cloud.domain }}
|
|
tlsSecretName: wildcard-wild-cloud-tls
|
|
db:
|
|
host: '{{ .apps.postgres.host }}'
|
|
name: immich
|
|
user: immich
|
|
redis:
|
|
host: '{{ .apps.redis.host }}'
|
|
defaultSecrets:
|
|
- key: dbPassword
|
|
requiredSecrets:
|
|
- redis.password
|
|
- postgres.password
|