Skip to content

kkrow/bun-file-server

Repository files navigation

bun-file-server

Features:

  • File Upload:

    • ShareX compatibility
    • Support for files of any size
    • Automatic random name generation
    • Upload progress tracking
    • Drag-and-drop
  • File Management:

    • File listing
    • Deletion via special URLs
    • View tracking
    • Partial download support
  • URL Shortening:

    • ShareX compatibility
    • Short link creation
    • Custom short URLs
    • Deletion via special links
    • View tracking
  • Administrative Features:

    • Statistics viewing
    • File management
    • System monitoring
  • Technical Features:

    • Simple stateless user authentication
    • SQLite for metadata storage
    • HTTPS support

Preview

preview.mp4

To install dependencies:

bun install

To run:

bun run dev

To build and run:

bun run build
./bun-file-server

This project was created using bun init in bun v1.2.4. Bun is a fast all-in-one JavaScript runtime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published