Bez popisu

dependabot[bot] 31538c57a4 Bump github.com/tdewolff/minify/v2 from 2.12.7 to 2.12.8 před 2 roky
.devcontainer 955650d1e3 Move Thunder Client API collection to contrib folder před 2 roky
.github 3aad650622 Trigger Docker and packages workflows only for semantic tags před 2 roky
api e7ccf0aa1e Add SaveEntry function to API client před 2 roky
cli 5550d662a2 Add the possibility to run cleanup tasks from the command line před 3 roky
client e7ccf0aa1e Add SaveEntry function to API client před 2 roky
config 9b42d0e25e feat: support for custom youtube embed URL před 3 roky
contrib 955650d1e3 Move Thunder Client API collection to contrib folder před 2 roky
crypto 7988241e11 Fix regression in integration page and simplify SQL query před 3 roky
database 3bac768cda Added integration for Readwise Reader před 2 roky
errors 8646d61182 Replace copyright header with SPDX identifier před 3 roky
fever 8646d61182 Replace copyright header with SPDX identifier před 3 roky
googlereader 8646d61182 Replace copyright header with SPDX identifier před 3 roky
http e7ccf0aa1e Add SaveEntry function to API client před 2 roky
integration 3bac768cda Added integration for Readwise Reader před 2 roky
locale 3bac768cda Added integration for Readwise Reader před 2 roky
logger 8646d61182 Replace copyright header with SPDX identifier před 3 roky
metric 8646d61182 Replace copyright header with SPDX identifier před 3 roky
model 3bac768cda Added integration for Readwise Reader před 2 roky
oauth2 ee0dcdf753 Bump `go-oidc` to v3.6.0 před 3 roky
packaging df472254d3 Use RockyLinux to build RPM package před 3 roky
proxy 8646d61182 Replace copyright header with SPDX identifier před 3 roky
reader 4fdef7b837 Add scrape and rewrite rules for webtoons před 3 roky
storage 3bac768cda Added integration for Readwise Reader před 2 roky
systemd 8646d61182 Replace copyright header with SPDX identifier před 3 roky
template 3bac768cda Added integration for Readwise Reader před 2 roky
tests 8646d61182 Replace copyright header with SPDX identifier před 3 roky
timer 8646d61182 Replace copyright header with SPDX identifier před 3 roky
timezone 8646d61182 Replace copyright header with SPDX identifier před 3 roky
ui 3bac768cda Added integration for Readwise Reader před 2 roky
url 8646d61182 Replace copyright header with SPDX identifier před 3 roky
validator 8646d61182 Replace copyright header with SPDX identifier před 3 roky
version 8646d61182 Replace copyright header with SPDX identifier před 3 roky
worker 8646d61182 Replace copyright header with SPDX identifier před 3 roky
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic před 3 roky
ChangeLog 4a4c309da0 Update ChangeLog před 2 roky
LICENSE 8ffb773f43 First commit před 8 roky
Makefile e7ccf0aa1e Add SaveEntry function to API client před 2 roky
Procfile 41ce0a3b80 Make latest changes compatible with Heroku před 7 roky
README.md f87b05c90f Update contributor link and Godoc badge for client před 5 roky
SECURITY.md ea8c3c801a Update Security policy před 3 roky
go.mod 31538c57a4 Bump github.com/tdewolff/minify/v2 from 2.12.7 to 2.12.8 před 2 roky
go.sum 31538c57a4 Bump github.com/tdewolff/minify/v2 from 2.12.7 to 2.12.8 před 2 roky
main.go 8646d61182 Replace copyright header with SPDX identifier před 3 roky
miniflux.1 4a4c309da0 Update ChangeLog před 2 roky

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