feat: add auth and dual-stack tls management

This commit is contained in:
2026-05-07 00:20:44 +08:00
parent cc19ee1936
commit fdec8960c2
24 changed files with 3005 additions and 312 deletions
+3
View File
@@ -1,4 +1,7 @@
PORT=3000
HTTPS_PORT=3443
APP_DB_PATH=./data/app.sqlite
UPLOAD_DIR=./data/sources
TLS_DIR=./data/tls
PREVIEW_MAX_BYTES=16777216
AUTH_SESSION_TTL_DAYS=30