No description
Find a file
2023-09-22 21:28:35 +09:00
.env-example Add .env-example 2023-09-22 21:12:08 +09:00
docker-compose.yaml Create docker-compose.yaml 2023-09-22 19:52:15 +09:00
fxsync.service Add nginx and systemd config files 2023-09-22 21:24:14 +09:00
LICENSE Initial commit 2023-09-22 19:47:45 +09:00
nginx-example-com.conf Add nginx and systemd config files 2023-09-22 21:24:14 +09:00
README.md Add info about identity.sync.tokenserver.uri 2023-09-22 21:28:35 +09:00

fxsync-docker

This repository is holding a working docker-compose setup for documentation pourpuses because syncstorage-rs's documentation is not very good to explain how to self host the new rust syncserver.

With help of it you can self host the new Firefox sync server, which is written in Rust and replaces the old python one, which is deprecated.

Background

syncstorage-rs has a docker release on docker-hub but it also needs a database to run, which this docker-compose.yaml helps setting up and connecting.

Theoretically you could run Firefox Account yourself, but for login this project relies on the Mozilla servers, because setting up and configuring it is quite complex but it does not give much more security.

Setup

  1. Clone this repositoy
  2. Copy .env-example into .env (including the dot at the beginning of the file)
  3. Put in (random) passwords into .env
  4. Put in the domain where you will run your sync server into .env
  5. Setup your reverse proxy server (see nginx-example-com.conf)
  6. Install the systemd service (see fxsync.service) and enable it

Setup your Firefox

  1. In about:config search for identity.sync.tokenserver.uri
  2. Change it from the default to https://fxsync.example.com/1.0/sync/1.5
  3. Log in to Firefox and start syncing.