move sonarr behind authentik

This commit is contained in:
2024-11-16 17:46:26 +01:00
parent f3579e58c4
commit d0f703472f
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ import unprotected grafana host:3333
import unprotected pgadmin host:5050 import unprotected pgadmin host:5050
import unprotected homarr host:17575 import unprotected homarr host:17575
import unprotected jellyseerr host:15055 import unprotected jellyseerr host:15055
import unprotected sonarr host:18989
(authentik) { (authentik) {
reverse_proxy /outpost.goauthentik.io/* http://host:19000 reverse_proxy /outpost.goauthentik.io/* http://host:19000
@@ -65,13 +64,14 @@ import unprotected sonarr host:18989
} }
} }
import protected ha host:8123 # homeassistant
import protected sonarr host:18989
import protected app host:12345 import protected app host:12345
import protected dagster host:3000 import protected dagster host:3000
import protected photoprism host:2342 import protected photoprism host:2342
import protected qbittorrent host:9092 import protected qbittorrent host:9092
import protected esp host:6052 import protected esp host:6052
import protected dsmr host:8888 import protected dsmr host:8888
import protected ha host:8123 # homeassistant
insecure.rik.veenboer.xyz { insecure.rik.veenboer.xyz {
route { route {

View File

@@ -11,8 +11,8 @@
<LaunchBrowser>False</LaunchBrowser> <LaunchBrowser>False</LaunchBrowser>
<UpdateMechanism>Docker</UpdateMechanism> <UpdateMechanism>Docker</UpdateMechanism>
<AnalyticsEnabled>False</AnalyticsEnabled> <AnalyticsEnabled>False</AnalyticsEnabled>
<AuthenticationRequired>Enabled</AuthenticationRequired>
<InstanceName>Sonarr</InstanceName> <InstanceName>Sonarr</InstanceName>
<SslCertPath></SslCertPath> <SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword> <SslCertPassword></SslCertPassword>
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
</Config> </Config>