Go to file
Frédéric Guillot c5373ff2bf Rewrite individual entry pagination SQL queries 2018-06-09 13:40:20 -07:00
api Add API endpoint to get logged user 2018-05-14 18:41:41 -07:00
cli Simplify Heroku deployment 2018-04-15 21:07:59 -07:00
config Offer the possibility to set Pocket Consumer Key as environment variable 2018-05-21 19:58:36 -04:00
crypto Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
daemon Offer the possibility to set Pocket Consumer Key as environment variable 2018-05-21 19:58:36 -04:00
errors Support localized feed errors generated by background workers 2018-02-27 21:08:32 -08:00
fever Rewrite individual entry pagination SQL queries 2018-06-09 13:40:20 -07:00
filter Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
http Rewrite RealIP() to avoid returning an empty string 2018-06-01 07:22:31 -07:00
integration Improve error handling in integration clients 2018-05-21 19:58:36 -04:00
locale Update German translation 2018-06-05 18:36:03 -07:00
logger Keep code base tidy 2018-01-29 20:47:09 -08:00
middleware Rewrite RealIP() to avoid returning an empty string 2018-06-01 07:22:31 -07:00
model Add Pocket authorization flow in the user interface 2018-05-20 15:29:14 -07:00
oauth2 Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
reader Handle feeds with dates formatted as Unix timestamp 2018-05-08 20:41:24 -07:00
scheduler Archive read entries automatically after 60 days 2018-05-19 16:45:27 -07:00
sql Convert IP field from text to inet type 2018-05-21 19:58:36 -04:00
storage Rewrite individual entry pagination SQL queries 2018-06-09 13:40:20 -07:00
template Offer the possibility to set Pocket Consumer Key as environment variable 2018-05-21 19:58:36 -04:00
timer Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
timezone Entries date should contains user timezone (API) 2018-03-01 21:43:04 -08:00
ui Rewrite individual entry pagination SQL queries 2018-06-09 13:40:20 -07:00
url Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
vendor Rewrite RealIP() to avoid returning an empty string 2018-06-01 07:22:31 -07:00
version Change user agent 2018-01-22 20:43:03 -08:00
.gitignore Update .gitignore 2018-03-18 20:48:58 -07:00
.travis.yml Switch Travis to Go 1.10 2018-03-14 18:51:41 -07:00
ChangeLog Update ChangeLog 2018-06-04 18:48:27 -07:00
Gopkg.lock Rewrite RealIP() to avoid returning an empty string 2018-06-01 07:22:31 -07:00
Gopkg.toml Rewrite RealIP() to avoid returning an empty string 2018-06-01 07:22:31 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
Makefile Update .gitignore 2018-03-18 20:48:58 -07:00
README.md Update readme and rebuild CSS 2018-05-19 15:47:46 -07:00
doc.go Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
generate.go Refactor packages to have more idiomatic code base 2018-01-02 22:04:48 -08:00
integration_test.go Add integration test for /me endpoint 2018-05-14 18:52:12 -07:00
main.go Remove useless import 2018-01-08 21:56:46 -08: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)
  • The number of features is voluntarily limited

It's simple, fast, lightweight and super easy to install.

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

Documentation

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

Credits

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