Keine Beschreibung

fred 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces vor 3 Jahren
.github 790ce5be6d Increase golangci-lint timeout value vor 3 Jahren
api 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
cli 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
client 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
config 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
contrib ac8f64d7a1 Set Prometheus as datasource everywhere vor 3 Jahren
crypto 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
database 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
errors 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
fever 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
googlereader 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
http 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
integration 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
locale 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
logger 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
metric 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
model 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
oauth2 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
packaging 79357a527f Use $(...) notation instead of legacy backticked `...` vor 3 Jahren
proxy 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
reader 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
service 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
storage 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
systemd 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
template 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
tests 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
timer 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
timezone 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
ui 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
url 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
validator 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
version 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
worker 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic vor 2 Jahren
ChangeLog 4c0c658152 Update ChangeLog vor 3 Jahren
LICENSE 8ffb773f43 First commit vor 8 Jahren
Makefile bb5f3ec6a8 Disable CGO explicitly to make sure the binary is statically linked vor 3 Jahren
Procfile 41ce0a3b80 Make latest changes compatible with Heroku vor 7 Jahren
README.md f87b05c90f Update contributor link and Godoc badge for client vor 5 Jahren
SECURITY.md ea8c3c801a Update Security policy vor 3 Jahren
go.mod 095bec072c Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 vor 2 Jahren
go.sum 095bec072c Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 vor 2 Jahren
main.go 8646d61182 Replace copyright header with SPDX identifier vor 2 Jahren
miniflux.1 877dbed5e8 Add HTTP Basic authentication for /metrics endpoint vor 3 Jahren

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