Go to file
2018-09-09 14:25:56 -07:00
api Refactor HTTP context handling 2018-09-03 14:26:40 -07:00
cli Make user creation via environment variables idempotent 2018-08-29 21:00:23 -07:00
client
config
crypto
daemon Use predefined Ciphers when TLS is configured 2018-09-08 21:43:45 -07:00
database
errors
fever Refactor HTTP context handling 2018-09-03 14:26:40 -07:00
filter
http Revert cookie flag from strict to lax mode otherwise oauth2 won't work 2018-09-09 14:25:56 -07:00
integration
locale
logger
middleware Refactor HTTP context handling 2018-09-03 14:26:40 -07:00
model Revert cookie flag from strict to lax mode otherwise oauth2 won't work 2018-09-09 14:25:56 -07:00
oauth2
reader
scheduler
storage
template Revert cookie flag from strict to lax mode otherwise oauth2 won't work 2018-09-09 14:25:56 -07:00
tests
timer
timezone
ui Add "Mark this page as read" to the bottom 2018-09-08 18:40:23 -07:00
url
vendor
version
.gitignore
.travis.yml
ChangeLog
doc.go
generate.go
go.mod Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
go.sum
LICENSE
main.go
Makefile
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

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