this post was submitted on 15 Apr 2026
64 points (95.7% liked)

Selfhosted

58683 readers
731 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

There are a ton of selfhosted bookmark syncing and managing solutions.
In addition to https://github.com/awesome-selfhosted/awesome-selfhosted#bookmarks-and-link-sharing I found these:

I'm sure there are a ton more out there.

Basically all I want is to sync and somewhat categorize/tag bookmarks across my devices. Website archival, sharing and multi-user support is optional.

Going by GitHub stars I guess using Floccus with LinkWarden or Karakeep is the way to go?

you are viewing a single comment's thread
view the rest of the comments
[–] wildbus8979@sh.itjust.works 2 points 6 days ago (1 children)
[–] Lemmchen@feddit.org 2 points 5 days ago* (last edited 5 days ago) (2 children)

https://gosuki.net/
This one?

Looks like it doesn't come with docker and seems like you don't get access to the full source on the free version?

[–] wildbus8979@sh.itjust.works 2 points 11 hours ago* (last edited 11 hours ago) (1 children)

Docker? Meh. If you need it it's like 5 lines of docker files to write.

Yeah the p2p sync is a paid feature. The master mode sync is not however.

[–] Lemmchen@feddit.org 1 points 5 hours ago (1 children)

If I write my own Dockerfiles to tag my own images I also have to run my own update management.
I like to outsource this, so all I have to do is a simple docker compose pull (or in reality, let Dockhand or watchtower handle it).

[–] wildbus8979@sh.itjust.works 1 points 3 hours ago (1 children)

You don't have to make an image though. Just start with a Debian or alpine base image and install the software within

[–] Lemmchen@feddit.org 1 points 2 hours ago

Sure, but that doesn't make any difference in the maintenance effort required.

[–] wildbus8979@sh.itjust.works 1 points 5 days ago

That's the one