Go to file
2024-09-02 21:23:17 -07:00
.devcontainer Add FILTER_ENTRY_MAX_AGE_DAYS config option to limit fetching all feed items 2024-03-20 02:58:53 +00:00
.github build: update GitHub Actions to Go 1.23 2024-08-15 16:34:00 -07:00
client fix: store.GetEnclosure() should return nil if no rows are returned 2024-08-18 12:41:30 -07:00
contrib fix: add datasource variable and upgrade depecrated panels on the grafana dashboard 2024-08-22 14:29:50 -07:00
internal feat(locale): add translations for menu.show_only_starred_entries 2024-09-02 21:23:17 -07:00
packaging build: bump Alpine Linux build image to v3.20 2024-08-15 16:48:26 -07:00
.gitignore build: add sha256 checksum file for published binaries 2024-08-15 17:24:28 -07:00
ChangeLog docs(changelog): update release notes for v2.2.0 2024-08-18 12:48:00 -07:00
go.mod build(deps): bump github.com/prometheus/client_golang 2024-08-29 05:09:52 -07:00
go.sum build(deps): bump github.com/prometheus/client_golang 2024-08-29 05:09:52 -07:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
main.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
Makefile build: add sha256 checksum file for published binaries 2024-08-15 17:24:28 -07:00
miniflux.1 docs(changelog): update release notes for v2.2.0 2024-08-18 12:48:00 -07:00
Procfile Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
README.md Update contributor link and Godoc badge for client 2020-10-18 21:53:07 -07:00
SECURITY.md Update Security policy 2023-03-13 19:56:47 -07:00

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