Keine Beschreibung

Frédéric Guillot 242eeaf07e Update golang.org/x/* dependencies vor 3 Jahren
.github e0aa9459c9 Remove Scorecards GitHub Action vor 3 Jahren
api 3f14d08095 Proxify images in API responses vor 3 Jahren
cli ffafa810da Update golang.org/x/crypto vor 3 Jahren
client 206be5ba15 Rename column to CategoriesSortingOrder vor 3 Jahren
config 3f14d08095 Proxify images in API responses vor 3 Jahren
contrib 69dca2b619 System-V init service. vor 3 Jahren
crypto cecab91298 Fix some linter issues vor 3 Jahren
database 550e7d0415 Add matrix bot support vor 3 Jahren
errors cecab91298 Fix some linter issues vor 3 Jahren
fever 3f14d08095 Proxify images in API responses vor 3 Jahren
googlereader 3f14d08095 Proxify images in API responses vor 3 Jahren
http cecab91298 Fix some linter issues vor 3 Jahren
integration 550e7d0415 Add matrix bot support vor 3 Jahren
locale 550e7d0415 Add matrix bot support vor 3 Jahren
logger cecab91298 Fix some linter issues vor 3 Jahren
metric 36d3b1e9fb Add database stats to Prometheus exporter vor 4 Jahren
model 550e7d0415 Add matrix bot support 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 3f14d08095 Proxify images in API responses vor 3 Jahren
reader 550e7d0415 Add matrix bot support vor 3 Jahren
service cecab91298 Fix some linter issues vor 3 Jahren
storage 550e7d0415 Add matrix bot support vor 3 Jahren
systemd c4a56105ca Add Systemd watchdog vor 4 Jahren
template 550e7d0415 Add matrix bot support 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 550e7d0415 Add matrix bot support 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 95e125dfc7 Update ChangeLog vor 3 Jahren
LICENSE 8ffb773f43 First commit vor 8 Jahren
Makefile 84d5a9a354 Use automatic variable for build target file names 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 242eeaf07e Update golang.org/x/* dependencies vor 3 Jahren
go.sum 242eeaf07e Update golang.org/x/* dependencies vor 3 Jahren
main.go c2571f9f47 Remove completely generated files vor 5 Jahren
miniflux.1 3f14d08095 Proxify images in API responses 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