traefik, and authentik
i set up cloudflare tunnels, and use traefik for my reverse proxy. i have all my subs pointing to the traefik container as the destination. I tried to set authentik to it's container and it doesn't work. authentik only works if i set it to the local ip address. is there something i'm doing wrong?
2 Replies
So you're trying
tunnel -> traefik -> something behind
tunnel -> traefik -> authentik doesn't work, but
tunnel -> authentik does work?
Tunnel -> Traefik -> Authentik -> app. Works, but when i try to send auth.mydomain.com to https://authentik, it doesn't work. But when i send auth.mydomain.com to http://192.168.86.5:9001, it works just fine. i don't understand why