#swag reverse proxy

1 messages · Page 1 of 1 (latest)

glacial carbon
#

Hi, I have googled and youtubed all I could but I can find a guide to setup authentik woth swag, all guides and videos are for traefik or NPM. Can anyone point me to what file on swag do I need to changed and what need to be changed to. Also is there a way to make a catch all rule to make any reverse proxied services as for auth? (I had a setup like that on authelia, like a wildcard) thanks

wild galleon
#

There's a lot to unpack here, so let me try to see if I understand:

  1. You are having issues with configuring SWAG with Authentik. You aren't sure what to configure to proxy Authentik behind SWAG properly.
  2. You want to configure a catch all rule in Authentik for domain-level authentication.

For #1, SWAG is really just nginx under the hood. Any guides you find for nginx should point you in a decent direction. Authentik's documentation explains what's needed for nginx here:
https://goauthentik.io/docs/providers/proxy/forward_auth

You can also reference linuxserver's documentation for SWAG here:
https://github.com/linuxserver/docker-swag

For #2, if you're talking about an Authentik catch-all rule, this guide worked perfectly for me, you you may consider giving it a look!:
https://github.com/brokenscripts/authentik_traefik#applications--providers

If I completely misunderstood your issue, I apologize!

glacial carbon