Good morning, afternoon, or evening;
I am looking for a self hosted solution for Bookmark backup and synchronization. I just spun up a docker container for Linkding; don’t get me wrong this is awesome, but it is missing some things I would like to see in a bookmark backup solution.
A few key things I am looking for:
Anyone have any suggestions?
I am looking to self host, and not looking for something like Xbrowsersync or Firefox Account syncing.
I am open to suggestions!
Thank you!
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:
Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
No spam posting.
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.
Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Yes, this is the best option if you are running a Nextcloud anyways. Although I have also been running it nicely with the more lightweight https://github.com/kd2org/karadav but then you don’t have the Nextcloud app to manage your bookmarks more easily.
To sync with Floccus you don’t need that webserver, that thing is very customized to deal with Nextcloud bullshit.
A simple nginx setup with this will get the job done:
The file
/etc/nginx/.credentials-dav.list
stores authentication data. You can create users with the following command:Then point Floccus at your server: http://10.0.0.1/dav/bookmarks
Enjoy.