Sin descripción

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

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