1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
dzaikos aae62aae08 Added remote client IP to API login failure error message.
Addresses 

Changed error level reporting on API login failure to Error from Info to match the web login reporting.
2018-08-26 09:46:00 -07:00
api Expose real error messages for internal server API errors 2018-08-25 10:04:58 -07:00
cli Use canonical imports 2018-08-24 21:56:39 -07:00
client Move Golang API client here 2018-08-24 22:23:03 -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 Use canonical imports 2018-08-24 21:56:39 -07:00
database Use canonical imports 2018-08-24 21:56:39 -07:00
errors Use canonical imports 2018-08-24 21:56:39 -07:00
fever Use canonical imports 2018-08-24 21:56:39 -07:00
filter Use canonical imports 2018-08-24 21:56:39 -07:00
http Simplify context keys 2018-08-25 09:50:43 -07:00
integration Use canonical imports 2018-08-24 21:56:39 -07:00
locale Add german translation string 2018-08-26 09:43:57 -07:00
logger Use canonical imports 2018-08-24 21:56:39 -07:00
middleware Added remote client IP to API login failure error message. 2018-08-26 09:46:00 -07:00
model Use canonical imports 2018-08-24 21:56:39 -07:00
oauth2 Use canonical imports 2018-08-24 21:56:39 -07:00
reader Update scraper rule for heise.de 2018-08-25 10:33:18 -07:00
scheduler Use canonical imports 2018-08-24 21:56:39 -07:00
storage Use canonical imports 2018-08-24 21:56:39 -07:00
template Add remove button in feed edit page 2018-08-25 12:21:54 -07:00
tests Split integration tests into multiple files 2018-08-25 11:55:47 -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 Add remove button in feed edit page 2018-08-25 12:21:54 -07:00
url Use canonical imports 2018-08-24 21:56:39 -07:00
vendor Move Golang API client here 2018-08-24 22:23:03 -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 Use canonical imports 2018-08-24 21:56:39 -07:00
ChangeLog Update ChangeLog 2018-07-22 21:29:30 -07:00
doc.go Use canonical imports 2018-08-24 21:56:39 -07:00
generate.go Use canonical imports 2018-08-24 21:56:39 -07:00
Gopkg.lock Move Golang API client here 2018-08-24 22:23:03 -07:00
Gopkg.toml Move Golang API client here 2018-08-24 22:23:03 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
main.go Use canonical imports 2018-08-24 21:56:39 -07:00
Makefile Split integration tests into multiple files 2018-08-25 11:55:47 -07:00
Procfile Add Procfile 2018-08-07 12:54:38 -07:00
README.md Use canonical imports 2018-08-24 21:56:39 -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