Go to file
dependabot[bot] f3e48505df build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 19:40:53 -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 fix: remove progression save on shared entry 2024-09-03 20:50:04 -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 golang.org/x/net from 0.28.0 to 0.29.0 2024-09-05 19:40:53 -07:00
go.sum build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 2024-09-05 19:40:53 -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