complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
26
docs/features/FILE_EDITOR.md
Normal file
26
docs/features/FILE_EDITOR.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# File Editor
|
||||
|
||||
## Current State
|
||||
|
||||
File editing is split across LiteFM, FTP, edit-config helpers, and agent remote read/write methods.
|
||||
|
||||
Important references:
|
||||
|
||||
- `Panel/modules/litefm/`
|
||||
- `Panel/modules/ftp/`
|
||||
- `Panel/modules/editconfigfiles/`
|
||||
- `Panel/includes/lib_remote.php`
|
||||
|
||||
## What It Should Provide
|
||||
|
||||
- safe browsing inside server home roots
|
||||
- text editing with syntax highlighting
|
||||
- backups before save
|
||||
- restore last saved version
|
||||
- read-only protected paths
|
||||
- large-file warnings
|
||||
|
||||
## Main Risk
|
||||
|
||||
Customer access must never extend into agent control files, shared secrets, or other users' server homes.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue