this post was submitted on 15 Apr 2026
62 points (95.6% liked)

Selfhosted

60542 readers
424 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

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

Questions? DM the mods!

founded 3 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 2 months ago (1 children)
[–] Lemmchen@feddit.org 2 points 2 months ago* (last edited 2 months 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 2 months ago* (last edited 2 months 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 2 months 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 2 months 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 months ago

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

[–] wildbus8979@sh.itjust.works 1 points 2 months ago

That's the one