aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/16_dl/templates/sonarr_config.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/jails/16_dl/templates/sonarr_config.xml.j2')
-rw-r--r--roles/jails/16_dl/templates/sonarr_config.xml.j217
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>