Simple File Server
Go to file
monoid 2f91fb771e add readme preview 2023-01-06 22:17:45 +09:00
.vscode init 2023-01-05 18:18:07 +09:00
components add readme preview 2023-01-06 22:17:45 +09:00
islands add readme preview 2023-01-06 22:17:45 +09:00
routes add readme preview 2023-01-06 22:17:45 +09:00
src fmt 2023-01-06 18:24:27 +09:00
static fmt 2023-01-06 18:24:27 +09:00
test_data add readme preview 2023-01-06 22:17:45 +09:00
util fmt 2023-01-06 18:24:27 +09:00
.gitignore init 2023-01-05 18:18:07 +09:00
README.md fmt 2023-01-06 18:24:27 +09:00
deno.json init 2023-01-05 18:18:07 +09:00
deno.lock init 2023-01-05 18:18:07 +09:00
dev.ts init 2023-01-05 18:18:07 +09:00
fresh.gen.ts add readme preview 2023-01-06 22:17:45 +09:00
import_map.json init 2023-01-05 18:18:07 +09:00
keyout.ts fmt 2023-01-06 18:24:27 +09:00
main.ts add readme preview 2023-01-06 22:17:45 +09:00
search.ts fmt 2023-01-06 18:24:27 +09:00
tailwind.config.cjs fmt 2023-01-06 18:24:27 +09:00
twind.config.ts init 2023-01-05 18:18:07 +09:00
user.ts fmt 2023-01-06 18:24:27 +09:00

README.md

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.