zero-knowledge file sharing
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 93.0%
Nix 4.6%
CSS 1.8%
HTML 0.6%
63 1 0

Clone this repository

https://git.vm.fail/ptr.pet/drop https://git.vm.fail/did:plc:zprzof5lguantmymr7ytde5n
ssh://git@knot.gaze.systems:2222/ptr.pet/drop ssh://git@knot.gaze.systems:2222/did:plc:zprzof5lguantmymr7ytde5n

For self-hosted knots, clone URLs may differ based on your setup.


README.md

drop#

A minimal file sharing app with zero-knowledge storage.

Features#

  • Client-side encryption (AES-256-GCM)
  • Multiple files upload
  • Configurable file expiry
  • Burn after read
  • Optional sensitive-content warning
  • Preview for images, video, audio, and text

Running#

Requires Bun.
See .env.example for configuration.

bun start

For development with hot reload:

bun dev