Minimalist and opinionated feed reader
Go to file
Frédéric Guillot cc1e4f916f Avoid Chrome to autocomplete no-login password fields
Browsers always autocomplete saved passwords even with autocomplete="off".

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
2018-06-30 18:05:51 -07:00
api Improve feed and user API updates with optional values 2018-06-23 16:16:54 -07:00
cli Add cli flag to reset all feed errors 2018-06-30 14:22:45 -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 Improve memory usage debug log 2018-06-19 20:55:29 -07:00
errors Support localized feed errors generated by background workers 2018-02-27 21:08:32 -08:00
fever Add more filters for API call /entries 2018-06-09 19:13:41 -07:00
filter Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
http Add specific 404 and 401 error messages 2018-06-30 12:42:12 -07:00
integration Improve error handling in integration clients 2018-05-21 19:58:36 -04:00
locale Update German translation 2018-06-30 16:37:55 -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 Improve feed and user API updates with optional values 2018-06-23 16:16:54 -07:00
oauth2 Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
reader Add specific 404 and 401 error messages 2018-06-30 12:42:12 -07:00
scheduler Archive read entries automatically after 60 days 2018-05-19 16:45:27 -07:00
sql Add new fields for feed username/password 2018-06-19 22:58:29 -07:00
storage Add cli flag to reset all feed errors 2018-06-30 14:22:45 -07:00
template Avoid Chrome to autocomplete no-login password fields 2018-06-30 18:05:51 -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 Chrome to autocomplete no-login password fields 2018-06-30 18:05:51 -07:00
url Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00
vendor Improve feed and user API updates with optional values 2018-06-23 16:16:54 -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 Improve feed and user API updates with optional values 2018-06-23 16:16:54 -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 Strip binaries to reduce size 2018-06-29 20:43:03 -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 Improve feed and user API updates with optional values 2018-06-23 16:16:54 -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