1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2023-02-26 17:19:26 -08:00
.devcontainer Preconfigure Miniflux for GitHub Codespaces 2022-11-17 03:49:05 +00:00
.github Bump docker/build-push-action from 3 to 4 2023-01-30 17:04:35 -08:00
api Proxy support for several media types 2023-02-25 15:57:59 -08:00
cli
client Parse <category> from Feeds (RSS, Atom and JSON) 2023-02-24 20:52:45 -08:00
config Proxy support for several media types 2023-02-25 15:57:59 -08:00
contrib Run the application in one command 2023-02-19 11:56:51 -08:00
crypto
database Parse <category> from Feeds (RSS, Atom and JSON) 2023-02-24 20:52:45 -08:00
errors
fever Proxy support for several media types 2023-02-25 15:57:59 -08:00
googlereader Proxy support for several media types 2023-02-25 15:57:59 -08:00
http Proxy support for several media types 2023-02-25 15:57:59 -08:00
integration
locale Update Japanese translation 2023-02-25 15:58:39 -08:00
logger
metric
model Parse <category> from Feeds (RSS, Atom and JSON) 2023-02-24 20:52:45 -08:00
oauth2
packaging
proxy Proxy support for several media types 2023-02-25 15:57:59 -08:00
reader Ignore empty link when discovering feeds 2023-02-26 17:19:26 -08:00
service Proxy support for several media types 2023-02-25 15:57:59 -08:00
storage Parse <category> from Feeds (RSS, Atom and JSON) 2023-02-24 20:52:45 -08:00
systemd
template Proxy support for several media types 2023-02-25 15:57:59 -08:00
tests
timer
timezone
ui Proxy support for several media types 2023-02-25 15:57:59 -08:00
url
validator
version
worker
.gitignore
ChangeLog Update ChangeLog 2023-01-29 17:01:14 -08:00
doc.go
go.mod Bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 2023-02-20 19:24:57 -08:00
go.sum Bump github.com/PuerkitoBio/goquery from 1.8.0 to 1.8.1 2023-02-20 19:24:57 -08:00
LICENSE
main.go
Makefile Disable CGO explicitly to make sure the binary is statically linked 2023-02-25 16:55:11 -08:00
miniflux.1 Proxy support for several media types 2023-02-25 15:57:59 -08: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