Brak opisu

mrtnvgr 70b3061946 fix(css): improve responsive design 2 lat temu
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces 3 lat temu
.github 30288fec8d Disable CGO when building Docker images 2 lat temu
api fa3de272e8 GET categories returns total_unread & feed_count 2 lat temu
cli 5550d662a2 Add the possibility to run cleanup tasks from the command line 2 lat temu
client 356d32c6fe Add user setting for marking entry as read on view 2 lat temu
config 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
contrib ac8f64d7a1 Set Prometheus as datasource everywhere 3 lat temu
crypto 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
database 356d32c6fe Add user setting for marking entry as read on view 2 lat temu
errors 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
fever 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
googlereader 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
http 5550d662a2 Add the possibility to run cleanup tasks from the command line 2 lat temu
integration 736fb7320e Add mark as unread for Linkding integration 2 lat temu
locale 356d32c6fe Add user setting for marking entry as read on view 2 lat temu
logger 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
metric 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
model 356d32c6fe Add user setting for marking entry as read on view 2 lat temu
oauth2 ee0dcdf753 Bump `go-oidc` to v3.6.0 2 lat temu
packaging df472254d3 Use RockyLinux to build RPM package 2 lat temu
proxy 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
reader b13c7e328a Improve date parser to handle various broken date formats 2 lat temu
storage 356d32c6fe Add user setting for marking entry as read on view 2 lat temu
systemd 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
template 356d32c6fe Add user setting for marking entry as read on view 2 lat temu
tests 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
timer 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
timezone 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
ui 70b3061946 fix(css): improve responsive design 2 lat temu
url 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
validator 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
version 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
worker 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic 2 lat temu
ChangeLog e234b86af6 Update ChangeLog 2 lat temu
LICENSE 8ffb773f43 First commit 8 lat temu
Makefile bb5f3ec6a8 Disable CGO explicitly to make sure the binary is statically linked 3 lat temu
Procfile 41ce0a3b80 Make latest changes compatible with Heroku 7 lat temu
README.md f87b05c90f Update contributor link and Godoc badge for client 5 lat temu
SECURITY.md ea8c3c801a Update Security policy 3 lat temu
go.mod 56fbea4bd3 Bump github.com/mccutchen/go-httpbin/v2 from 2.9.1 to 2.9.2 2 lat temu
go.sum 56fbea4bd3 Bump github.com/mccutchen/go-httpbin/v2 from 2.9.1 to 2.9.2 2 lat temu
main.go 8646d61182 Replace copyright header with SPDX identifier 2 lat temu
miniflux.1 5550d662a2 Add the possibility to run cleanup tasks from the command line 2 lat temu

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