I've needed self-hosted bookmarks for a while. There are some written in Java and PHP, but they just don't seem very approachable.<p>This is a great project. Here are some things I noticed that set this project apart from others:<p>1) Detailed (up-to-date!!) documentation for installation. Sometimes you have difficulties installing a project because either the documentation is out of date or just excludes important details. Not true here - you create the virtualenv and run the scripts. There is nothing esoteric about setting up this project to use.<p>2) It's on the latest version of Django. It can be a little discouraging to use a project that is running on a version of a library that is no longer supported.<p>3) It doesn't require redis or nginx to run out of the box. It works as expected without these things, which means I was able to test the project simply by installing the python dependencies.<p>4) The interface is simple to use.<p>5) Project can be scaled up with celery.<p>6) Full disclosures about problems one may run into with this project and how to address them.<p>It took me 1 minute to install this project. I didn't encounter any errors. THIS is how you get people to use your project.<p>The <i>only</i> thing I can say is that the interface needs a little improvement, but this is so easy to over look with such a functional project.<p>Thank you kanishka-linux for creating this project.
A chrome extension would be necessary for something like this to replace Pinboard/Instapaper for me (I see that in the TODO already). But looks good otherwise. The only thing stopping me is the time commitment of hosting another app for personal use.
Exciting! I'm still badly in need of a bookmark manager (and hopefully sync-capable) since xmarks shutdown. I'm looking at Shiori, ymarks, and Floccus. How does Reminiscence compare?
I love this and love that it's built in Python, but…<p>"Do not attempt to compete with Pinboard"[0]<p>[0] <a href="https://blog.pinboard.in/2017/06/pinboard_acquires_delicious/" rel="nofollow">https://blog.pinboard.in/2017/06/pinboard_acquires_delicious...</a>
very cool. may also be worth mentioning the difference between this and projects like shaarli, <a href="https://github.com/pirate/bookmark-archiver" rel="nofollow">https://github.com/pirate/bookmark-archiver</a> , etc.
Nice. Are there plans to add saving of annotations (highlighting text and string to the link) like Diigo? Annotations seem to remain a elusive feature in a self hosted solution.
I love the idea, but is this a little bit overkill if you just want to mirror your bookmarks? There's several simple spidering tools out there that you could change the User-Agent on in order to get mobile or desktop pages, and then you don't need to maintain or run any servers or special tools. I would export my bookmarks, run a cron job on them with a spider tool, and commit the result to Git.
I have a ghetto version of this - I just print web pages to PDF, and then archive the PDF locally to storage. I have every website of interest to me I've ever read since 1997 saved this way - and can harvest a lot of data from the 16,000+ PDF files I now have.<p>Beats me why this isn't just a normal feature in the browser. No need for no stinkin' SAAS to do it ..