An open API service indexing awesome lists of open source software.

https://github.com/redouane64/filemanager

KnockoutJS SPA simple file manager app.
https://github.com/redouane64/filemanager

Last synced: 11 months ago
JSON representation

KnockoutJS SPA simple file manager app.

Awesome Lists containing this project

README

          

# File Manager

Set directory to serve in `appsettings.json` or `appsettings.Development.json` in `FileManager` section:
```
"FileManager":
{
"Directory": "C:\\Files"
}