2 Commits

Author SHA1 Message Date
Your Name 65455c55cf fix: add user field to frpc.ini for client identification
- frps assigns random clientID without user field
- Web UI matches clients by name, so all showed offline
- Now render_frpc_ini() writes user = <client-name>
- frps dashboard API returns user field for matching
2026-08-10 18:55:59 +08:00
Your Name 71214524f4 feat: frps-manager v1.0 - frp 0.70.1 multi-tenant web management system
- Multi-tenant client/proxy management with Flask+SQLite
- Frps server control (start/restart/token rotation)
- Generate frpc.ini with shared server token + admin API
- Dashboard API integration (live client/proxy status)
- RBAC: admin/tenant_admin/user roles
- Audit logging for all operations
- Systemd service files included
- Requires legacy INI format (frp 0.70 TOML auth broken)
2026-08-10 14:17:49 +08:00