No Description

Frédéric Guillot f3a5a3ee14 fix(fever): correct sorting direction when using max_id argument 1 year ago
.devcontainer a78d1c79da Add `FILTER_ENTRY_MAX_AGE_DAYS` config option to limit fetching all feed items 2 years ago
.github 56d7e4d5e9 build: update GitHub Actions to Go 1.23 1 year ago
client 6fb7e84ce1 feat: API: Allow filtering entries on globally_hidden 1 year ago
contrib a1879ea37c Create default miniflux db 2 years ago
internal f3a5a3ee14 fix(fever): correct sorting direction when using max_id argument 1 year ago
packaging eb057d0415 build: bump Alpine Linux build image to v3.20 1 year ago
.gitignore e98e16e45a build: add sha256 checksum file for published binaries 1 year ago
ChangeLog b683756d8e Update ChangeLog 1 year ago
LICENSE 8ffb773f43 First commit 8 years ago
Makefile e98e16e45a build: add sha256 checksum file for published binaries 1 year ago
Procfile 41ce0a3b80 Make latest changes compatible with Heroku 7 years ago
README.md f87b05c90f Update contributor link and Godoc badge for client 5 years ago
SECURITY.md ea8c3c801a Update Security policy 3 years ago
go.mod a8ac3dec47 build(deps): bump github.com/prometheus/client_golang 1 year ago
go.sum a8ac3dec47 build(deps): bump github.com/prometheus/client_golang 1 year ago
main.go 168a870c02 Move internal packages to an internal folder 2 years ago
miniflux.1 6feee555ba feat: allow customizing the display name of the OpenID Connect provider 1 year ago

README.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