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

View File

@@ -43,4 +43,5 @@ import unprotected beszel host:8090
import pathproxy droppy host:19898
import pathproxy ghost host:2368
import pathproxy jackett host:9117
import pathproxy prowlarr host:9696
}

View File

@@ -13,6 +13,7 @@ include:
# Download
- compose.transmission.yaml
- compose.jackett.yaml
- compose.prowlarr.yaml
- compose.radarr.yaml
- compose.readarr.yaml
- compose.sonarr.yaml

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>