homelab/roles/immich/meta/argument_specs.yml

51 lines
965 B
YAML
Raw Normal View History

2024-10-30 11:08:12 +05:00
---
argument_specs:
main:
options:
db_url:
type: str
required: true
external_domain:
type: str
required: true
tz:
type: str
tag:
type: str
2024-10-30 17:42:50 +05:00
openid_enabled:
type: bool
default: false
2024-10-30 11:08:12 +05:00
openid_client_id:
type: str
openid_client_secret:
type: str
openid_issuer_url:
type: str
openid_button_text:
type: str
openid_scopes:
type: str
2024-10-30 17:42:50 +05:00
openid_signing_algorithm:
type: str
default: ES256
2024-10-30 11:08:12 +05:00
default_storage_quota_gib:
type: int
2024-10-30 11:19:25 +05:00
smtp_enabled:
type: bool
default: false
smtp_from:
type: str
default: ""
smtp_host:
type: str
default: ""
smtp_port:
type: int
default: 587
smtp_username:
type: str
default: ""
smtp_password:
type: str
default: ""