Replace hardcoded image tags in Quick Reference tables with pointers to kustomization manifests (tags drift with every container release). Fix Prometheus CNPG scrape target, remove misleading .ts.net URLs, expand external-secrets stub, add backup/disaster-recovery cross-references. Limit doc-reviewer agent to one doc per cycle. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
42 lines
940 B
Markdown
42 lines
940 B
Markdown
---
|
|
title: Miniflux
|
|
modified: 2026-03-23
|
|
last-reviewed: 2026-03-23
|
|
tags:
|
|
- service
|
|
- rss
|
|
---
|
|
|
|
# Miniflux
|
|
|
|
Minimalist RSS/Atom feed reader.
|
|
|
|
## Quick Reference
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| **URL** | https://feed.ops.eblu.me |
|
|
| **Namespace** | `miniflux` |
|
|
| **Image** | `registry.ops.eblu.me/blumeops/miniflux` (see `argocd/manifests/miniflux/kustomization.yaml` for current tag) |
|
|
| **Database** | [[postgresql]] |
|
|
|
|
## Features
|
|
|
|
- Keyboard shortcuts for efficient reading
|
|
- Fever and Google Reader API compatible
|
|
- Mobile-friendly web interface
|
|
- OPML import/export
|
|
- Content scraping for full articles
|
|
|
|
## Database
|
|
|
|
Uses CloudNativePG cluster at `pg.ops.eblu.me`. Database user password stored in `blumeops-pg-app` secret (auto-generated by CNPG).
|
|
|
|
## Backup
|
|
|
|
Feed subscriptions and read state backed up via [[borgmatic]] PostgreSQL hook.
|
|
|
|
## Related
|
|
|
|
- [[postgresql]] - Database backend
|
|
- [[borgmatic]] - Data backup
|