1
0
Fork 0
1Panel-Appstore/2fauth
renovate[bot] 1c3488aec8 chore(deps): update 2fauth/2fauth docker tag to v5.6.0 (#4171)
* chore(deps): update 2fauth/2fauth docker tag to v5.6.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-06-19 23:01:46 +08:00
..
5.6.0 chore(deps): update 2fauth/2fauth docker tag to v5.6.0 (#4171) 2025-06-19 23:01:46 +08:00
README.md feat: 新增 2FAuth (#1831) 2024-07-31 13:53:38 +08:00
README_en.md Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
data.yml feat: 应用增加支持的架构信息 (#1973) 2025-05-14 14:21:38 +08:00
logo.png feat: 新增 2FAuth (#1831) 2024-07-31 13:53:38 +08:00

README_en.md

Setup

Enable HTTPS

  • Create Application: Set the external address to https://2fauth.example.com (please replace the domain name according to your actual situation).
  • Create Reverse Proxy Site: Set the proxy address to http://127.0.0.1:8000 (please replace the IP and port according to your actual situation).
  • Apply for Certificate: Create a certificate for 2fauth.example.com, choose HTTP as the verification method.
  • Enable HTTPS: Go to the website settings page, click on HTTPS, select the certificate you just added and save.

Without HTTPS

  • If HTTPS is not enabled, it will cause issues such as inability to scan QR codes. In this case, the external address can be directly set to http://192.168.10.100:8000 without the need for reverse proxy settings.