Add info about fxsync

This commit is contained in:
Jeena 2023-09-29 21:44:06 +09:00 committed by GitHub
parent ec7f2294e6
commit 04fd65f665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,9 @@ and replaces the old python one, which is deprecated.
## Background
Firefox browser data can be synced across devices. The sync service is normally provided by Mozilla.
This is selfhosted alternative server written in Rust and dockerized for easier deployment.
`syncstorage-rs` has a [docker release on docker-hub](https://hub.docker.com/r/mozilla/syncstorage-rs/)
but it also needs a database to run, which this docker-compose.yaml helps setting up and connecting.