Açıklama Yok

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

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