Skip to content
/ fossil Public

A self-hosted static file server for Docker built with Deno.

Notifications You must be signed in to change notification settings

ksmarty/fossil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fossil

A self-hosted static file server for Docker built with Deno.

Run with deno run -q --allow-net=0.0.0.0:8080 --allow-read=. --unstable server.tsx

If denon is installed, run denon start

Features

  • Statically serve files
  • Choose file expiry date
    • Set default expiry
  • Drag & Drop file upload
  • Delete files via secret link
  • Dashboard for managing files
    • Password protection

Permission Levels

  1. Able to upload
  2. View/delete files you've uploaded (Default)
  3. View/delete all uploaded files
  4. Create/modify accounts

Resources

About

A self-hosted static file server for Docker built with Deno.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published