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>
5 lines
98 B
Batchfile
5 lines
98 B
Batchfile
@echo off
|
|
set PATH=C:\Program Files (x86)\WinFsp\bin;%PATH%
|
|
cd /d "%~dp0"
|
|
cargo run -- --mount J:
|