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.
This commit is contained in:
@@ -10,6 +10,11 @@ A backend application for managing local frpc instances, allowing users to easil
|
||||
- User permission management (superuser/admin/visitor)
|
||||
- SQLite database for data persistence
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- `GNU/Linux`
|
||||
- `Windows`
|
||||
|
||||
## Configuration
|
||||
|
||||
Create a `config.json` file in the project root:
|
||||
|
||||
Reference in New Issue
Block a user