Lodestone-Team / lodestone

A free, open source server hosting tool for Minecraft and other multiplayer games
https://www.lodestone.cc/
GNU Affero General Public License v3.0
845 stars 31 forks source link

Docker Instance - Complete functionality for file browser #397

Open CheatCod opened 4 months ago

CheatCod commented 4 months ago

Description

Currently, the file browser on Docker Instance only supports reading: the implementation is as follows:

https://github.com/Lodestone-Team/lodestone/blob/c9ebd069341d57748540ae0b0104de1c752f96f6/core/src/handlers/instance_fs.rs#L135-L139

Repeat this pattern for other FS handlers and completes as many functionality as you can.