simple totp subrequest authentication

toastie89 b76a95a25a Merge branch 'main' of https://git.in-ulm.de/ulpeters/totp-auth into main 8 months ago
build 321bf9b617 run initial secret creation as root 8 months ago
.gitignore 676487ba92 initial 1 year ago
CODE-EXPLAINED.md aaec6759c8 initial 1 year ago
README.md cab0c9c5b2 updated setup instructions 8 months ago
docker-compose.yml 42d8e43f0b changed/fixed image name 8 months ago
new-secret.sh fe1747ce34 fixed path for secret 8 months ago
vdi.example.com_location 676487ba92 initial 1 year ago

README.md

Simple totp subrequest authentication

Setup

# build the container image
docker compose build

# Popoulate .env file with an random secret
# corresponding qr-code for your TOTP mobile app and a text file called secret.qr`
./new-secret.sh

# Adapt the sample configuration `vdi.example.com_location` and copy it to `vhost.d` of your [reverse-proxy](https://github.com/nginx-proxy/nginx-proxy)

Credits:

References: