1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2022-10-19 20:37:28 -07:00
.github Remove Scorecards GitHub Action 2022-09-18 17:40:17 -07:00
api API: Allow Basic authorization header 2022-09-19 20:56:27 -07:00
cli
client client.New(): accept endpoint URLs with /v1/ 2022-10-03 19:49:45 -07:00
config
contrib
crypto
database Add option to send only the URL to Wallabag 2022-09-18 16:52:28 -07:00
errors
fever
googlereader support date filtering for all google reader api item ID calls 2022-10-16 11:43:34 -07:00
http
integration Add option to send only the URL to Wallabag 2022-09-18 16:52:28 -07:00
locale Fix reading time dutch text 2022-10-17 21:16:41 -07:00
logger
metric
model Add option to send only the URL to Wallabag 2022-09-18 16:52:28 -07:00
oauth2
packaging
proxy
reader Recalbox rewrite rule 2022-10-19 20:13:44 -07:00
service
storage Add option to send only the URL to Wallabag 2022-09-18 16:52:28 -07:00
systemd
template Add option to send only the URL to Wallabag 2022-09-18 16:52:28 -07:00
tests
timer
timezone
ui Log feed URL when submitting a subscription that returns an error 2022-09-18 17:37:53 -07:00
url
validator
version
worker
.gitignore
ChangeLog Update ChangeLog 2022-10-16 14:29:17 -07:00
doc.go
go.mod Bump github.com/tdewolff/minify/v2 from 2.12.2 to 2.12.4 2022-10-03 17:41:04 -07:00
go.sum Bump github.com/tdewolff/minify/v2 from 2.12.2 to 2.12.4 2022-10-03 17:41:04 -07:00
LICENSE
main.go
Makefile Use automatic variable for build target file names 2022-10-19 20:37:28 -07:00
miniflux.1 Update ChangeLog 2022-10-16 14:29:17 -07:00
Procfile
README.md
SECURITY.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