this post was submitted on 18 Nov 2024
23 points (96.0% liked)

Selfhosted

40231 readers
1263 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I use around 10 browser profiles, each of which has its own set of bookmarks, plugins, self-enforced rules, etc. I want to synchronise browsing history, bookmarks, plugins using a single account. They are managed with a dedicated Firefox account, but I was wondering if I can self host accounts so that I can synchronise stuff over my VPN, and I don't have to do mail verification every time I create a new profile. But I can't find much on how online.

I know syncserver-rs but that is not enough. The accounts are still registered with Mozilla's server.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 hours ago* (last edited 3 hours ago) (1 children)

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 to trace (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: https://github.com/porelli/firefox-sync

I didn't exactly use that repo, but started with it and use their images. Their nginx config works, though.

[–] [email protected] 1 points 2 hours ago