Simple File Server
Go to file
monoid b482f57307 add dark mode support 2023-02-08 01:33:54 +09:00
.vscode init 2023-01-05 18:18:07 +09:00
components fmt 2023-01-14 03:03:58 +09:00
fresh-main init 3 2023-01-14 03:03:22 +09:00
islands add dark mode support 2023-02-08 01:33:54 +09:00
routes add dark mode support 2023-02-08 01:33:54 +09:00
src lint 2023-01-14 03:07:59 +09:00
static add dark mode support 2023-02-08 01:33:54 +09:00
test_data add dark mode support 2023-02-08 01:33:54 +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 fmt 2023-01-14 03:03:58 +09:00
fresh.gen.ts init 3 2023-01-14 03:03:22 +09:00
import_map.json fmt 2023-01-14 03:03:58 +09:00
keyout.ts lint 2023-01-14 03:07:59 +09:00
main.ts fmt 2023-01-14 03:03:58 +09:00
search.ts lint 2023-01-14 03:07:59 +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.