Skip to content

v0.2.5 — phone photos via relay, zero setup

Choose a tag to compare

@MadsRudolph MadsRudolph released this 06 Jul 10:49
· 107 commits to main since this release

Phone photos now work on networks that block device-to-device traffic (eduroam) — with zero configuration.

Photo relay

v0.2.4's phone QR upload needs the phone to reach the PC directly — client-isolating wifi kills that. Now the phone and the app both talk to a tiny relay instead of to each other, so it works on any network, mobile data included, and the PC accepts no inbound traffic.

  • Zero setup: the team relay (srm-cam-relay.madsrudolph.dev, a Cloudflare Worker in relay/) is the default. Open the dialog, scan, shoot — done.
  • Photos live at an unguessable 128-bit token URL, are handed over exactly once, and expire after 10 minutes.
  • The dialog's Relay field switches transport: another relay URL to self-host (deploy guide in relay/README.md), or type lan for the original direct-LAN mode (no internet needed).

460 automated tests.