Sem descrição

dependabot[bot] d4fbaaed0c Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5 há 2 anos atrás
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces há 3 anos atrás
.github 5e76c797c2 Update issue templates há 2 anos atrás
api fa3de272e8 GET categories returns total_unread & feed_count há 2 anos atrás
cli 5550d662a2 Add the possibility to run cleanup tasks from the command line há 2 anos atrás
client 356d32c6fe Add user setting for marking entry as read on view há 2 anos atrás
config 9b42d0e25e feat: support for custom youtube embed URL há 2 anos atrás
contrib ac8f64d7a1 Set Prometheus as datasource everywhere há 3 anos atrás
crypto 7988241e11 Fix regression in integration page and simplify SQL query há 2 anos atrás
database bfb4fc1c36 Add Notion integration há 2 anos atrás
errors 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
fever 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
googlereader 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
http bfb4fc1c36 Add Notion integration há 2 anos atrás
integration 309e6d1084 Wallabag integration: add more information in error message há 2 anos atrás
locale bfb4fc1c36 Add Notion integration há 2 anos atrás
logger 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
metric 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
model bfb4fc1c36 Add Notion integration há 2 anos atrás
oauth2 ee0dcdf753 Bump `go-oidc` to v3.6.0 há 2 anos atrás
packaging df472254d3 Use RockyLinux to build RPM package há 2 anos atrás
proxy 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
reader 4fdef7b837 Add scrape and rewrite rules for webtoons há 2 anos atrás
storage 7988241e11 Fix regression in integration page and simplify SQL query há 2 anos atrás
systemd 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
template 29a06511a9 Fix accessibility issues in modal component há 2 anos atrás
tests 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
timer 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
timezone 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
ui 7988241e11 Fix regression in integration page and simplify SQL query há 2 anos atrás
url 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
validator 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
version 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
worker 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic há 2 anos atrás
ChangeLog 4a4c309da0 Update ChangeLog há 2 anos atrás
LICENSE 8ffb773f43 First commit há 8 anos atrás
Makefile bb5f3ec6a8 Disable CGO explicitly to make sure the binary is statically linked há 3 anos atrás
Procfile 41ce0a3b80 Make latest changes compatible with Heroku há 7 anos atrás
README.md f87b05c90f Update contributor link and Godoc badge for client há 5 anos atrás
SECURITY.md ea8c3c801a Update Security policy há 3 anos atrás
go.mod d4fbaaed0c Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5 há 2 anos atrás
go.sum d4fbaaed0c Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5 há 2 anos atrás
main.go 8646d61182 Replace copyright header with SPDX identifier há 2 anos atrás
miniflux.1 4a4c309da0 Update ChangeLog há 2 anos atrás

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