1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2023-06-05 20:09:43 -07:00
.devcontainer
.github Increase golangci-lint timeout value 2023-05-09 19:06:36 -07:00
api
cli
client
config Make sure PROXY_IMAGES option is backward compatible 2023-04-02 18:35:43 -07:00
contrib
crypto
database Add Media Player and resume to last playback position 2023-06-04 14:49:46 -07:00
errors
fever
googlereader
http
integration Add default tag names for Linkding integration 2023-05-30 21:02:27 -07:00
locale Add Media Player and resume to last playback position 2023-06-04 14:49:46 -07:00
logger
metric
model Use image included in feed as feed icon 2023-06-04 15:01:59 -07:00
oauth2
packaging
proxy
reader Use image included in feed as feed icon 2023-06-04 15:01:59 -07:00
service
storage Add Media Player and resume to last playback position 2023-06-04 14:49:46 -07:00
systemd
template fix: remove title for a hrefs 2023-06-05 20:09:43 -07:00
tests
timer
timezone
ui Order history by changed_at, published_at 2023-06-04 15:03:57 -07:00
url
validator
version
worker
.gitignore
ChangeLog Update ChangeLog 2023-05-06 14:09:45 -07:00
doc.go
go.mod Bump github.com/tdewolff/minify/v2 from 2.12.5 to 2.12.6 2023-05-26 16:13:54 -07:00
go.sum Bump github.com/tdewolff/minify/v2 from 2.12.5 to 2.12.6 2023-05-26 16:13:54 -07:00
LICENSE
main.go
Makefile
miniflux.1
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