Add Prowlarr
This commit is contained in:
@@ -43,4 +43,5 @@ import unprotected beszel host:8090
|
|||||||
import pathproxy droppy host:19898
|
import pathproxy droppy host:19898
|
||||||
import pathproxy ghost host:2368
|
import pathproxy ghost host:2368
|
||||||
import pathproxy jackett host:9117
|
import pathproxy jackett host:9117
|
||||||
|
import pathproxy prowlarr host:9696
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ include:
|
|||||||
# Download
|
# Download
|
||||||
- compose.transmission.yaml
|
- compose.transmission.yaml
|
||||||
- compose.jackett.yaml
|
- compose.jackett.yaml
|
||||||
|
- compose.prowlarr.yaml
|
||||||
- compose.radarr.yaml
|
- compose.radarr.yaml
|
||||||
- compose.readarr.yaml
|
- compose.readarr.yaml
|
||||||
- compose.sonarr.yaml
|
- compose.sonarr.yaml
|
||||||
|
|||||||
17
prowlarr/data/config.xml
Normal file
17
prowlarr/data/config.xml
Normal 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>
|
||||||
Reference in New Issue
Block a user