Add password-protected access flow

This commit is contained in:
zeer
2026-04-25 20:57:24 +08:00
parent 37907dd2f5
commit 7b8f4aae06
7 changed files with 275 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ services:
environment:
PORT: 3000
DB_PATH: /data/mail.db
APP_PASSWORD: ${APP_PASSWORD}
env_file:
- .env
volumes: