complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
59
docs/modules/server.md
Normal file
59
docs/modules/server.md
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
# Server Manager
|
||||
|
||||
## Purpose
|
||||
|
||||
Remote server/node management in the Panel.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Production
|
||||
- Administrative
|
||||
|
||||
## Dependencies
|
||||
|
||||
- remote server records
|
||||
- port arrangements
|
||||
- agent connection settings
|
||||
|
||||
## Database Tables
|
||||
|
||||
- `remote_server_ips`
|
||||
- `remote_servers`
|
||||
- `arrange_ports`
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- manages the agent endpoints and node-level data
|
||||
|
||||
## User Workflow
|
||||
|
||||
- not usually customer-facing
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- add/remove remote servers
|
||||
- manage IPs, ports, NAT, firewall settings
|
||||
- review node configuration
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- encryption keys
|
||||
- timeout settings
|
||||
- firewall/IP exposure
|
||||
|
||||
## Known Issues
|
||||
|
||||
- admin UX is older and could be clearer
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- richer node health and capacity dashboard
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- improve node monitoring and provisioning diagnostics
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep / Improve
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue