暫無描述

mrtnvgr 6046a74a64 feat: improve russian translation 3 年之前
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces 3 年之前
.github 30288fec8d Disable CGO when building Docker images 3 年之前
api fa3de272e8 GET categories returns total_unread & feed_count 3 年之前
cli 5550d662a2 Add the possibility to run cleanup tasks from the command line 3 年之前
client 8646d61182 Replace copyright header with SPDX identifier 3 年之前
config 8646d61182 Replace copyright header with SPDX identifier 3 年之前
contrib ac8f64d7a1 Set Prometheus as datasource everywhere 3 年之前
crypto 8646d61182 Replace copyright header with SPDX identifier 3 年之前
database b552c293ca Add unique index enclosures_user_entry_url_idx 3 年之前
errors 8646d61182 Replace copyright header with SPDX identifier 3 年之前
fever 8646d61182 Replace copyright header with SPDX identifier 3 年之前
googlereader 8646d61182 Replace copyright header with SPDX identifier 3 年之前
http 5550d662a2 Add the possibility to run cleanup tasks from the command line 3 年之前
integration 736fb7320e Add mark as unread for Linkding integration 3 年之前
locale 6046a74a64 feat: improve russian translation 3 年之前
logger 8646d61182 Replace copyright header with SPDX identifier 3 年之前
metric 8646d61182 Replace copyright header with SPDX identifier 3 年之前
model fa3de272e8 GET categories returns total_unread & feed_count 3 年之前
oauth2 ee0dcdf753 Bump `go-oidc` to v3.6.0 3 年之前
packaging df472254d3 Use RockyLinux to build RPM package 3 年之前
proxy 8646d61182 Replace copyright header with SPDX identifier 3 年之前
reader b13c7e328a Improve date parser to handle various broken date formats 3 年之前
storage aadbd5adf3 Improve entry existance check to make better use of index 3 年之前
systemd 8646d61182 Replace copyright header with SPDX identifier 3 年之前
template fffa74f782 Display tags when viewing entries 3 年之前
tests 8646d61182 Replace copyright header with SPDX identifier 3 年之前
timer 8646d61182 Replace copyright header with SPDX identifier 3 年之前
timezone 8646d61182 Replace copyright header with SPDX identifier 3 年之前
ui fffa74f782 Display tags when viewing entries 3 年之前
url 8646d61182 Replace copyright header with SPDX identifier 3 年之前
validator 8646d61182 Replace copyright header with SPDX identifier 3 年之前
version 8646d61182 Replace copyright header with SPDX identifier 3 年之前
worker 8646d61182 Replace copyright header with SPDX identifier 3 年之前
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic 3 年之前
ChangeLog e234b86af6 Update ChangeLog 3 年之前
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 8 年之前
README.md f87b05c90f Update contributor link and Godoc badge for client 5 年之前
SECURITY.md ea8c3c801a Update Security policy 3 年之前
go.mod 56fbea4bd3 Bump github.com/mccutchen/go-httpbin/v2 from 2.9.1 to 2.9.2 3 年之前
go.sum 56fbea4bd3 Bump github.com/mccutchen/go-httpbin/v2 from 2.9.1 to 2.9.2 3 年之前
main.go 8646d61182 Replace copyright header with SPDX identifier 3 年之前
miniflux.1 5550d662a2 Add the possibility to run cleanup tasks from the command line 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