2Fauth Setup
2FAuth is a lightweight, self-hosted two-factor authentication manager designed to securely store and generate TOTP (Time-based One-Time Password) codes. It’s a great alternative to mobile authenticator apps when you want to manage OTPs from your own server via the web.
This setup allows you to generate 2FA codes for your services without relying on third-party apps like Google Authenticator, Authy, or Microsoft Authenticator
Introduction
Key Features 🌐 Web-based TOTP code generator 🔒 Fully self-hosted, no cloud dependen...
System Requirements
RAM: Minimum 2 GB (recommended: 4+ GB) Storage: SSD recommended for fast access CPU...
2Fauth Installation Using Docker Compose
Docker Compose Setup
## 📦 Docker Compose Installation for Immich This section explains how to install Immich using Do...
Create the 2FAuth Directory
Create a project directory where you will store the config files: mkdir -p /opt/2fauth cd /opt/...
Create docker-compose.yml
Create docker-compose.yml and post bellow text (make sure you removed quote from begging) servi...
Start the Stack
Once your docker-compose.yml is ready, run the following: docker-compose up -d To confirm eve...
Access the Web UI
http://<your-server-ip>:8081/or you can setup reverse proxy for your ip