49048597f2
refactor(database): make DBListFrpcInstances able to list all users' frpc instances but not single user
...
feat(frpcAct): user will get createdBy when query frpc instances on current server
docs(api): update related api documentation
2026-03-12 22:41:17 +08:00
29011c2fb4
refactor(service): move boot service functions to os.go
...
Extract service management functions from frpAct.go to new os.go file for better code organization and maintainability. Also update README.md to document supported platforms.
2026-03-04 13:46:55 +08:00
9e6e6f8b19
refactor: reorganize handler files and rename frpc.go to frpAct.go
...
Move user authentication handlers to userAct.go and frpc instance handlers to frpAct.go
Remove handlers from handlers.go and clean up file structure
2026-03-03 22:43:27 +08:00