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?

    • wildbus8979@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 days ago

      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.orgOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 days ago

        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
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

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