simple totp subrequest authentication
|
vor 1 Jahr | |
---|---|---|
build | vor 1 Jahr | |
.gitignore | vor 2 Jahren | |
CODE-EXPLAINED.md | vor 2 Jahren | |
README.md | vor 1 Jahr | |
docker-compose.yml | vor 1 Jahr | |
new-secret.sh | vor 1 Jahr | |
vdi.example.com_location | vor 2 Jahren |
# 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)