1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
dependabot[bot] 6fc4e2f45e Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 17:11:00 -08:00
.devcontainer Add github-cli and docker-outside-of-docker to devcontainer 2023-11-02 14:31:54 +00:00
.github Bump github/codeql-action from 2 to 3 2023-12-30 20:55:41 -08:00
client
contrib Create default miniflux db 2023-12-31 10:54:53 -08:00
internal Add FORCE_REFRESH_INTERVAL config option 2024-01-02 18:33:15 -08:00
packaging
.gitignore
ChangeLog Update ChangeLog 2023-12-13 17:59:46 -08:00
go.mod Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 2024-01-08 17:11:00 -08:00
go.sum Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 2024-01-08 17:11:00 -08:00
LICENSE
main.go
Makefile
miniflux.1 Add FORCE_REFRESH_INTERVAL config option 2024-01-02 18:33:15 -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