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>
8 lines
204 B
YAML
8 lines
204 B
YAML
# CAN Sync configuration
|
|
can_service_url: "http://127.0.0.1:3210/api/v1/can/0"
|
|
listen_addr: "127.0.0.1:3213"
|
|
data_dir: "./can_sync_data"
|
|
relay_url: null
|
|
poll_interval_secs: 5
|
|
full_scan_interval_secs: 300
|