zapit v1.1.0
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_URLenv var sets the link address the QR code
encodes (vanity domain, alternate proxy entry, pre-filled join link…). Defaults to
PUBLIC_URLor the LAN URL; the caption and tooltip follow it. DROPPY_DATA_DIRis still honored as a fallback forZAPIT_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_ID→ZAPIT_CLIENT_ID
(blueprint default client id:zapit). - Docker compose service/volume renamed to
zapit; re-rundocker compose up -dto pick
up the new container name (olddroppy-datavolumes 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