You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
dependabot[bot] 6eed037186 Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
4 days ago
.devcontainer Preconfigure Miniflux for GitHub Codespaces 4 months ago
.github Bump actions/setup-go from 3 to 4 4 days ago
api Proxy support for several media types 4 weeks ago
cli Update golang.org/x/crypto 7 months ago
client Parse `<category>` from Feeds (RSS, Atom and JSON) 4 weeks ago
config Add HTTP Basic authentication for /metrics endpoint 2 weeks ago
contrib Run the application in one command 1 month ago
crypto Fix some linter issues 8 months ago
database Parse `<category>` from Feeds (RSS, Atom and JSON) 4 weeks ago
errors Fix some linter issues 8 months ago
fever Proxy support for several media types 4 weeks ago
googlereader Proxy support for several media types 4 weeks ago
http Avoid XSS when opening a broken image due to unescaped ServerError in proxy handler 2 weeks ago
integration Add matrix bot support 5 months ago
locale Update es_ES.json 2 weeks ago
logger Fix some linter issues 8 months ago
metric Add database stats to Prometheus exporter 2 years ago
model Parse `<category>` from Feeds (RSS, Atom and JSON) 4 weeks ago
oauth2 Fix some linter issues 8 months ago
packaging Use $(...) notation instead of legacy backticked `...` 4 months ago
proxy Proxy support for several media types 4 weeks ago
reader Update scraping rules for ilpost.it 3 weeks ago
service Use r.RemoteAddr to check /metrics endpoint network access 2 weeks ago
storage Parse `<category>` from Feeds (RSS, Atom and JSON) 4 weeks ago
systemd Add Systemd watchdog 2 years ago
template Proxy support for several media types 4 weeks ago
tests Update integration tests 4 months ago
timer Fix some linter issues 8 months ago
timezone Fix some linter issues 8 months ago
ui Fix null reference in toggle entry attachments shortcut 2 weeks ago
url Fix some linter issues 8 months ago
validator Make default home page configurable 8 months ago
version Fix some linter issues 8 months ago
worker Fix some linter issues 8 months ago
.gitignore Add Google Reader API implementation (experimental) 1 year ago
ChangeLog Update ChangeLog 1 week ago
LICENSE First commit 5 years ago
Makefile Disable CGO explicitly to make sure the binary is statically linked 4 weeks ago
Procfile Make latest changes compatible with Heroku 5 years ago
README.md Update contributor link and Godoc badge for client 2 years ago
SECURITY.md Update Security policy 2 weeks ago
doc.go Fix some linter issues 8 months ago
go.mod Bump github.com/tdewolff/minify/v2 from 2.12.4 to 2.12.5 1 week ago
go.sum Bump github.com/tdewolff/minify/v2 from 2.12.4 to 2.12.5 1 week ago
main.go Remove completely generated files 2 years ago
miniflux.1 Add HTTP Basic authentication for /metrics endpoint 2 weeks 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