refactor(api): simplify instance listing response and add running status

Remove sensitive information from instance listing response for all users and add isRunning field
Fix backend to prevent starting already running frpc instances
This commit is contained in:
2026-03-25 21:50:52 +08:00
parent 92a0e24db7
commit 25f88249c2
3 changed files with 11 additions and 62 deletions

View File

@@ -67,6 +67,7 @@ For detailed API documentation, please see [docs/api.md](docs/api.md)
- [ ] Add frpc instance log display API
- [ ] Fix random database lock when processing logs
- [ ] Add frpc createdBy storage and display
- [x] Fix backend can still start frpc instance when it is already running
## License