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.
 
 
 
 
 
 
Ty Cobb fb9a1a6129 Rename cleanup config variables 5 years ago
api Add option to disable feeds 5 years ago
cli Add option to toggle date/time in log messages 5 years ago
client Remove URL from client user agent 5 years ago
config Rename cleanup config variables 5 years ago
crypto Fix typo in license header 6 years ago
database Add option to disable feeds 5 years ago
errors Fix typo in license header 6 years ago
fever Refactor config package 5 years ago
http Do not buffer responses in the image proxy 5 years ago
integration Refactor config package 5 years ago
locale Import OPML from URL 5 years ago
logger Add option to toggle date/time in log messages 5 years ago
model Add option to disable feeds 5 years ago
oauth2 Improve logging for OAuth2 callback 6 years ago
reader Add native lazy loading for images and iframes 5 years ago
service Rename cleanup config variables 5 years ago
storage Make configurable the number of days to remove old sessions 5 years ago
template Add native lazy loading for images and iframes 5 years ago
tests Fix typo in license header 6 years ago
timer Fix typo in license header 6 years ago
timezone Add missing package descriptions for GoDoc 6 years ago
ui Do not buffer responses in the image proxy 5 years ago
url Improve unit tests in url package 6 years ago
vendor Update dependencies 5 years ago
version Fix typo in license header 6 years ago
worker Change log level to debug when starting workers 5 years ago
.gitignore Add Makefile target for current OS and architecture 5 years ago
.travis.yml Add Go 1.13 to test matrix 5 years ago
ChangeLog Update ChangeLog for version 2.0.17 5 years ago
Dockerfile Update Docker image to Alpine Linux 3.10.1 5 years ago
LICENSE First commit 7 years ago
Makefile Move Dockerfile to main repo 5 years ago
Procfile Make latest changes compatible with Heroku 6 years ago
README.md Update links to the documentation 5 years ago
doc.go Fix typo in license header 6 years ago
generate.go Refactor confirmation handler 5 years ago
go.mod Update dependencies 5 years ago
go.sum Update dependencies 5 years ago
main.go Use canonical imports 6 years ago
miniflux.1 Fix syntax errors in man page 5 years ago

README.md

Miniflux 2

Build Status 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