Aucune description

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

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