No Description

dependabot[bot] 124b770ff6 Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 2 years ago
.devcontainer bf4823bdbd Add Apprise integration 2 years ago
.github 3aad650622 Trigger Docker and packages workflows only for semantic tags 2 years ago
api e7ccf0aa1e Add SaveEntry function to API client 2 years ago
cli 5550d662a2 Add the possibility to run cleanup tasks from the command line 3 years ago
client e7ccf0aa1e Add SaveEntry function to API client 2 years ago
config 9b42d0e25e feat: support for custom youtube embed URL 3 years ago
contrib 955650d1e3 Move Thunder Client API collection to contrib folder 2 years ago
crypto 7988241e11 Fix regression in integration page and simplify SQL query 3 years ago
database bf4823bdbd Add Apprise integration 2 years ago
errors 8646d61182 Replace copyright header with SPDX identifier 3 years ago
fever 8646d61182 Replace copyright header with SPDX identifier 3 years ago
googlereader 8646d61182 Replace copyright header with SPDX identifier 3 years ago
http e7ccf0aa1e Add SaveEntry function to API client 2 years ago
integration bf4823bdbd Add Apprise integration 2 years ago
locale bf4823bdbd Add Apprise integration 2 years ago
logger 8646d61182 Replace copyright header with SPDX identifier 3 years ago
metric 8646d61182 Replace copyright header with SPDX identifier 3 years ago
model bf4823bdbd Add Apprise integration 2 years ago
oauth2 ee0dcdf753 Bump `go-oidc` to v3.6.0 3 years ago
packaging df472254d3 Use RockyLinux to build RPM package 3 years ago
proxy 8646d61182 Replace copyright header with SPDX identifier 3 years ago
reader da0198cc0d fix(date-parser): failed to parse date "Fri, 31 Mar 2023 20:19:00 America/Los_Angeles" by adding timezone to invalidTimezoneReplacer 2 years ago
storage bf4823bdbd Add Apprise integration 2 years ago
systemd 8646d61182 Replace copyright header with SPDX identifier 3 years ago
template 97c68ce55a Use details disclosure element to show the list of third-party services 2 years ago
tests 8646d61182 Replace copyright header with SPDX identifier 3 years ago
timer 8646d61182 Replace copyright header with SPDX identifier 3 years ago
timezone 8646d61182 Replace copyright header with SPDX identifier 3 years ago
ui 97c68ce55a Use details disclosure element to show the list of third-party services 2 years ago
url 8646d61182 Replace copyright header with SPDX identifier 3 years ago
validator 8646d61182 Replace copyright header with SPDX identifier 3 years ago
version 8646d61182 Replace copyright header with SPDX identifier 3 years ago
worker 8646d61182 Replace copyright header with SPDX identifier 3 years ago
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic 3 years ago
ChangeLog 4a4c309da0 Update ChangeLog 2 years ago
LICENSE 8ffb773f43 First commit 8 years ago
Makefile e7ccf0aa1e Add SaveEntry function to API client 2 years ago
Procfile 41ce0a3b80 Make latest changes compatible with Heroku 7 years ago
README.md f87b05c90f Update contributor link and Godoc badge for client 5 years ago
SECURITY.md ea8c3c801a Update Security policy 3 years ago
go.mod 124b770ff6 Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 2 years ago
go.sum 124b770ff6 Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 2 years ago
main.go 8646d61182 Replace copyright header with SPDX identifier 3 years ago
miniflux.1 4a4c309da0 Update ChangeLog 2 years ago

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