Go to file
2024-05-31 19:10:47 -04:00
build initial 2024-05-27 00:29:36 -04:00
conf/nginx many changes 2024-05-30 13:05:46 -04:00
src add logout, better router 2024-05-31 19:10:47 -04:00
.gitignore fix cookies 2024-05-27 11:46:42 -04:00
docker-compose.yml many changes 2024-05-30 13:05:46 -04:00
docker.env many changes 2024-05-30 13:05:46 -04:00
README.md many changes 2024-05-30 13:05:46 -04:00

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