So I built a search engine for personal blogs. Feel free to submit your blog's RSS feed here: https://rawweb.org/feeds
HN user
rook1e_dev
Tailscale or pure WireGuard is cool.
https://github.com/usememos/memos is perfect for using as a link blog
Crawler is a simple HTTP requester + RSS parser. Full-text searching uses Elasticsearch.
RSS is my main source of information. And I've built some RSS-related projects:
1. https://github.com/0x2E/fusion - A lightweight, self-hosted friendly RSS aggregator and reader
2. https://rawweb.org/ - A search engine for indie websites (the crawler collects data from RSS feeds)
3. https://github.com/0x2E/rss-finder - A tool for finding the RSS link of a website
You can use the standalone binary (18 MB) to run it. Docker is just one deployment method.
It seems like the compiler used in project's front-end framework doesn't support OpenBSD.
There is nothing we can do about it at the moment. Maybe in the future we will change the tech stack to reduce the complexity of the front-end.
Currently it doesn't have that feature.
You can create an issue about it on GitHub so we can evaluate how much it is needed.
You can custom the page size by params in url ( ?page_size=1000).
But large page size can cause page performance problems.
Hi, thanks for the suggestion! Currently it doesn't have that feature.
You can create an issue about it on GitHub so we can evaluate how much it is needed.
That's mostly for Windows users.
The SQLite driver uses cgo, so we use both Ubuntu and Windows Server in CI to avoid cross-compiling. However, we still can't confirm that it's 100% ok on Windows. If any weird bugs occur on Windows, we don't have much experience or energy to deal with them.
The Docker image is based on Debian, we are more familary with it.
Hi. Just to clarify.
Node 21 with NPM > Sveltekit, shadcn-svelte
The front-end things are used during the build process. You don't need them when deploy.
And the documentation literally specifies it requires docker.
Fusion can be deployed as a *single binary*. Docker is just the recommended way. Maybe we need to make documentation clearer.