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