simple totp subrequest authentication

Toastie cab0c9c5b2 updated setup instructions 1 年間 前
build 321bf9b617 run initial secret creation as root 1 年間 前
.gitignore 676487ba92 initial 2 年 前
CODE-EXPLAINED.md aaec6759c8 initial 2 年 前
README.md cab0c9c5b2 updated setup instructions 1 年間 前
docker-compose.yml 42d8e43f0b changed/fixed image name 1 年間 前
new-secret.sh 321bf9b617 run initial secret creation as root 1 年間 前
vdi.example.com_location 676487ba92 initial 2 年 前

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: