mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 21:15:28 -05:00
How to use my SSO system? #282
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rihan9 on GitHub (Apr 30, 2025).
Hi all,
I'd like to use my authalia installation on the other side of the tunnel, but I don't know how.
I setted up the middleware in this way:
but the X-Forwarded headers got removed by traefik/badger/something so I can't really use it (francly, I prefer that endpoint can't be used from the public url)
I even tried this:
where authelia is the name of my docker container in the local machine, but the address http://authelia:9001 seems unreachable (I guess it cannot resolve the hostname).
Is there a way to do this?
@Rihan9 commented on GitHub (Apr 30, 2025):
this issues is related to this: https://github.com/hhftechnology/middleware-manager/issues/23 opened on middleware-manager
@Rihan9 commented on GitHub (Apr 30, 2025):
I stole the internal ip using the traefik dashboard:
and now the middleware works perfectly. Obviusly I can't use the Ip like this, I doubt it is stable.
I tried to made a route:
and use that host but it doesn't work.
@oschwartz10612 commented on GitHub (May 2, 2025):
In 1.3.0 this is now naively built in!
@Rihan9 commented on GitHub (May 2, 2025):
Thanks for the info!! I'll wait for it then!!