Files (UI)
In this page
Route
/files (FilesPage).
API
GET /api/v1/files/list?path=— directory listing;pathis relative toPANEL_FILES_ROOT(not an arbitrary host absolute path).POST /api/v1/files/mkdir— create a subdirectory (parentPath,name).POST /api/v1/files/rename— rename a file or folder (path,newNamebasename only).POST /api/v1/files/delete— delete a file or an empty directory.
UI behavior
The UI navigates using those relative paths (breadcrumb shows /-prefixed display only). Upload is still not implemented (multipart).