Simple File Server
Go to file
monoid e2ee2c6375 init 3 2023-01-14 03:03:22 +09:00
.vscode init 2023-01-05 18:18:07 +09:00
components remove css plugin 2023-01-07 02:37:35 +09:00
fresh-main init 3 2023-01-14 03:03:22 +09:00
islands init 3 2023-01-14 03:03:22 +09:00
routes init 3 2023-01-14 03:03:22 +09:00
src init 3 2023-01-14 03:03:22 +09:00
static remove css plugin 2023-01-07 02:37:35 +09:00
test_data remove css plugin 2023-01-07 02:37:35 +09:00
util fix singletone 2023-01-06 23:22:00 +09:00
.gitignore init 3 2023-01-14 03:03:22 +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 3 2023-01-14 03:03:22 +09:00
dev.ts init 3 2023-01-14 03:03:22 +09:00
fresh.gen.ts init 3 2023-01-14 03:03:22 +09:00
import_map.json init 3 2023-01-14 03:03:22 +09:00
keyout.ts fmt 2023-01-06 18:24:27 +09:00
main.ts remove css plugin 2023-01-07 02:37:35 +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 fix singletone 2023-01-06 23:22:00 +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.