Comment on Has anyone successfully self-hosted Firefox Sync?
Object@sh.itjust.works 3 days agoCan you do something with syncserver-rs alone? Even after I log in with Mozilla account and setting sync server URL, nothing appears in the database.
Comment on Has anyone successfully self-hosted Firefox Sync?
Object@sh.itjust.works 3 days agoCan you do something with syncserver-rs alone? Even after I log in with Mozilla account and setting sync server URL, nothing appears in the database.
fmstrat@lemmy.nowsci.com 3 days ago
Yea, it works for me, but there were no great guides. If nothing is in the DB, try checking HTTP error codes, or setting the
RUST_LOG
totrace
(which gives you a log line for every item synced).A problem I had that seemed like nothing was saving was the nginx proxy wasn’t doing things right, and I couldn’t tell. Using the local IP worked, and after making some nginx config tweaks I got it working.
I ended up making suggestions here based on my experience: github.com/porelli/firefox-sync
I didn’t exactly use that repo, but started with it. Their nginx config works, though.
Object@sh.itjust.works 3 days ago
Thank you!
fmstrat@lemmy.nowsci.com 3 days ago
Let me know if it works out for you, if not I can try to help.