50 lines
965 B
YAML
50 lines
965 B
YAML
---
|
|
argument_specs:
|
|
main:
|
|
options:
|
|
db_url:
|
|
type: str
|
|
required: true
|
|
external_domain:
|
|
type: str
|
|
required: true
|
|
tz:
|
|
type: str
|
|
tag:
|
|
type: str
|
|
openid_enabled:
|
|
type: bool
|
|
default: false
|
|
openid_client_id:
|
|
type: str
|
|
openid_client_secret:
|
|
type: str
|
|
openid_issuer_url:
|
|
type: str
|
|
openid_button_text:
|
|
type: str
|
|
openid_scopes:
|
|
type: str
|
|
openid_signing_algorithm:
|
|
type: str
|
|
default: ES256
|
|
default_storage_quota_gib:
|
|
type: int
|
|
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: ""
|