adds new gitgnore to repo

This commit is contained in:
tim
2025-09-21 21:56:39 +02:00
parent 68e1b6d0b4
commit df694656f4
48 changed files with 219456 additions and 7 deletions

17
prowlarr/config.xml Normal file
View File

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