Skip to content

droppy v1.0.0

Choose a tag to compare

@innotelinc innotelinc released this 03 Sep 09:26
· 41 commits to main since this release

First public release. ⚡

Highlights

  • Zero-login transfers — open the URL on two devices, same room code, drop files
  • P2P via WebRTC with automatic server-relay fallback; live mode: p2p / mode: relay indicator
  • Multi-file & folder drops arrive as one ZIP, assembled in the browser (zero dependencies)
  • Text snippets alongside files
  • Room expiry — codes auto-rotate when idle; manual ↻ New code button
  • QR pairing with PUBLIC_URL support (advertise your canonical domain, e.g. https://droppy.innotel.us)
  • Optional Authentik SSO (OIDC + PKCE) with an admin kill-switch persisted across restarts
  • One-click Authentik blueprintGET /api/authentik/blueprint or authentik/blueprint.yaml for GitOps
  • Docker: non-root image, healthcheck, multi-arch (amd64/arm64) builds to GHCR, tests gate every build

Usage

docker run -d -p 5150:5150 -e ADMIN_PASSWORD=secret ghcr.io/innotelinc/droppy:latest

Full docs: droppy/README.md