{"id":50659139,"url":"https://github.com/chrisallenlane/rdr","last_synced_at":"2026-06-08T01:07:42.409Z","repository":{"id":353866904,"uuid":"1220889823","full_name":"chrisallenlane/rdr","owner":"chrisallenlane","description":"A minimalist, self-hosted RSS reader for homelabs (MIRROR)","archived":false,"fork":false,"pushed_at":"2026-05-16T14:03:14.000Z","size":775,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-16T16:35:34.322Z","etag":null,"topics":["atom","docker","feed-reader","golang","homelab","htmx","minimalist","opml","rss","rss-reader","self-hosted","sqlite"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrisallenlane.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-25T13:24:36.000Z","updated_at":"2026-05-16T14:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/chrisallenlane/rdr","commit_stats":null,"previous_names":["chrisallenlane/rdr"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chrisallenlane/rdr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisallenlane%2Frdr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisallenlane%2Frdr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisallenlane%2Frdr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisallenlane%2Frdr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisallenlane","download_url":"https://codeload.github.com/chrisallenlane/rdr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisallenlane%2Frdr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34043832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","docker","feed-reader","golang","homelab","htmx","minimalist","opml","rss","rss-reader","self-hosted","sqlite"],"created_at":"2026-06-08T01:07:41.608Z","updated_at":"2026-06-08T01:07:42.403Z","avatar_url":"https://github.com/chrisallenlane.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rdr\n\nA minimalist, self-hosted RSS reader for homelabs.\n\n## About\n\n`rdr` is a lightweight RSS/Atom feed reader built with Go and SQLite. It runs\nas a single binary with no external dependencies, designed for homelab\ndeployment on trusted networks. The UI is server-rendered HTML with a minimal\nhand-rolled stylesheet. A small optional JavaScript file provides keyboard\nshortcuts as a progressive enhancement — everything works without it.\n\n## Screenshots\n\n| Solarized Light                              | Solarized Dark                             |\n| -------------------------------------------- | ------------------------------------------ |\n| ![Light theme](screenshots/items-light.png)  | ![Dark theme](screenshots/items-dark.png)  |\n\n## Features\n\n- RSS, Atom, and Media RSS feed support (YouTube, Vimeo, and podcast feeds render with thumbnails and media players)\n- Full-text search across all items (SQLite FTS5)\n- Feed organization with lists (a feed belongs to one list)\n- OPML import and export (lists exported as folders)\n- JSON HTTP API with bearer-token auth — see [API.md](API.md)\n- Four themes: Solarized Light/Dark and Modus Light/Dark (WCAG AAA high-contrast)\n- Per-user settings: date display format (relative or absolute), item description previews\n- Background feed polling with configurable interval\n- Automatic data retention (prune old read items)\n- Multi-user support with session-based authentication\n- Single binary deployment or Docker\n- Keyboard shortcuts for item navigation (vim-style j/k/h/l)\n- Mobile-friendly responsive design\n\n## Deployment Model\n\n`rdr` is designed for homelab and trusted-network deployment. It is not\nhardened for direct public-internet exposure.\n\nOpen registration is intentional for this environment — a homelab operator\ntypically wants anyone on the local network to be able to create an account\nwithout an admin approval step.\n\n## Quick Start\n\n### Docker\n\n```bash\ndocker compose up -d\n```\n\nPulls the latest published image from\n[ghcr.io/chrisallenlane/rdr](https://ghcr.io/chrisallenlane/rdr) and\nstarts the service on port 8080. Open \u003chttp://localhost:8080\u003e, register\nan account, and add feeds.\n\n### Binary\n\n```bash\n./rdr\n```\n\nSee [INSTALLING.md](INSTALLING.md) for configuration, Docker Compose setup,\nand keyboard shortcuts. See [HACKING.md](HACKING.md) for development\ninstructions.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisallenlane%2Frdr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisallenlane%2Frdr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisallenlane%2Frdr/lists"}