Minimalist and opinionated feed reader https://miniflux.app/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Frédéric Guillot cd57417dc6 Show coverage for integration tests hace 1 mes
.devcontainer Add github-cli and docker-outside-of-docker to devcontainer hace 6 meses
.github Update GitHub PR template hace 1 mes
client Rewrite API integration tests without build tags hace 1 mes
contrib Create default miniflux db hace 4 meses
internal Rewrite API integration tests without build tags hace 1 mes
packaging Build amd64/arm64 Debian packages with CGO disabled hace 2 meses
.gitignore Show coverage for integration tests hace 1 mes
ChangeLog Update changeLog hace 2 meses
LICENSE First commit hace 7 años
Makefile Show coverage for integration tests hace 1 mes
Procfile Make latest changes compatible with Heroku hace 6 años
README.md Update contributor link and Godoc badge for client hace 4 años
SECURITY.md Update Security policy hace 1 año
go.mod Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 hace 1 mes
go.sum Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 hace 1 mes
main.go Move internal packages to an internal folder hace 9 meses
miniflux.1 Bump the number of simultaneous workers hace 1 mes

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