Go to file
Frédéric Guillot 33dcbae705 Update ChangeLog 2018-07-22 21:29:30 -07:00
api Compress JSON, CSS and Javascript responses 2018-07-19 19:27:05 -07:00
cli Add cli flag to reset all feed errors 2018-06-30 14:22:45 -07:00
config Make image proxy configurable 2018-07-12 17:41:09 -07:00
crypto Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
daemon Add service worker to cache feed icons 2018-07-15 21:51:09 -07:00
errors Support localized feed errors generated by background workers 2018-02-27 21:08:32 -08:00
fever Compress JSON, CSS and Javascript responses 2018-07-19 19:27:05 -07:00
filter Make image proxy configurable 2018-07-12 17:41:09 -07:00
http Compress JSON, CSS and Javascript responses 2018-07-19 19:27:05 -07:00
integration Improve error handling in integration clients 2018-05-21 19:58:36 -04:00
locale Remove timestamp from generated files 2018-07-05 12:52:29 -07:00
logger Keep code base tidy 2018-01-29 20:47:09 -08:00
middleware Compress JSON, CSS and Javascript responses 2018-07-19 19:27:05 -07:00
model Improve themes handling 2018-07-18 22:30:05 -07:00
oauth2 Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
reader Add support for published tag in Atom feeds 2018-07-17 21:52:05 -07:00
scheduler Archive read entries automatically after 60 days 2018-05-19 16:45:27 -07:00
sql Remove timestamp from generated files 2018-07-05 12:52:29 -07:00
storage Add search form 2018-07-04 22:05:19 -07:00
template Avoid browser caching issues when assets changes 2018-07-22 12:24:46 -07: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 Avoid browser caching issues when assets changes 2018-07-22 12:24:46 -07:00
url Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
vendor Add integration test for search query 2018-07-07 12:02:59 -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 Update CI jshint check 2018-07-10 20:59:39 -07:00
ChangeLog Update ChangeLog 2018-07-22 21:29:30 -07:00
Gopkg.lock Add integration test for search query 2018-07-07 12:02:59 -07:00
Gopkg.toml Update vendor dependencies 2018-07-06 21:18:14 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
Makefile Strip binaries to reduce size 2018-06-29 20:43:03 -07:00
README.md Update URLs in readme 2018-07-18 17:28:57 -07:00
doc.go Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
generate.go Add service worker to cache feed icons 2018-07-15 21:51:09 -07:00
integration_test.go Add integration test for search query 2018-07-07 12:02:59 -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)
  • 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