Skip to content

zapit v1.1.0

Choose a tag to compare

@innotelinc innotelinc released this 03 Sep 19:15
· 38 commits to main since this release

zapit is the new name for droppy ⚡ — same zero-login, P2P file zapping, new identity.

Highlights

  • Renamed droppy → zapit across the app, UI, package metadata, Docker images
    (ghcr.io/innotelinc/zapit), CI, Authentik blueprints, and docs.
  • Customizable QR code — new QR_URL env var sets the link address the QR code
    encodes (vanity domain, alternate proxy entry, pre-filled join link…). Defaults to
    PUBLIC_URL or the LAN URL; the caption and tooltip follow it.
  • DROPPY_DATA_DIR is still honored as a fallback for ZAPIT_DATA_DIR, so existing
    deployments keep their state across the upgrade.

Upgrade notes

  • New image name: ghcr.io/innotelinc/zapit (CI now publishes there on every push).
  • Authentik blueprint env var renamed: DROPPY_CLIENT_IDZAPIT_CLIENT_ID
    (blueprint default client id: zapit).
  • Docker compose service/volume renamed to zapit; re-run docker compose up -d to pick
    up the new container name (old droppy-data volumes are not migrated automatically).
  • Deploy bundle: set PUBLIC_URL=https://zapit.innotel.us (or your domain) and update
    the Nginx Proxy Manager host + DNS to match the new name.

Full Changelog: v1.0.0...v1.1.0