Go to file
Frédéric Guillot 41ce0a3b80 Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
api Expose real error messages for internal server API errors 2018-08-25 10:04:58 -07:00
cli Use canonical imports 2018-08-24 21:56:39 -07:00
client Move Golang API client here 2018-08-24 22:23:03 -07:00
config Use canonical imports 2018-08-24 21:56:39 -07:00
crypto Use canonical imports 2018-08-24 21:56:39 -07:00
daemon Use canonical imports 2018-08-24 21:56:39 -07:00
database Use canonical imports 2018-08-24 21:56:39 -07:00
errors Use canonical imports 2018-08-24 21:56:39 -07:00
fever Use canonical imports 2018-08-24 21:56:39 -07:00
filter Use canonical imports 2018-08-24 21:56:39 -07:00
http Simplify context keys 2018-08-25 09:50:43 -07:00
integration Use canonical imports 2018-08-24 21:56:39 -07:00
locale Add german translation string 2018-08-26 09:43:57 -07:00
logger Use canonical imports 2018-08-24 21:56:39 -07:00
middleware Added remote client IP to API login failure error message. 2018-08-26 09:46:00 -07:00
model Use canonical imports 2018-08-24 21:56:39 -07:00
oauth2 Use canonical imports 2018-08-24 21:56:39 -07:00
reader Update scraper rule for heise.de 2018-08-25 10:33:18 -07:00
scheduler Use canonical imports 2018-08-24 21:56:39 -07:00
storage Show count of feeds with permanent errors in header menu 2018-08-26 16:18:07 -07:00
template Use regular text version of ✔︎ instead of emoji version on iOS 2018-08-28 20:46:15 -07:00
tests Split integration tests into multiple files 2018-08-25 11:55:47 -07:00
timer Use canonical imports 2018-08-24 21:56:39 -07:00
timezone Use canonical imports 2018-08-24 21:56:39 -07:00
ui Add toggle status button to entry page 2018-08-28 20:44:34 -07:00
url Use canonical imports 2018-08-24 21:56:39 -07:00
vendor Migrate to go modules (Go 1.11) 2018-08-26 16:43:53 -07:00
version Use canonical imports 2018-08-24 21:56:39 -07:00
.gitignore Update .gitignore 2018-03-18 20:48:58 -07:00
.travis.yml Switch Travis to Go 1.11 2018-08-26 16:36:33 -07:00
ChangeLog Update ChangeLog 2018-07-22 21:29:30 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
Makefile Split integration tests into multiple files 2018-08-25 11:55:47 -07:00
Procfile Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
README.md Improve readme 2018-08-26 17:18:17 -07:00
doc.go Use canonical imports 2018-08-24 21:56:39 -07:00
generate.go Use canonical imports 2018-08-24 21:56:39 -07:00
go.mod Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
go.sum Migrate to go modules (Go 1.11) 2018-08-26 16:43:53 -07:00
main.go Use canonical imports 2018-08-24 21:56:39 -07:00

README.md

Miniflux 2

Build Status GoDoc Documentation Status

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://docs.miniflux.app/

Screenshots

Default theme:

Default theme

Dark theme when using keyboard naviguation:

Dark theme

Credits