Aucune description

Frédéric Guillot 30d4b8986a Avoid "pq: time zone displacement out of range" errors il y a 2 ans
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces il y a 3 ans
.github 30288fec8d Disable CGO when building Docker images il y a 2 ans
api 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
cli 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
client 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
config 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
contrib ac8f64d7a1 Set Prometheus as datasource everywhere il y a 3 ans
crypto 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
database b552c293ca Add unique index enclosures_user_entry_url_idx il y a 2 ans
errors 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
fever 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
googlereader 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
http 98167487aa Remove test dependency on httpbin.org il y a 2 ans
integration 736fb7320e Add mark as unread for Linkding integration il y a 2 ans
locale a2f15b3c36 Add translation key: form.integration.linkding_bookmark il y a 2 ans
logger 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
metric 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
model 736fb7320e Add mark as unread for Linkding integration il y a 2 ans
oauth2 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
packaging df472254d3 Use RockyLinux to build RPM package il y a 2 ans
proxy 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
reader 30d4b8986a Avoid "pq: time zone displacement out of range" errors il y a 2 ans
service 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
storage aadbd5adf3 Improve entry existance check to make better use of index il y a 2 ans
systemd 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
template a2f15b3c36 Add translation key: form.integration.linkding_bookmark il y a 2 ans
tests 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
timer 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
timezone 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
ui b552c293ca Add unique index enclosures_user_entry_url_idx il y a 2 ans
url 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
validator 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
version 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
worker 8646d61182 Replace copyright header with SPDX identifier il y a 2 ans
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic il y a 2 ans
ChangeLog e234b86af6 Update ChangeLog il y a 2 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 2 ans
go.sum d00803617e Bump github.com/tdewolff/minify/v2 from 2.12.6 to 2.12.7 il y a 2 ans
main.go 8646d61182 Replace copyright header with SPDX identifier il y a 2 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