move some services behind authentik

This commit is contained in:
2024-11-25 17:47:44 +01:00
parent e209594229
commit ee6a628e23
11 changed files with 407 additions and 59 deletions

18
radarr/config.xml Normal file
View File

@@ -0,0 +1,18 @@
<Config>
<LogLevel>Info</LogLevel>
<Port>7878</Port>
<UrlBase></UrlBase>
<BindAddress>*</BindAddress>
<SslPort>9898</SslPort>
<EnableSsl>False</EnableSsl>
<ApiKey>a74a5eb3683146659905a87f0d6d1587</ApiKey>
<AuthenticationMethod>External</AuthenticationMethod>
<Branch>master</Branch>
<LaunchBrowser>False</LaunchBrowser>
<UpdateMechanism>Docker</UpdateMechanism>
<AnalyticsEnabled>False</AnalyticsEnabled>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
<InstanceName>Radarr</InstanceName>
</Config>