1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2020-10-06 18:06:12 -07:00
.github
api api: avoid database lookup if empty credentials are provided 2020-09-27 13:23:11 -07:00
cli Add Prometheus exporter 2020-09-27 20:04:48 -07:00
client Update API client to support more filters 2020-09-14 20:12:41 -07:00
config Add Prometheus exporter 2020-09-27 20:04:48 -07:00
crypto
database Add setting for swipe gesture on entries on mobile 2020-10-04 17:45:18 -07:00
errors
fever
http http client: remove dependency on global config options 2020-09-27 14:37:46 -07:00
integration
locale Add setting for swipe gesture on entries on mobile 2020-10-04 17:45:18 -07:00
logger
metric Add Prometheus exporter 2020-09-27 20:04:48 -07:00
model Add setting for swipe gesture on entries on mobile 2020-10-04 17:45:18 -07:00
oauth2
reader Add rewrite rule to fix Medium.com images 2020-09-29 22:27:32 -07:00
service Add Prometheus exporter 2020-09-27 20:04:48 -07:00
storage Add setting for swipe gesture on entries on mobile 2020-10-04 17:45:18 -07:00
template Add keyboard shortcut to jump to an item's feed page 2020-10-06 18:06:12 -07:00
tests Update API client to support more filters 2020-09-14 20:12:41 -07:00
timer
timezone
ui Add keyboard shortcut to jump to an item's feed page 2020-10-06 18:06:12 -07:00
url
version
worker Add Prometheus exporter 2020-09-27 20:04:48 -07:00
.gitignore
ChangeLog Update ChangeLog 2020-10-03 18:16:09 -07:00
doc.go
Dockerfile
generate.go Rename service worker script to avoid being blocked by uBlock 2020-09-23 20:40:06 -07:00
go.mod Add Prometheus exporter 2020-09-27 20:04:48 -07:00
go.sum Add Prometheus exporter 2020-09-27 20:04:48 -07:00
LICENSE
main.go
Makefile Add Prometheus exporter 2020-09-27 20:04:48 -07:00
miniflux.1 Enhance man page formatting 2020-09-28 20:45:57 -07:00
Procfile
README.md

Miniflux 2

GoDoc

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