## 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 ```