Bez popisu

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

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