6b37ad8ea4
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Failing after 3m6s
Gitea Branch PR & Ansible Deployment / Docker Compose & Ansible Lints (push) Has been skipped
Gitea Branch PR & Ansible Deployment / PR Merge (push) Failing after 9m4s
Gitea Branch PR & Ansible Deployment / Ansible Configs & Docker Compose Deployment (push) Has been skipped
21 lines
677 B
Django/Jinja
21 lines
677 B
Django/Jinja
{% set vault_addr = 'https://vault.trez.wtf' %}
|
|
{% set secrets_path = 'rinoa-docker/env' %}
|
|
|
|
<Config>
|
|
<BindAddress>*</BindAddress>
|
|
<Port>8787</Port>
|
|
<SslPort>6868</SslPort>
|
|
<EnableSsl>False</EnableSsl>
|
|
<LaunchBrowser>True</LaunchBrowser>
|
|
<ApiKey>{{ vault_secrets['READARR_API_KEY'] }}</ApiKey>
|
|
<AuthenticationMethod>Forms</AuthenticationMethod>
|
|
<Branch>develop</Branch>
|
|
<LogLevel>info</LogLevel>
|
|
<SslCertPath></SslCertPath>
|
|
<SslCertPassword></SslCertPassword>
|
|
<UrlBase></UrlBase>
|
|
<InstanceName>Readarr</InstanceName>
|
|
<UpdateMechanism>Docker</UpdateMechanism>
|
|
<Theme>auto</Theme>
|
|
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
|
</Config> |