Show HN: Inkwell – An RSS reader for e-ink devices
摘要
Inkwell 是一个自托管的 RSS/Atom 阅读器,将文章作为为 Kindle 内置浏览器优化的静态 HTML 提供服务。后台任务会预提取每篇文章并转码嵌入的图片,因此在设备上点击即可从本地磁盘获取可直接渲染的字节。 文档部分列出了安装(源码构建或 Docker)、自托管(docker-compose、反向代理、管理员访问控制、备份、升级)、阅读(列表、文章、稍后阅读视图在 Kindle 上的行为)、管理员功能(添加/删除订阅源与分组、OPML 导入)以及认证(通过 auth gateway 在设备上完成 Kindle 登录,无需在设备上输入)。还包含完整的 YAML 配置参考,包括所有字段和环境变量的默认值。
荐读理由
利用RSS/Atom源自建一键同步到Kindle静态HTML预处理,compose+反向代理配置就能跑起来,背包办公时一拉即开
原文
inkwell
inkwell is a self-hosted RSS/Atom reader that serves articles as static HTML tuned for the built-in browser on a Kindle. Background jobs pre-extract every article and transcode every embedded image, so a tap on the device fetches ready-to-render bytes from local disk.

Documentation
Installation — build from source, run under Docker, first configuration.
Self-hosting — docker-compose, reverse proxy, admin access control, backups, upgrades.
Reading — the listing, article, and read-later views, and their behaviour on a Kindle.
Admin — add and remove feeds and groups, import OPML.
Authenticating your e-reader — sign a new Kindle in through the auth gateway without typing on the device.
Configuration reference — every YAML field and environment variable, with defaults.
这条对你有帮助吗?