simple-fs-server/README.md

27 lines
439 B
Markdown
Raw Normal View History

2023-01-05 18:18:07 +09:00
# Simple FS server
### Feature
- [x] Simple file server
- [x] Serve static files
2023-01-06 17:49:46 +09:00
- [x] Search files
- [x] Preview files
2023-01-05 18:18:07 +09:00
- [ ] Plugin system
- [ ] Support for multiple languages
- [ ] Support for multiple themes
- [ ] Upload files
2023-01-06 17:49:46 +09:00
- [x] Authentication
- [x] Sort files
- [x] Download files
- [x] SUMMARY.md for index
2023-01-05 18:18:07 +09:00
### Usage
Start the project:
```
deno task start
```
2023-01-06 18:24:27 +09:00
This will watch the project directory and restart as necessary.