Aucune description

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

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