summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainfix routerFreya Murphy10 months
 
 
AgeCommit messageAuthorFilesLines
2024-11-26fix routerHEADmainFreya Murphy1-3/+8
2024-11-26read x-forwardedFreya Murphy1-1/+5
2024-11-26fix redirectFreya Murphy2-7/+20
2024-11-26fix 404Freya Murphy1-2/+2
2024-11-26dont hardcode getenvFreya Murphy6-18/+24
2024-11-26new style, add redirect supportFreya Murphy81-69/+217
2024-05-31add logout, better routerFreya Murphy2-31/+56
2024-05-30many changesFreya Murphy10-176/+610
[...]
 
Clone
https://g.freya.cat/ldap_forwardauth
git@git.in.freya.cat:ldap_forwardauth

ldap_forwardauth

LDAP Forward Auth is a forward auth service (shocking) that i made to use with the caddy reverse proxy.

It allows a proxied login page to appear if a user tries to access restricted content while not logged in.

It uses LDAP for authentication, which can be configured in the docker.env file.

Once authenticated, sets the X-Webauth-User header, which can be used by applications to see who is logged in.

how to run

docker compose up -d