Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration with Hoarder (self-hostable bookmark-everything app) #2690

Open
1 task done
maxbengtzen opened this issue Jun 13, 2024 · 1 comment
Open
1 task done
Labels

Comments

@maxbengtzen
Copy link

I recently migrated from Shiori to Hoarder for several reasons. In short, Hoarder offers AI tags via a local Ollama API, mobile apps, a functional browser extension, and a polished UI. I’m loving it so far! 😊

Hoarder's API/CLI interface interface appears straightforward, with commands for adding new bookmarks. This functionality is sufficient for starring feed items in Miniflux and having them bookmarked in Hoarder, right?

I’d love to see an integration in Hoarder that matches the functionality of integrations available for Shiori, Wallabag, and others.

@mathpn
Copy link

mathpn commented Oct 27, 2024

Hey @maxbengtzen, I am also using Hoarder. I've found this issue and decided to draft an implementation, but then I used a webhook to create a simple integration service.

If you're using Docker compose, it will probably work for you too 😄:

https://github.com/mathpn/hoarder-miniflux-webhook

The api/v1 route was only added very recently, so you need to use the latest Hoarder release (not stable).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants