Initial YakPanel commit

This commit is contained in:
Niranjan
2026-04-07 02:04:22 +05:30
commit 2826d3e7f3
5359 changed files with 1390724 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# YakPanel - Environment
SECRET_KEY=change-this-in-production
DATABASE_URL=sqlite+aiosqlite:///./data/default.db
REDIS_URL=redis://localhost:6379/0
DEBUG=false
PANEL_PORT=8888
# Optional: remote SSH installer (use with caution)
# ENABLE_REMOTE_INSTALLER=false
# REMOTE_INSTALL_DEFAULT_URL=https://www.yakpanel.com/YakPanel-server/install.sh
# REMOTE_INSTALL_RATE_LIMIT_PER_IP=10
# REMOTE_INSTALL_RATE_WINDOW_MINUTES=60
# REMOTE_INSTALL_ALLOWED_TARGET_CIDRS=
# CORS_EXTRA_ORIGINS=https://your-panel.example.com