Няма описание

Frédéric Guillot 4a4c309da0 Update ChangeLog преди 3 години
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces преди 3 години
.github 5e76c797c2 Update issue templates преди 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 356d32c6fe Add user setting for marking entry as read on view преди 3 години
config 9b42d0e25e feat: support for custom youtube embed URL преди 3 години
contrib ac8f64d7a1 Set Prometheus as datasource everywhere преди 3 години
crypto 7988241e11 Fix regression in integration page and simplify SQL query преди 3 години
database bfb4fc1c36 Add Notion integration преди 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 bfb4fc1c36 Add Notion integration преди 3 години
integration 309e6d1084 Wallabag integration: add more information in error message преди 3 години
locale bfb4fc1c36 Add Notion integration преди 3 години
logger 8646d61182 Replace copyright header with SPDX identifier преди 3 години
metric 8646d61182 Replace copyright header with SPDX identifier преди 3 години
model bfb4fc1c36 Add Notion integration преди 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 4fdef7b837 Add scrape and rewrite rules for webtoons преди 3 години
storage 7988241e11 Fix regression in integration page and simplify SQL query преди 3 години
systemd 8646d61182 Replace copyright header with SPDX identifier преди 3 години
template 29a06511a9 Fix accessibility issues in modal component преди 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 7988241e11 Fix regression in integration page and simplify SQL query преди 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 4a4c309da0 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 92bb040640 Bump github.com/mccutchen/go-httpbin/v2 from 2.9.2 to 2.10.0 преди 3 години
go.sum 92bb040640 Bump github.com/mccutchen/go-httpbin/v2 from 2.9.2 to 2.10.0 преди 3 години
main.go 8646d61182 Replace copyright header with SPDX identifier преди 3 години
miniflux.1 4a4c309da0 Update ChangeLog преди 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