Commit Graph

5 Commits

Author SHA1 Message Date
Your Name 84d3ad7c75 deploy.sh: use 18080/18443 for vhost ports instead of 80/443
- Avoid conflict with nginx/apache on common ports
- init_db.py now generates frps.ini at init time
- deploy.sh verifies frps.ini exists before starting frps
2026-08-10 18:21:58 +08:00
Your Name 13b38ec60b docs: systemd units are auto-generated by deploy.sh
- Update deploy section to explain dynamic generation
- Update client guide: scp from server or manual creation
- Note: project can be installed to any directory
2026-08-10 14:29:58 +08:00
Your Name a9e2d295b1 deploy.sh dynamically generates systemd units
- Remove static runtime/*.service files
- generate_systemd_units() writes paths based on PROJECT_DIR
- frps.service: ExecStart uses actual frps binary path
- frps-manager.service: WorkingDir + gunicorn path from PROJECT_DIR
- frpc@.service template also generated at deploy time
2026-08-10 14:29:15 +08:00
Your Name fabcdf2b10 docs: add frpc client deployment guide (8 sections)
- Download frpc binary (architecture table)
- Download frpc.ini from web UI
- Install config + systemd unit
- Hot-reload after proxy changes
- Multi-instance scenario
- Troubleshooting table (6 common issues)
2026-08-10 14:24:20 +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