Feature Request: Bookmark Sync

I dont know if it has been suggested yet, but im sure a feature a lot of people would love is Browser Bookmark sync.

Especially for syncing with desktop Browsers.
(Firefox would be nice, but Chromium based browsers would be better than nothing.)

Is that considered possible?

So, can’t speak to the murena.io accounts, but for the self-hosted folks, here’s what I’ve appended to my docker-compose that let’s me do this:

  webdav:
    image: bytemark/webdav
    container_name: webdav.floccus
    ports:
      - "8002:80"  # You can change the host port if needed
    volumes:
      - ./webdav/data:/var/lib/dav  # Persist your bookmarks here
    environment:
      - AUTH_TYPE=Basic
      - USERNAME=floccus
      - PASSWORD=supersecret  # Use a strong one!
    restart: unless-stopped

From there, there’s a browser extension called Floccus that works on Chrom* and Firefox, and can save the bookmark list to the webDAV folder, syncing between devices including mobile ones.

If there’s a tutorial somewhere to use murena.io storage as webDAV, then Floccus might be the solution you’re looking for.

2 Likes

The use of floccus was possible last year, but in my experience, it was very unreliable. It was bugged, and it stopped working for weeks for reasons server side. And after the outage last year i stopped bothering and I guess it’s still not enabled again. I recommend build in browser sync features and only consider floccus/nextcloud bookmark sync if you are using multiple different browsers.

The problem with floccus is, it cant import the Bookmarks into the Browser on android, but you have to view them in the app.