First Commit
Build and Push Auth Portal Docker Image / build-and-push (push) Successful in 5m26s
Build and Push Auth Portal Docker Image / create-release (push) Skipped

This commit is contained in:
Denozordec
2026-07-18 13:27:37 +07:00
commit bac95bdb2e
154 changed files with 26610 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Database
DATABASE_URL=sqlite:data/app.db
# Auth JWT (access tokens for apps)
JWT_SECRET=dev-secret-change-me
JWT_TTL_HOURS=1
REFRESH_TTL_DAYS=14
ISSUER=https://auth.shnt.top
# Bootstrap admin (created on first start if DB empty)
ADMIN_EMAIL=[email protected]
ADMIN_PASSWORD=admin
ADMIN_NAME=Admin
# Allowed return_to hosts (comma-separated), e.g. .shnt.top or full origins
RETURN_TO_ALLOWLIST=.shnt.top,localhost,http://localhost:5173,http://localhost:5174
# ReUI PRO (apps/web/components.json → @reui Authorization)
# Ключ: https://reui.io/docs/license-setup — класть в apps/web/.env.local (gitignored)
REUI_LICENSE_KEY=
# Local app URLs for SSO Open (apps/web/.env.local)
# VITE_VPS_APP_URL=http://localhost:5173
# VITE_RETURN_TO_ALLOWLIST=.shnt.top,localhost,http://localhost:5173
# Server
SERVER_PORT=8080
STATIC_DIR=
LOG_LEVEL=info