Cloud Sync

Sync runs through a small HTTP API under /sync/v1/*. The Android app has a built-in settings screen; on desktop the equivalent is the ondict sync CLI subcommand:

export ONDICT_SYNC_USER=alice
export ONDICT_SYNC_PASSWORD='something-strong'
ondict sync --base-url https://sync.example.com

For periodic / daemon-mode sync, see docs/sync-deployment.md and ADR 0001.

Back to home