Add Prowlarr

This commit is contained in:
2025-11-15 16:27:23 +01:00
parent fa2b54d930
commit c821e4e2e4
3 changed files with 19 additions and 0 deletions

17
prowlarr/data/config.xml Normal file
View File

@@ -0,0 +1,17 @@
<Config>
<BindAddress>*</BindAddress>
<Port>9696</Port>
<SslPort>6969</SslPort>
<EnableSsl>False</EnableSsl>
<LaunchBrowser>True</LaunchBrowser>
<ApiKey>f0f0339287b644bfbaad8408b3c6d5da</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod>
<AuthenticationRequired>Enabled</AuthenticationRequired>
<Branch>master</Branch>
<LogLevel>debug</LogLevel>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
<UrlBase>prowlarr</UrlBase>
<InstanceName>Prowlarr</InstanceName>
<UpdateMechanism>Docker</UpdateMechanism>
</Config>