configure media download stack
This commit is contained in:
6
prowlarr/.gitignore
vendored
Normal file
6
prowlarr/.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
asp/
|
||||
data/
|
||||
Definitions/
|
||||
logs/
|
||||
Sentry/
|
||||
|
||||
18
prowlarr/config.xml
Normal file
18
prowlarr/config.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<Config>
|
||||
<BindAddress>*</BindAddress>
|
||||
<Port>9696</Port>
|
||||
<SslPort>6969</SslPort>
|
||||
<EnableSsl>False</EnableSsl>
|
||||
<LaunchBrowser>True</LaunchBrowser>
|
||||
<ApiKey>6036de33973545429bc3c8a9aa825071</ApiKey>
|
||||
<AuthenticationMethod>Forms</AuthenticationMethod>
|
||||
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
|
||||
<Branch>master</Branch>
|
||||
<LogLevel>debug</LogLevel>
|
||||
<SslCertPath></SslCertPath>
|
||||
<SslCertPassword></SslCertPassword>
|
||||
<UrlBase></UrlBase>
|
||||
<InstanceName>Prowlarr</InstanceName>
|
||||
<UpdateMechanism>Docker</UpdateMechanism>
|
||||
<AnalyticsEnabled>False</AnalyticsEnabled>
|
||||
</Config>
|
||||
Reference in New Issue
Block a user