PocketRelay / Server

Mass Effect 3 Rust Server Emulator, LAN and WAN private server
https://pocket-relay.pages.dev/
MIT License
12 stars 4 forks source link

Modified public serving middleware to allow serving from filesystem #39

Closed jacobtread closed 1 year ago

jacobtread commented 1 year ago

Description

This change allows files to be publicly served from the data/public folder it was previously intended to be used for https://github.com/PocketRelay/Server/issues/35 however this is postponed (possibly indefinitely) so instead this is being merged separately to allow manual dashboard updating as well as serving custom files (i.e. a custom HTML homepage or other resources you might want the server to share) files in the data/public folder will be served by the server instead of the embedded server files if they are present

Changes