Nav apraksta

Frédéric Guillot c85b19098d Add the possibility to run Miniflux as a cronjob 2 gadi atpakaļ
.devcontainer d9cf3f9c38 Preconfigure Miniflux for GitHub Codespaces 3 gadi atpakaļ
.github 30288fec8d Disable CGO when building Docker images 2 gadi atpakaļ
api fa3de272e8 GET categories returns total_unread & feed_count 2 gadi atpakaļ
cli c85b19098d Add the possibility to run Miniflux as a cronjob 2 gadi atpakaļ
client 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
config 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
contrib ac8f64d7a1 Set Prometheus as datasource everywhere 3 gadi atpakaļ
crypto 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
database b552c293ca Add unique index enclosures_user_entry_url_idx 2 gadi atpakaļ
errors 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
fever 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
googlereader 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
http c3250257b1 Use `go-httpbin` to run tests locally and avoid remote calls to `httpbin.org` 2 gadi atpakaļ
integration 736fb7320e Add mark as unread for Linkding integration 2 gadi atpakaļ
locale fffa74f782 Display tags when viewing entries 2 gadi atpakaļ
logger 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
metric 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
model fa3de272e8 GET categories returns total_unread & feed_count 2 gadi atpakaļ
oauth2 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
packaging df472254d3 Use RockyLinux to build RPM package 2 gadi atpakaļ
proxy 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
reader b13c7e328a Improve date parser to handle various broken date formats 2 gadi atpakaļ
service c85b19098d Add the possibility to run Miniflux as a cronjob 2 gadi atpakaļ
storage aadbd5adf3 Improve entry existance check to make better use of index 2 gadi atpakaļ
systemd 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
template fffa74f782 Display tags when viewing entries 2 gadi atpakaļ
tests 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
timer 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
timezone 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
ui fffa74f782 Display tags when viewing entries 2 gadi atpakaļ
url 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
validator 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
version 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
worker 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
.gitignore 28775f5e10 Refactor entry/feed query builder sorting to match SQL semantic 2 gadi atpakaļ
ChangeLog e234b86af6 Update ChangeLog 2 gadi atpakaļ
LICENSE 8ffb773f43 First commit 8 gadi atpakaļ
Makefile bb5f3ec6a8 Disable CGO explicitly to make sure the binary is statically linked 3 gadi atpakaļ
Procfile 41ce0a3b80 Make latest changes compatible with Heroku 7 gadi atpakaļ
README.md f87b05c90f Update contributor link and Godoc badge for client 5 gadi atpakaļ
SECURITY.md ea8c3c801a Update Security policy 3 gadi atpakaļ
go.mod c3250257b1 Use `go-httpbin` to run tests locally and avoid remote calls to `httpbin.org` 2 gadi atpakaļ
go.sum c3250257b1 Use `go-httpbin` to run tests locally and avoid remote calls to `httpbin.org` 2 gadi atpakaļ
main.go 8646d61182 Replace copyright header with SPDX identifier 2 gadi atpakaļ
miniflux.1 c85b19098d Add the possibility to run Miniflux as a cronjob 2 gadi atpakaļ

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