Initial commit of Docker files
This commit is contained in:
16
Arrs/Prowlarr/config/asp/key-076c8fc0-d072-456f-a8c8-b5d4722d497d.xml
Executable file
16
Arrs/Prowlarr/config/asp/key-076c8fc0-d072-456f-a8c8-b5d4722d497d.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<key id="076c8fc0-d072-456f-a8c8-b5d4722d497d" version="1">
|
||||
<creationDate>2025-01-29T09:22:08.4496837Z</creationDate>
|
||||
<activationDate>2025-01-29T09:22:08.4381256Z</activationDate>
|
||||
<expirationDate>2025-04-29T09:22:08.4381256Z</expirationDate>
|
||||
<descriptor deserializerType="Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
|
||||
<descriptor>
|
||||
<encryption algorithm="AES_256_CBC" />
|
||||
<validation algorithm="HMACSHA256" />
|
||||
<masterKey p4:requiresEncryption="true" xmlns:p4="http://schemas.asp.net/2015/03/dataProtection">
|
||||
<!-- Warning: the key below is in an unencrypted form. -->
|
||||
<value>0i5M9BhZYxyRZUnt26LMNZ4ukvPyWz1P2CVr4iqIfZFTBANQrCeRHQL9RXc0dbhU7Gi2ECvniDLHgNUfcvZfaA==</value>
|
||||
</masterKey>
|
||||
</descriptor>
|
||||
</descriptor>
|
||||
</key>
|
16
Arrs/Prowlarr/config/config.xml
Executable file
16
Arrs/Prowlarr/config/config.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<Config>
|
||||
<BindAddress>*</BindAddress>
|
||||
<Port>9696</Port>
|
||||
<SslPort>6969</SslPort>
|
||||
<EnableSsl>False</EnableSsl>
|
||||
<LaunchBrowser>True</LaunchBrowser>
|
||||
<ApiKey>2e061a290fb24d8792ebb2d70b15bf67</ApiKey>
|
||||
<AuthenticationMethod>None</AuthenticationMethod>
|
||||
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
||||
<Branch>master</Branch>
|
||||
<LogLevel>debug</LogLevel>
|
||||
<SslCertPath></SslCertPath>
|
||||
<SslCertPassword></SslCertPassword>
|
||||
<UrlBase></UrlBase>
|
||||
<InstanceName>Prowlarr</InstanceName>
|
||||
</Config>
|
Reference in New Issue
Block a user