Syncserver#3
Merged
loyalpartner merged 8 commits intomasterfrom Apr 16, 2026
Merged
Conversation
Single-endpoint sync server handling COMMIT and GET_UPDATES via protobuf.
Uses 92 Chromium proto files compiled with prost-build.
- Auth from X-Sync-User-Email header, fallback to anonymous@localhost
- SQLite with WAL mode, single sync_entities table (no sharding)
- Per-user monotonic version counter for conflict detection
- Nigori keystore passphrase initialization on user creation
- Permanent bookmark nodes (root, bar, other, synced) auto-created
- Encryption keys returned for NEW_CLIENT GetUpdates requests
- Progress tokens: v1,{data_type_id},{version} base64-encoded
- /chrome-sync/command/ mirrors /command/ for direct --sync-url usage - GET / shows HTML table of current users - .gitignore covers selfsync.db WAL/SHM files
- CI: fmt check, clippy, tests on push/PR to master - Dockerfile: multi-stage build, slim debian runtime, /data volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.