jeena / fxsync-docker

Docker compose and other useful files for selfhosting of Firefox sync server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for latest syncstorage-rs version

jackjackk opened this issue · comments

First of all, thanks a lot for this repo, it was the only way I was ever able to switch from the Python-2 syncstorage to the more recent Rust version.

Now, it seems that some breaking changes from 0.13.17 to 0.14 prevent docker setups that used to work from working (e.g. see mozilla-services/syncstorage-rs#1482). From trying to follow the latest issues, it seems some google cloud dependencies have been added (which also defeat the privacy purposes of self-hosting). Ultimately, also the docker setup suggested in this repo, with version 0.14+ as well as 0.15.1 (currently the latest), does not work, at least according to my basic attempts.

I cannot solve this issue on my own, but I am happy to help and do whatever I can to keep this essential repo up-to-date!

Yeah, it seems we will need to wait until it's possible to do it with the upstream code. I don't think we will be able to fix it with the docker setup here.

My guess is that we need to vote on the issue you linked to, so that they understand that there are many of us with that issue.