Sen descrición

Frédéric Guillot 5550d662a2 Add the possibility to run cleanup tasks from the command line %!s(int64=2) %!d(string=hai) anos
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces %!s(int64=3) %!d(string=hai) anos
.github 30288fec8d Disable CGO when building Docker images %!s(int64=2) %!d(string=hai) anos
api fa3de272e8 GET categories returns total_unread & feed_count %!s(int64=2) %!d(string=hai) anos
cli 5550d662a2 Add the possibility to run cleanup tasks from the command line %!s(int64=2) %!d(string=hai) anos
client 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
config 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
contrib ac8f64d7a1 Set Prometheus as datasource everywhere %!s(int64=3) %!d(string=hai) anos
crypto 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
database b552c293ca Add unique index enclosures_user_entry_url_idx %!s(int64=2) %!d(string=hai) anos
errors 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
fever 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
googlereader 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
http 5550d662a2 Add the possibility to run cleanup tasks from the command line %!s(int64=2) %!d(string=hai) anos
integration 736fb7320e Add mark as unread for Linkding integration %!s(int64=2) %!d(string=hai) anos
locale fffa74f782 Display tags when viewing entries %!s(int64=2) %!d(string=hai) anos
logger 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
metric 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
model fa3de272e8 GET categories returns total_unread & feed_count %!s(int64=2) %!d(string=hai) anos
oauth2 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
packaging df472254d3 Use RockyLinux to build RPM package %!s(int64=2) %!d(string=hai) anos
proxy 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
reader b13c7e328a Improve date parser to handle various broken date formats %!s(int64=2) %!d(string=hai) anos
storage aadbd5adf3 Improve entry existance check to make better use of index %!s(int64=2) %!d(string=hai) anos
systemd 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
template fffa74f782 Display tags when viewing entries %!s(int64=2) %!d(string=hai) anos
tests 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
timer 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
timezone 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
ui fffa74f782 Display tags when viewing entries %!s(int64=2) %!d(string=hai) anos
url 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
validator 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
version 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
worker 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic %!s(int64=2) %!d(string=hai) anos
ChangeLog e234b86af6 Update ChangeLog %!s(int64=2) %!d(string=hai) anos
LICENSE 8ffb773f43 First commit %!s(int64=8) %!d(string=hai) anos
Makefile bb5f3ec6a8 Disable CGO explicitly to make sure the binary is statically linked %!s(int64=3) %!d(string=hai) anos
Procfile 41ce0a3b80 Make latest changes compatible with Heroku %!s(int64=7) %!d(string=hai) anos
README.md f87b05c90f Update contributor link and Godoc badge for client %!s(int64=5) %!d(string=hai) anos
SECURITY.md ea8c3c801a Update Security policy %!s(int64=3) %!d(string=hai) anos
go.mod c3250257b1 Use `go-httpbin` to run tests locally and avoid remote calls to `httpbin.org` %!s(int64=2) %!d(string=hai) anos
go.sum c3250257b1 Use `go-httpbin` to run tests locally and avoid remote calls to `httpbin.org` %!s(int64=2) %!d(string=hai) anos
main.go 8646d61182 Replace copyright header with SPDX identifier %!s(int64=2) %!d(string=hai) anos
miniflux.1 5550d662a2 Add the possibility to run cleanup tasks from the command line %!s(int64=2) %!d(string=hai) anos

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