You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am starting to play with Anubis and decided to take the Docker compose setup using Traefik and translate it into rootless Podman quadlets.
I have a working setup (that I will publish later), but only after I changed the REDIRECT_DOMAINS.
The documentation sets this to only example.com, with anubis.example.com being the Anubis FQDN and example.com the protected target's FQDN.
I used anubis.192.0.2.13.sslip.io for Anubis and whoami-protected.192.0.2.13.sslip.io for the protected service (with 192.0.2.13 being the machine's IP address).
And I had to set the REDIRECT_DOMAINS to both FQDNs and the "base" domain:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am starting to play with Anubis and decided to take the Docker compose setup using Traefik and translate it into rootless Podman quadlets.
I have a working setup (that I will publish later), but only after I changed the
REDIRECT_DOMAINS.The documentation sets this to only
example.com, withanubis.example.combeing the Anubis FQDN andexample.comthe protected target's FQDN.I used
anubis.192.0.2.13.sslip.iofor Anubis andwhoami-protected.192.0.2.13.sslip.iofor the protected service (with192.0.2.13being the machine's IP address).And I had to set the
REDIRECT_DOMAINSto both FQDNs and the "base" domain:REDIRECT_DOMAINS=anubis.192.0.2.13.sslip.io,whoami-protected.192.0.2.13.sslip.io,192.0.2.13.sslip.ioWithout the additional entries it did not work, even though the
COOKIE_DOMAINwas set to192.0.2.13.sslip.io.Might be a special treatment for
sslip.io? Or something else?Anyway, I figured it might be helpful for the next one stumbling upon this...
Kind Regards,
Johannes
Beta Was this translation helpful? Give feedback.
All reactions