homelab/roles/freshrss/meta/argument_specs.yml

29 lines
568 B
YAML
Raw Normal View History

2024-11-07 15:50:39 +05:00
---
argument_specs:
main:
options:
tz:
type: str
cron_min:
type: str
2024-11-07 15:50:39 +05:00
oidc_enabled:
type: int
oidc_provider_metadata_url:
type: str
oidc_client_id:
type: str
oidc_client_secret:
type: str
oidc_client_crypto_key:
type: str
oidc_remote_user_claim:
type: str
oidc_scopes:
type: str
oidc_x_forwarded_headers:
type: str
oidc_session_inactivity_timeout:
type: int
oidc_session_max_duration:
type: int