Initial commit: VPN panel on Go, PostgreSQL 17, Docker, Xray-core

This commit is contained in:
vpn-panel
2026-05-21 18:55:14 +03:00
commit 3c2f5226d1
27 changed files with 1778 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Скопируйте в .env или запустите: go run ./cmd/install
APP_PORT=8080
APP_DOMAIN=localhost
DATABASE_URL=postgres://vpnpanel:changeme@postgres:5432/vpnpanel?sslmode=disable
SECRET_KEY=change-me-to-random-32-bytes-base64
INSTALLED=false
POSTGRES_USER=vpnpanel
POSTGRES_PASSWORD=changeme
POSTGRES_DB=vpnpanel
POSTGRES_HOST=postgres
POSTGRES_PORT=5432