Keine Beschreibung

ericgaspar 133a1f83e3 Fix typo vor 3 Jahren
.github c50a7d9938 Bump ossf/scorecard-action from 1.1.2 to 2.0.3 vor 3 Jahren
api 055097fdeb Add missing return statements in PR #1225 vor 3 Jahren
cli ffafa810da Update golang.org/x/crypto vor 3 Jahren
client cecab91298 Fix some linter issues vor 3 Jahren
config bbc087d2ad Allow setting a custom image proxy URL vor 3 Jahren
contrib 69dca2b619 System-V init service. vor 3 Jahren
crypto cecab91298 Fix some linter issues vor 3 Jahren
database 03a1cfcd5e Make default home page configurable vor 3 Jahren
errors cecab91298 Fix some linter issues vor 3 Jahren
fever cecab91298 Fix some linter issues vor 3 Jahren
googlereader cecab91298 Fix some linter issues vor 3 Jahren
http cecab91298 Fix some linter issues vor 3 Jahren
integration 1658db7f10 Add Linkding integration vor 3 Jahren
locale 133a1f83e3 Fix typo vor 3 Jahren
logger cecab91298 Fix some linter issues vor 3 Jahren
metric 36d3b1e9fb Add database stats to Prometheus exporter vor 5 Jahren
model cecab91298 Fix some linter issues vor 3 Jahren
oauth2 cecab91298 Fix some linter issues vor 3 Jahren
packaging 9ba15e9649 Build RPM and Debian packages on GitHub Actions vor 3 Jahren
proxy bbc087d2ad Allow setting a custom image proxy URL vor 3 Jahren
reader 138fd926ee Do not convert anchors to absolute links vor 3 Jahren
service cecab91298 Fix some linter issues vor 3 Jahren
storage cecab91298 Fix some linter issues vor 3 Jahren
systemd c4a56105ca Add Systemd watchdog vor 5 Jahren
template d7f978da49 Allow zoom on mobile devices vor 3 Jahren
tests cecab91298 Fix some linter issues vor 3 Jahren
timer cecab91298 Fix some linter issues vor 3 Jahren
timezone cecab91298 Fix some linter issues vor 3 Jahren
ui cecab91298 Fix some linter issues vor 3 Jahren
url cecab91298 Fix some linter issues vor 3 Jahren
validator 03a1cfcd5e Make default home page configurable vor 3 Jahren
version cecab91298 Fix some linter issues vor 3 Jahren
worker cecab91298 Fix some linter issues vor 3 Jahren
.gitignore 4b6e46d9ab Add Google Reader API implementation (experimental) vor 4 Jahren
ChangeLog 1ca35e9364 Update ChangeLog vor 3 Jahren
LICENSE 8ffb773f43 First commit vor 8 Jahren
Makefile 9ba15e9649 Build RPM and Debian packages on GitHub Actions vor 3 Jahren
Procfile 41ce0a3b80 Make latest changes compatible with Heroku vor 7 Jahren
README.md f87b05c90f Update contributor link and Godoc badge for client vor 5 Jahren
SECURITY.md b4cdef6875 Fix typo in SECURITY.md vor 4 Jahren
doc.go cecab91298 Fix some linter issues vor 3 Jahren
go.mod 753940e0cf Bump github.com/lib/pq from 1.10.6 to 1.10.7 vor 3 Jahren
go.sum 753940e0cf Bump github.com/lib/pq from 1.10.6 to 1.10.7 vor 3 Jahren
main.go c2571f9f47 Remove completely generated files vor 5 Jahren
miniflux.1 bbc087d2ad Allow setting a custom image proxy URL vor 3 Jahren

README.md

Miniflux 2

Miniflux is a minimalist and opinionated feed reader:

  • Written in Go (Golang)
  • Works only with Postgresql
  • Doesn't use any ORM
  • Doesn't use any complicated framework
  • Use only modern vanilla Javascript (ES6 and Fetch API)
  • Single binary compiled statically without dependency
  • The number of features is voluntarily limited

It's simple, fast, lightweight and super easy to install.

Official website: https://miniflux.app

Documentation

The Miniflux documentation is available here: https://miniflux.app/docs/ (Man page)

Screenshots

Default theme:

Default theme

Dark theme when using keyboard navigation:

Dark theme

Credits