<?xml version="1.0" encoding="utf-8"?>
<!-- stacks/media/sonarr/config.xml
Sonarr bind, auth forwarded through Authelia at Caddy.
-->
<Config>
<BindAddress>*</BindAddress>
<Port>8989</Port>
<SslPort>9898</SslPort>
<EnableSsl>False</EnableSsl>
<LaunchBrowser>False</LaunchBrowser>
<ApiKey>REPLACE_WITH_RANDOM_32_HEX</ApiKey>
<AuthenticationMethod>External</AuthenticationMethod>
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
<Branch>main</Branch>
<LogLevel>info</LogLevel>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
<UrlBase></UrlBase>
<InstanceName>Sonarr</InstanceName>
<UpdateMechanism>Docker</UpdateMechanism>
<AnalyticsEnabled>False</AnalyticsEnabled>
<Theme>dark</Theme>
<PostgresHost></PostgresHost>
<PostgresUser></PostgresUser>
<PostgresPassword></PostgresPassword>
<PostgresPort>5432</PostgresPort>
<PostgresMainDb>sonarr-main</PostgresMainDb>
<PostgresLogDb>sonarr-log</PostgresLogDb>
</Config>