complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
55
docs/modules/update.md
Normal file
55
docs/modules/update.md
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# Update
|
||||
|
||||
## Purpose
|
||||
|
||||
Panel update and patch management.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Production
|
||||
- Admin-only
|
||||
|
||||
## Dependencies
|
||||
|
||||
- patch and update logs
|
||||
- admin access
|
||||
|
||||
## Database Tables
|
||||
|
||||
- `update_blacklist`
|
||||
- `panel_update_log`
|
||||
- `update_patches`
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- indirect if patch operations touch remote systems
|
||||
|
||||
## User Workflow
|
||||
|
||||
- none, admin-only
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- inspect and apply updates
|
||||
- review patch logs
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- updates modify the control plane itself
|
||||
|
||||
## Known Issues
|
||||
|
||||
- can be confusing if not clearly separated from game-server updates
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- clearer update history and rollback guidance
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- keep admin-only and document carefully
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue