From 04fd65f6658397b95c96aa58a13e21ee2054719f Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Fri, 29 Sep 2023 21:44:06 +0900 Subject: [PATCH] Add info about fxsync --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5416637..e3315c3 100644 --- a/README.md +++ b/README.md @@ -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.