Ingen beskrivning

Frédéric Guillot df472254d3 Use RockyLinux to build RPM package 3 år sedan
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces 3 år sedan
.github 30288fec8d Disable CGO when building Docker images 3 år sedan
api 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
cli 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
client 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
config 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
contrib ac8f64d7a1 Set Prometheus as datasource everywhere 3 år sedan
crypto 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
database 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
errors 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
fever 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
googlereader 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
http 98167487aa Remove test dependency on httpbin.org 3 år sedan
integration 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
locale 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
logger 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
metric 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
model 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
oauth2 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
packaging df472254d3 Use RockyLinux to build RPM package 3 år sedan
proxy 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
reader af74e39fa7 Add test case to parse Atom icon URL 3 år sedan
service 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
storage 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
systemd 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
template 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
tests 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
timer 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
timezone 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
ui 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
url 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
validator 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
version 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
worker 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic 3 år sedan
ChangeLog e234b86af6 Update ChangeLog 3 år sedan
LICENSE 8ffb773f43 First commit 8 år sedan
Makefile bb5f3ec6a8 Disable CGO explicitly to make sure the binary is statically linked 3 år sedan
Procfile 41ce0a3b80 Make latest changes compatible with Heroku 7 år sedan
README.md f87b05c90f Update contributor link and Godoc badge for client 5 år sedan
SECURITY.md ea8c3c801a Update Security policy 3 år sedan
go.mod d00803617e Bump github.com/tdewolff/minify/v2 from 2.12.6 to 2.12.7 3 år sedan
go.sum d00803617e Bump github.com/tdewolff/minify/v2 from 2.12.6 to 2.12.7 3 år sedan
main.go 8646d61182 Replace copyright header with SPDX identifier 3 år sedan
miniflux.1 877dbed5e8 Add HTTP Basic authentication for /metrics endpoint 3 år sedan

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