1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
2024-08-18 12:48:00 -07:00
.devcontainer
.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
internal fix: store.GetEnclosure() should return nil if no rows are returned 2024-08-18 12:41:30 -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-14 17:04:43 -07:00
go.sum build(deps): bump github.com/prometheus/client_golang 2024-08-14 17:04:43 -07:00
LICENSE
main.go
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
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