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