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.
 
 
 
 
 
 
dzaikos 7d252ea45b Add swipe as option for gesture navigation between entries. 4 days ago
.devcontainer Preconfigure Miniflux for GitHub Codespaces 5 months ago
.github Use secrets.GITHUB_TOKEN to push images instead of a PAT 5 days ago
api Proxy support for several media types 1 month ago
cli Update golang.org/x/crypto 8 months ago
client Add swipe as option for gesture navigation between entries. 4 days ago
config Add HTTP Basic authentication for /metrics endpoint 3 weeks ago
contrib Set Prometheus as datasource everywhere 1 week ago
crypto Fix some linter issues 8 months ago
database Add swipe as option for gesture navigation between entries. 4 days ago
errors Fix some linter issues 8 months ago
fever Proxy support for several media types 1 month ago
googlereader Proxy support for several media types 1 month ago
http Avoid XSS when opening a broken image due to unescaped ServerError in proxy handler 3 weeks ago
integration Add matrix bot support 5 months ago
locale Add swipe as option for gesture navigation between entries. 4 days ago
logger Fix some linter issues 8 months ago
metric Add database stats to Prometheus exporter 2 years ago
model Add swipe as option for gesture navigation between entries. 4 days ago
oauth2 Fix some linter issues 8 months ago
packaging Use $(...) notation instead of legacy backticked `...` 5 months ago
proxy Proxy support for several media types 1 month ago
reader Process older entries first 1 week ago
service Use r.RemoteAddr to check /metrics endpoint network access 3 weeks ago
storage Add swipe as option for gesture navigation between entries. 4 days ago
systemd Add Systemd watchdog 2 years ago
template Add swipe as option for gesture navigation between entries. 4 days ago
tests Add swipe as option for gesture navigation between entries. 4 days ago
timer Fix some linter issues 8 months ago
timezone Fix some linter issues 8 months ago
ui Add swipe as option for gesture navigation between entries. 4 days ago
url Fix some linter issues 8 months ago
validator Add swipe as option for gesture navigation between entries. 4 days ago
version Fix some linter issues 8 months ago
worker Fix some linter issues 8 months ago
.gitignore Add Google Reader API implementation (experimental) 1 year ago
ChangeLog Update ChangeLog 2 weeks ago
LICENSE First commit 5 years ago
Makefile Disable CGO explicitly to make sure the binary is statically linked 1 month ago
Procfile Make latest changes compatible with Heroku 5 years ago
README.md Update contributor link and Godoc badge for client 2 years ago
SECURITY.md Update Security policy 3 weeks ago
doc.go Fix some linter issues 8 months ago
go.mod Bump github.com/tdewolff/minify/v2 from 2.12.4 to 2.12.5 2 weeks ago
go.sum Bump github.com/tdewolff/minify/v2 from 2.12.4 to 2.12.5 2 weeks ago
main.go Remove completely generated files 2 years ago
miniflux.1 Add HTTP Basic authentication for /metrics endpoint 3 weeks ago

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