Skip to content

sharimk2/filebrowser

Repository files navigation

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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published