설명 없음

Frédéric Guillot e7ccf0aa1e Add SaveEntry function to API client 2 년 전
.devcontainer e7ccf0aa1e Add SaveEntry function to API client 2 년 전
.github 3aad650622 Trigger Docker and packages workflows only for semantic tags 2 년 전
api e7ccf0aa1e Add SaveEntry function to API client 2 년 전
cli 5550d662a2 Add the possibility to run cleanup tasks from the command line 2 년 전
client e7ccf0aa1e Add SaveEntry function to API client 2 년 전
config 9b42d0e25e feat: support for custom youtube embed URL 2 년 전
contrib ac8f64d7a1 Set Prometheus as datasource everywhere 3 년 전
crypto 7988241e11 Fix regression in integration page and simplify SQL query 2 년 전
database 3bac768cda Added integration for Readwise Reader 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 e7ccf0aa1e Add SaveEntry function to API client 2 년 전
integration 3bac768cda Added integration for Readwise Reader 2 년 전
locale 3bac768cda Added integration for Readwise Reader 2 년 전
logger 8646d61182 Replace copyright header with SPDX identifier 2 년 전
metric 8646d61182 Replace copyright header with SPDX identifier 2 년 전
model 3bac768cda Added integration for Readwise Reader 2 년 전
oauth2 ee0dcdf753 Bump `go-oidc` to v3.6.0 2 년 전
packaging df472254d3 Use RockyLinux to build RPM package 2 년 전
proxy 8646d61182 Replace copyright header with SPDX identifier 2 년 전
reader 4fdef7b837 Add scrape and rewrite rules for webtoons 2 년 전
storage 3bac768cda Added integration for Readwise Reader 2 년 전
systemd 8646d61182 Replace copyright header with SPDX identifier 2 년 전
template 3bac768cda Added integration for Readwise Reader 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 3bac768cda Added integration for Readwise Reader 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 4a4c309da0 Update ChangeLog 2 년 전
LICENSE 8ffb773f43 First commit 8 년 전
Makefile e7ccf0aa1e Add SaveEntry function to API client 2 년 전
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 e2fb77bd85 Bump github.com/mccutchen/go-httpbin/v2 from 2.10.0 to 2.11.0 2 년 전
go.sum e2fb77bd85 Bump github.com/mccutchen/go-httpbin/v2 from 2.10.0 to 2.11.0 2 년 전
main.go 8646d61182 Replace copyright header with SPDX identifier 2 년 전
miniflux.1 4a4c309da0 Update ChangeLog 2 년 전

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