diff --git a/nodes/heimdall/prowlarr/compose.yaml b/nodes/heimdall/prowlarr/compose.yaml index 67b1e12..22f6a9c 100644 --- a/nodes/heimdall/prowlarr/compose.yaml +++ b/nodes/heimdall/prowlarr/compose.yaml @@ -34,7 +34,7 @@ services: AUTHENTIK_HOST: https://authentik_server:9443 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE - AUTHENTIK_INSECURE: "false" + AUTHENTIK_INSECURE: "true" labels: - "traefik.enable=true" - "traefik.http.routers.prowlarr-proxy.entrypoints=websecure" diff --git a/nodes/heimdall/radarr/compose.yaml b/nodes/heimdall/radarr/compose.yaml index 0f4f32e..8449073 100644 --- a/nodes/heimdall/radarr/compose.yaml +++ b/nodes/heimdall/radarr/compose.yaml @@ -43,7 +43,7 @@ services: AUTHENTIK_HOST: https://authentik_server:9443 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB - AUTHENTIK_INSECURE: "false" + AUTHENTIK_INSECURE: "true" labels: - "traefik.enable=true" - "traefik.http.routers.radarr-proxy.entrypoints=websecure" diff --git a/nodes/heimdall/sabnzbd/compose.yaml b/nodes/heimdall/sabnzbd/compose.yaml index ce8666e..fd45382 100644 --- a/nodes/heimdall/sabnzbd/compose.yaml +++ b/nodes/heimdall/sabnzbd/compose.yaml @@ -43,7 +43,7 @@ services: AUTHENTIK_HOST: https://authentik_server:9443 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw - AUTHENTIK_INSECURE: "false" + AUTHENTIK_INSECURE: "true" labels: - "traefik.enable=true" - "traefik.http.routers.sabnzbd-proxy.entrypoints=websecure" diff --git a/nodes/heimdall/sonarr/compose.yaml b/nodes/heimdall/sonarr/compose.yaml index 0d61fbe..4ba30c2 100644 --- a/nodes/heimdall/sonarr/compose.yaml +++ b/nodes/heimdall/sonarr/compose.yaml @@ -44,7 +44,7 @@ services: environment: AUTHENTIK_HOST: https://authentik_server:9443 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com - AUTHENTIK_INSECURE: "false" + AUTHENTIK_INSECURE: "true" AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z labels: - "traefik.enable=true"