feat: HTTP panel on :8000 with first admin setup

This commit is contained in:
orohi
2026-06-17 04:40:34 +03:00
parent f214aaa48b
commit 0f31c24bf9
14 changed files with 502 additions and 5 deletions
+3
View File
@@ -8,3 +8,6 @@ DATABASE_URL=postgres://panel:panel_secret@localhost:5432/panel?sslmode=disable
# Для docker compose migrate (внутри docker-сети)
DATABASE_URL_DOCKER=postgres://panel:panel_secret@postgres:5432/panel?sslmode=disable
# HTTP API панели
HTTP_PORT=8000