Minimalist and opinionated feed reader
Go to file
Frédéric Guillot b1e8f534ef Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
api Add the possibility to override default user agent for each feed 2018-09-19 18:19:24 -07:00
cli Add compiler, Arch, and OS to info command 2018-09-16 19:13:16 -07:00
client Add the possibility to override default user agent for each feed 2018-09-19 18:19:24 -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 Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
database Add the possibility to override default user agent for each feed 2018-09-19 18:19:24 -07:00
errors Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
fever Refactor HTTP context handling 2018-09-03 14:26:40 -07:00
filter Use canonical imports 2018-08-24 21:56:39 -07:00
http Add the possibility to override default user agent for each feed 2018-09-19 18:19:24 -07:00
integration Use canonical imports 2018-08-24 21:56:39 -07:00
locale Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
logger Use canonical imports 2018-08-24 21:56:39 -07:00
middleware Store client IP address in request context 2018-09-09 15:15:14 -07:00
model Add the possibility to override default user agent for each feed 2018-09-19 18:19:24 -07:00
oauth2 Use canonical imports 2018-08-24 21:56:39 -07:00
reader Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
scheduler Use canonical imports 2018-08-24 21:56:39 -07:00
storage Add the possibility to override default user agent for each feed 2018-09-19 18:19:24 -07:00
template Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
tests Add the possibility to override default user agent for each feed 2018-09-19 18:19:24 -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 Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -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-09-11 18:29:28 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
Makefile Split Makefile linux targets by architecture 2018-09-16 19:14:44 -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 Translate application in Russian 2018-09-22 10:22:58 -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