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