139
Omnivore: Open Source Bookmark Manager
(omnivore.app)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Looks like a cool app but it's super unpractical and hacky to self host and you can't even use a bunch of features when it's deployed that way.
Can you elaborate on your experiences so far? What's required in order to selfhost it, and what features will be missing...?
From their blog post (linked to by the docs page) about self-hosting:
Not only that, they use a non-self hosted elasticsearch provider.
Their example docker-compose file in the repo has no less than four containers defined, not including the database server, and you have to build them all yourself, so it's more of a local dev environment type deployment rather than production.
Here's their "make self-hosting more practical" Github issue, coming on two years old with no progress: https://github.com/omnivore-app/omnivore/issues/25
All of that was more than enough for me to not even bother to try to deploy my own instance. I manage with Wallabag for now, it's not the greatest implementation either but at least it can be self-hosted. Omnivore looks slick but the backend just doesn't keep up.
Thanks for this. I think this is also an example of a opensource software that is selfhostable, but is intended for a different audience. I think Zammad, Monicahq etc fall under this category. I suppose one would need a solution with an entirely different architecture that's aimed for selfhosters, rather than hope that omnivore becomes easier to selfhost.