Add config and a pvc for sonarr
This commit is contained in:
17
apps/sonarr/files/config.xml
Normal file
17
apps/sonarr/files/config.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<Config>
|
||||
<LogLevel>Info</LogLevel>
|
||||
<Port>8989</Port>
|
||||
<UrlBase>/</UrlBase>
|
||||
<BindAddress>*</BindAddress>
|
||||
<SslPort>9898</SslPort>
|
||||
<EnableSsl>False</EnableSsl>
|
||||
<ApiKey>82138601e4f44e23be8c2b4d18e58687</ApiKey>
|
||||
<AuthenticationMethod>External</AuthenticationMethod>
|
||||
<Branch>develop</Branch>
|
||||
<LaunchBrowser>True</LaunchBrowser>
|
||||
<UpdateMechanism>Docker</UpdateMechanism>
|
||||
<InstanceName>Sonarr</InstanceName>
|
||||
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
|
||||
<SslCertPath></SslCertPath>
|
||||
<SslCertPassword></SslCertPassword>
|
||||
</Config>
|
||||
Reference in New Issue
Block a user