Firefox Sync is great and in a portable Docker Container it's even greater! Read more
syncserver.ini to fit your needs
public_url to match your internet facing URL e.g public_url = http://yourdomain.com:5000/sqluri to match your postgres connectionstring e.g sqluri = postgresql://user:pass@server/dbsecret has to be generated e.g by typing head -c 20 /dev/urandom | sha1sumallow_new_users is a booleandocker run -v ./:/conf -p 5000:5000 --name fsync -d silviof/firefox-sync-dockerpostgres:
docker run -v ./:conf -p 5000:5000 --name fsync --link postgres -d silviof/firefox-sync-dockerGo to about:config and change identity.sync.tokenserver.uri to http://yourdomain.com:5000/token/1.0/sync/1.5
Content type
Image
Digest
Size
216.2 MB
Last updated
almost 8 years ago
docker pull silviof/docker-firefox-sync