1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2020-12-22 15:20:36 -08:00
.github
api Allow regular users to change settings via API 2020-12-22 15:20:36 -08:00
cli
client Make user fields editable via API 2020-12-21 22:13:11 -08:00
config Add Server-Timing header to unread page 2020-12-18 15:08:17 -08:00
contrib Add Grafana dashboard in contrib folder 2020-12-05 19:53:40 -08:00
crypto
database Remove extra column from users table (HSTORE field) 2020-12-21 21:35:03 -08:00
errors
fever
http Show correct User Agent in input placeholders 2020-12-16 21:30:22 -08:00
integration
locale Small update on reading time translation 2020-12-05 15:17:01 -08:00
logger
metric
model Remove extra column from users table (HSTORE field) 2020-12-21 21:35:03 -08:00
oauth2 Remove extra column from users table (HSTORE field) 2020-12-21 21:35:03 -08:00
packaging
proxy
reader Handle invalid French date 2020-12-02 20:59:14 -08:00
service
storage Remove extra column from users table (HSTORE field) 2020-12-21 21:35:03 -08:00
template Remove extra column from users table (HSTORE field) 2020-12-21 21:35:03 -08:00
tests Allow regular users to change settings via API 2020-12-22 15:20:36 -08:00
timer
timezone
ui Allow regular users to change settings via API 2020-12-22 15:20:36 -08:00
url
version
worker
.gitignore
ChangeLog Update ChangeLog 2020-12-05 16:21:10 -08:00
doc.go
generate.go Refactor SQL migrations 2020-12-20 18:40:44 -08:00
go.mod Make user fields editable via API 2020-12-21 22:13:11 -08:00
go.sum Make user fields editable via API 2020-12-21 22:13:11 -08:00
LICENSE
main.go Refactor SQL migrations 2020-12-20 18:40:44 -08:00
Makefile
miniflux.1 Remove extra column from users table (HSTORE field) 2020-12-21 21:35:03 -08:00
Procfile
README.md

Miniflux 2

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

Documentation

The Miniflux documentation is available here: https://miniflux.app/docs/ (Man page)

Screenshots

Default theme:

Default theme

Dark theme when using keyboard navigation:

Dark theme

Credits