diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-12 17:34:14 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-12 17:34:14 +0300 |
| commit | 659238b46057ed8a57e28004bb9dc07d6415a959 (patch) | |
| tree | 973353c6af95c0641714ef806b578fed15385e5f /roles/jails/16_dl/templates/sonarr_config.xml.j2 | |
| parent | c101bc05df0960f97ba621fc3c86e8b3f3f07615 (diff) | |
Set up dl jail
Diffstat (limited to 'roles/jails/16_dl/templates/sonarr_config.xml.j2')
| -rw-r--r-- | roles/jails/16_dl/templates/sonarr_config.xml.j2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/jails/16_dl/templates/sonarr_config.xml.j2 b/roles/jails/16_dl/templates/sonarr_config.xml.j2 new file mode 100644 index 0000000..a1b35e1 --- /dev/null +++ b/roles/jails/16_dl/templates/sonarr_config.xml.j2 @@ -0,0 +1,17 @@ +<Config> + <BindAddress>0.0.0.0</BindAddress> + <Port>8989</Port> + <SslPort>9898</SslPort> + <EnableSsl>False</EnableSsl> + <LaunchBrowser>False</LaunchBrowser> + <ApiKey>{{ dl.sonarr_api_key }}</ApiKey> + <AuthenticationMethod>Forms</AuthenticationMethod> + <AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired> + <Branch>main</Branch> + <LogLevel>info</LogLevel> + <SslCertPath></SslCertPath> + <SslCertPassword></SslCertPassword> + <UrlBase></UrlBase> + <InstanceName>Sonarr</InstanceName> + <UpdateMechanism>External</UpdateMechanism> +</Config> |
