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.
- Host: GitHub
- URL: https://github.com/redouane64/filemanager
- Owner: Redouane64
- Created: 2019-01-25T14:18:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:15:26.000Z (about 3 years ago)
- Last Synced: 2023-02-27T19:47:35.064Z (almost 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
}