File Browser ASP.NET Core + vanilla JS file browser. Run locally dotnet run Then open http://localhost:5120 or https://localhost:7146 Configure the root directory Set the folder that the browser exposes by editing appsettings.json: "FileBrowser": { "RootPath": "/absolute/path/to/storage-root" }