Minimalist and opinionated feed reader https://miniflux.app/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Frédéric Guillot cd57417dc6 Show coverage for integration tests il y a 4 semaines
.devcontainer Add github-cli and docker-outside-of-docker to devcontainer il y a 6 mois
.github Update GitHub PR template il y a 1 mois
client Rewrite API integration tests without build tags il y a 4 semaines
contrib Create default miniflux db il y a 4 mois
internal Rewrite API integration tests without build tags il y a 4 semaines
packaging Build amd64/arm64 Debian packages with CGO disabled il y a 2 mois
.gitignore Show coverage for integration tests il y a 4 semaines
ChangeLog Update changeLog il y a 1 mois
LICENSE First commit il y a 6 ans
Makefile Show coverage for integration tests il y a 4 semaines
Procfile Make latest changes compatible with Heroku il y a 6 ans
README.md Update contributor link and Godoc badge for client il y a 4 ans
SECURITY.md Update Security policy il y a 1 an
go.mod Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 il y a 1 mois
go.sum Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 il y a 1 mois
main.go Move internal packages to an internal folder il y a 8 mois
miniflux.1 Bump the number of simultaneous workers il y a 1 mois

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