Нема описа

dependabot[bot] e2fb77bd85 Bump github.com/mccutchen/go-httpbin/v2 from 2.10.0 to 2.11.0 пре 2 година
.devcontainer de8ceb21ea Add new API endpoint: `/entries/{entryID}/save` пре 2 година
.github 3aad650622 Trigger Docker and packages workflows only for semantic tags пре 2 година
api de8ceb21ea Add new API endpoint: `/entries/{entryID}/save` пре 2 година
cli 5550d662a2 Add the possibility to run cleanup tasks from the command line пре 2 година
client 356d32c6fe Add user setting for marking entry as read on view пре 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 bfb4fc1c36 Add Notion integration пре 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 bb5f3ec6a8 Disable CGO explicitly to make sure the binary is statically linked пре 3 година
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