1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2023-06-29 20:54:29 -07:00
.devcontainer
.github
api GET categories returns total_unread & feed_count 2023-06-24 17:04:27 -07:00
cli Add the possibility to run cleanup tasks from the command line 2023-06-25 11:41:30 -07:00
client
config
contrib
crypto
database Add unique index enclosures_user_entry_url_idx 2023-06-24 11:59:58 -07:00
errors
fever
googlereader
http Add the possibility to run cleanup tasks from the command line 2023-06-25 11:41:30 -07:00
integration Add mark as unread for Linkding integration 2023-06-24 10:38:07 -07:00
locale feat: improve russian translation 2023-06-29 20:54:29 -07:00
logger
metric
model GET categories returns total_unread & feed_count 2023-06-24 17:04:27 -07:00
oauth2 Bump go-oidc to v3.6.0 2023-06-27 20:21:51 -07:00
packaging
proxy
reader Improve date parser to handle various broken date formats 2023-06-24 15:27:33 -07:00
storage Improve entry existance check to make better use of index 2023-06-24 13:21:07 -07:00
systemd
template Display tags when viewing entries 2023-06-24 17:44:37 -07:00
tests
timer
timezone
ui Display tags when viewing entries 2023-06-24 17:44:37 -07:00
url
validator
version
worker
.gitignore
ChangeLog
go.mod Bump github.com/mccutchen/go-httpbin/v2 from 2.9.1 to 2.9.2 2023-06-27 20:49:37 -07:00
go.sum Bump github.com/mccutchen/go-httpbin/v2 from 2.9.1 to 2.9.2 2023-06-27 20:49:37 -07:00
LICENSE
main.go
Makefile
miniflux.1 Add the possibility to run cleanup tasks from the command line 2023-06-25 11:41:30 -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