This is a 2FA Dashboard written in GoLang
it encrypts the secret and password before saving or loading them.
if you find any bugs or vulnabilities open a Github issue!
Showcase:
- Download GoLang from https://go.dev/doc/install
- Add GoLang to Path / Envoriment
- run
git clone https://github.com/OfflinePing/TwoFactor.git - run
cd TwoFactor - run
go build . - run
chmod 777 TwoFaktor - Change Port in "config.json" to desired Port
- run
./TwoFaktor - open
(yourip/serverip):(port from config)/in your Browser
- Download Docker
- Enter "docker pull claascode/twofactor"
- Run "docker run -dp 0.0.0.0:2244:2244 claascode/twofactor"
- Profit?
