Minimalist and opinionated feed reader https://miniflux.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Richard Schneider cc8eb89ce0
Add keyboard shortcut to scroll current item to the top
4 years ago
.github Upgrade CI checks to Go 1.15 4 years ago
api Add feed filters (Keeplist and Blocklist) 4 years ago
cli Add Prometheus exporter 4 years ago
client Add feed filters (Keeplist and Blocklist) 4 years ago
config Add Prometheus exporter 4 years ago
crypto
database Add feed filters (Keeplist and Blocklist) 4 years ago
errors
fever Fever API: add client IP in middleware logs 4 years ago
http http client: remove dependency on global config options 4 years ago
integration
locale Add keyboard shortcut to scroll current item to the top 4 years ago
logger
metric Add Prometheus exporter 4 years ago
model Add feed filters (Keeplist and Blocklist) 4 years ago
oauth2 Fix regression: the entire hstore field is replaced when updating settings 4 years ago
proxy Do not proxy image data url 4 years ago
reader Add feed filters (Keeplist and Blocklist) 4 years ago
service Add Prometheus exporter 4 years ago
storage Add feed filters (Keeplist and Blocklist) 4 years ago
template Add keyboard shortcut to scroll current item to the top 4 years ago
tests Add feed filters (Keeplist and Blocklist) 4 years ago
timer
timezone
ui Add keyboard shortcut to scroll current item to the top 4 years ago
url
version
worker Add Prometheus exporter 4 years ago
.gitignore
ChangeLog Update ChangeLog 4 years ago
Dockerfile
LICENSE
Makefile Add Prometheus exporter 4 years ago
Procfile
README.md
doc.go
generate.go Rename service worker script to avoid being blocked by uBlock 4 years ago
go.mod Do not proxy image data url 4 years ago
go.sum Add feed filters (Keeplist and Blocklist) 4 years ago
main.go
miniflux.1 Enhance man page formatting 4 years ago

README.md

Miniflux 2

GoDoc

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