Không có mô tả

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

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