add421bb81
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 6m4s
Gitea Branch PR & Ansible Deployment / Ansible Lint (push) Failing after 15m39s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 7m16s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Successful in 14m40s
22 lines
736 B
Django/Jinja
22 lines
736 B
Django/Jinja
{% import '../macros/rinoa-macros.j2' as vault %}
|
|
{% set vault_addr = 'https://vault.trez.wtf' %}
|
|
{% set secrets_path = 'rinoa-docker/env' %}
|
|
|
|
<Config>
|
|
<LogLevel>info</LogLevel>
|
|
<BindAddress>*</BindAddress>
|
|
<EnableSsl>False</EnableSsl>
|
|
<SslCertPath></SslCertPath>
|
|
<Port>7878</Port>
|
|
<UrlBase></UrlBase>
|
|
<ApiKey>{{ vault.vault_secret('env', 'RADARR_API_KEY') }}</ApiKey>
|
|
<AuthenticationMethod>Forms</AuthenticationMethod>
|
|
<UpdateMechanism>Docker</UpdateMechanism>
|
|
<SslPort>9898</SslPort>
|
|
<LaunchBrowser>True</LaunchBrowser>
|
|
<Branch>master</Branch>
|
|
<SslCertPassword></SslCertPassword>
|
|
<InstanceName>Radarr</InstanceName>
|
|
<Theme>auto</Theme>
|
|
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
|
</Config> |