self hosted browser sync?
from ironhydroxide@sh.itjust.works to selfhosted@lemmy.world on 15 May 20:23
https://sh.itjust.works/post/38048103

Had a thought, but some quick searching didn’t really give me much.

Is there such a thing as a browser that respects privacy, and can be synched through self hosted means?

I’d be looking for tab sync, bookmark, history, etc.

#selfhosted

threaded - newest

oleorun@real.lemmy.fan on 15 May 20:27 next collapse

Did you check out github.com/mozilla-services/syncserver?

EDIT: My bad, project is moved to github.com/mozilla-services/syncstorage-rs

oldfart@lemm.ee on 15 May 20:34 next collapse

Syncserver was what OP was asking for, I used it and it was great while it worked. The rust rewrite is almost impossible to self-host, at least as of a year ago there was no easy way to do it on a reasonably sized machine.

myersguy@lemmy.simpl.website on 15 May 21:02 collapse

there was no easy way to do it on a reasonably sized machine.

Why? What is the issue?

oldfart@lemm.ee on 16 May 05:07 collapse

If I recall correctly they used some exotic database that is made for multi tenant cloud environments and scales up really well, but does not scale down too much. I’ve seen some article where a guy managed to set it up locally but it was a long one, and the result was resource hungry. But, again, my knowledge may be outdated

Just look at the setup docs. First they tell you to setup mysql and then this nugget

The correct way to authenticate with Spanner is by generating an OAuth token and pointing your local application server to the token. In order for this to work, your Google Cloud account must have the correct permissions; contact the Ops team to ensure the correct permissions are added to your account.

oldfart@lemm.ee on 16 May 05:11 collapse

Looks like there is a simple way now, yay! blog.diego.dev/posts/firefox-sync-server/

scott@lem.free.as on 15 May 21:27 collapse

I run the older iteration of the software. Works well.

thejevans@lemmy.ml on 15 May 20:28 next collapse

I use the floccus extension with Nextcloud as a backend for bookmarks/tabs and wallabag for read-it-later

warmaster@lemmy.world on 16 May 03:24 collapse

Does it sync browsing history?

A_norny_mousse@feddit.org on 15 May 20:51 next collapse

The Arch Wiki used to have some elaborate tricks on Firefox profile syncing, and some software to support it, maybe you should check that out (but the actual software FF uses is or used to be FOSS as well).

Selfhoster1728@infosec.pub on 15 May 21:31 next collapse

Librewolf (privacy focused firefox fork) syncing the user folders with Syncthing maybe?

poVoq@slrpnk.net on 15 May 21:42 next collapse

Yeah I wish there was a good answer to that. Floccus at least works ok for bookmarks.

mike_wooskey@lemmy.thewooskeys.com on 15 May 21:47 next collapse

I use xBrowserSync for bookmark syncing. The code hasnt been touched in a few years but it still works great. Set it and forget it. There’s also an android app - not sure about ios.

But it doesnt do browser tabs - just bookmarks.

Cyber@feddit.uk on 15 May 22:36 next collapse

Have a look at Vivaldi

According to their help page it’ll do what you want.

4k93n2@lemmy.zip on 15 May 22:44 next collapse

ive been using floccus for a few years now and no complaints

i havnt tried syncing tabs but i think its an option. what i do have is a one-way sync job for the tabs in each browser so i at least have a backup of them, and each browser has its own file, but i would imagine if you tried to sync the same file between multiple devices it would just get very messy at some point

anotherandrew@mbin.mixdown.ca on 15 May 23:07 next collapse

You could use KaraKeep (formerly Hoarder) with the Hoarder's Pipette extension maybe?

cecilkorik@lemmy.ca on 15 May 23:29 next collapse

Librewolf, you can host your own sync server.

johntash@eviltoast.org on 16 May 04:00 collapse

I forgot about librewolf. Any downsides to it over Firefox?

cecilkorik@lemmy.ca on 16 May 04:36 collapse

It’s aggressively privacy-first in some ways. It doesn’t do any self-updating which could be considered phoning home, so you have to make sure you have a way to keep it updated, through a package manager or otherwise. There’s a separate update monitor if you want that, for Windows at least. I tend to dial back the anti-fingerprinting a bit because it just makes browsing frustrating to me. I understand the risk of fingerprinting, and it’s good that they do everything they can to avoid being fingerprinted, but it doesn’t strike the right balance for me. Particularly forcing light mode, I absolutely fucking loathe getting light blasted unexpected into my eyeballs, I always have. The biggest mistake technology ever made in my opinion was trying to pretend an actively illuminated screen was paper and make it blinding white.

I’ve so far resisted the urge to enable DRM. If something won’t show me stuff without DRM I’m willing to just say I don’t want to watch it.

And obviously as per the topic, I turn on sync, which is not on by default, but that’s easy and a sensible default. Honestly it’s mostly sensible defaults.

ippokratis@lemmy.ml on 16 May 13:28 collapse

Brave sync server is open source and self host able.

Everything a browser syncs is syncable passwords, history, bookmarks, cards etc

The “issue” is there is not a user interface element to easily add the self hosted instance url

There are workarounds though

You can read my quick how to here

ippocratis.github.io/brave/