Нема описа

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

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