1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2018-07-18 17:28:57 -07:00
api
cli
config Make image proxy configurable 2018-07-12 17:41:09 -07:00
crypto
daemon Add service worker to cache feed icons 2018-07-15 21:51:09 -07:00
errors
fever
filter Make image proxy configurable 2018-07-12 17:41:09 -07:00
http
integration
locale
logger
middleware
model
oauth2
reader Add support for published tag in Atom feeds 2018-07-17 21:52:05 -07:00
scheduler
sql
storage
template Add few tweaks to the layout 2018-07-17 19:01:28 -07:00
timer
timezone
ui Add few tweaks to the layout 2018-07-17 19:01:28 -07:00
url
vendor
version
.gitignore
.travis.yml Update CI jshint check 2018-07-10 20:59:39 -07:00
ChangeLog
doc.go
generate.go Add service worker to cache feed icons 2018-07-15 21:51:09 -07:00
Gopkg.lock
Gopkg.toml
integration_test.go
LICENSE
main.go
Makefile
README.md Update URLs in readme 2018-07-18 17:28:57 -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

Miniflux 2 is a rewrite of Miniflux 1.x in Golang.

Documentation

The Miniflux documentation is available here: https://docs.miniflux.app/

Credits

  • Author: Frédéric Guillot
  • Distributed under Apache 2.0 License