- CAN service: public SSE endpoint at /api/v1/can/0/events broadcasts
new_asset events on ingest and sync push (no auth required)
- Paste backend: SSE proxy at /paste/events streams from CAN service,
with auto-reconnect on connection loss
- Paste frontend: EventSource subscribes to /paste/events and calls
loadItems() on new_asset events for instant UI refresh
- When assets arrive via P2P sync, paste updates automatically
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CAN Service: content-addressable storage with HTTP API, SQLite metadata,
file-based blob storage, thumbnail generation, and integrity verification.
can-sync v1: P2P sync sidecar using iroh-docs for encrypted peer-to-peer
replication with library/filter-based selective sync. Fully builds but
being superseded by v2 (simplified full-mirror approach).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>