Simple File Server
.vscode | ||
components | ||
islands | ||
routes | ||
src | ||
static | ||
test_data | ||
util | ||
.gitignore | ||
deno.json | ||
deno.lock | ||
dev.ts | ||
fresh.gen.ts | ||
import_map.json | ||
keyout.ts | ||
main.ts | ||
README.md | ||
search.ts | ||
tailwind.config.cjs | ||
twind.config.ts | ||
user.ts |
Simple FS server
Feature
- Simple file server
- Serve static files
- Search files
- Preview files
- Plugin system
- Support for multiple languages
- Support for multiple themes
- Upload files
- Authentication
- Sort files
- Download files
- SUMMARY.md for index
Usage
Start the project:
deno task start
This will watch the project directory and restart as necessary.