docker自建2fa验证器,抛弃各种totp验证器 github项目:https://github.com/Bubka/2FAuth 需要: 1/vps 2/域名 安装docker不必再说 建个目录2fath 在目录下建个yml文件docker-compose.yml services: 2fauth: image: 2fauth/2fauth:latest container_name: 2fauth restart: unless-stoppe 建站相关 yzhpxd 5天前 71 热度 0评论
通过github,建立自己的totp验证器 1.拉取项目 https://github.com/yzhpxd/totp-generator 原创https://github.com/jaden/totp-generator(原创的需要自己改) 2.在https://vercel.com/ 建立域名转发 在vercel上建个号,会提示拉取github上面的项目 可以添加自己的域名 建站相关 yzhpxd 11天前 7 热度 0评论