Commit Graph

4 Commits

Author SHA1 Message Date
4b33b883f1 feat: add create forms for servers, tariffs, payments in admin panel 2026-07-05 18:26:31 +07:00
7f12e1d2ce feat: add user creation form in admin panel 2026-07-05 18:18:00 +07:00
1ff473b6c6 fix: bypass Starlette Jinja2Templates, use raw Jinja2 to avoid cache_key hash bug 2026-07-05 18:13:12 +07:00
7c7c88621d Initial commit: VPN Control Panel
- FastAPI REST API with JWT auth
- aiogram 3 Telegram bot with admin middleware
- APScheduler daily tasks (expiry, reminders, revoke, sync)
- SQLAlchemy 2 async ORM with Alembic migrations
- Jinja2 admin panel (Dashboard, Users, Payments, Servers, Tariffs)
- VPN provider abstraction with MockProvider
- Stats service with revenue/subscription analytics
- Docker Compose (PostgreSQL + Redis + app)
- Healthcheck endpoint
2026-07-05 17:50:11 +07:00