1
0
Fork 0
Minimalist and opinionated feed reader https://miniflux.app/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Frédéric Guillot cd57417dc6 Show coverage for integration tests 1 mês atrás
.devcontainer Add github-cli and docker-outside-of-docker to devcontainer 6 meses atrás
.github Update GitHub PR template 1 mês atrás
client Rewrite API integration tests without build tags 1 mês atrás
contrib Create default miniflux db 4 meses atrás
internal Rewrite API integration tests without build tags 1 mês atrás
packaging Build amd64/arm64 Debian packages with CGO disabled 2 meses atrás
.gitignore Show coverage for integration tests 1 mês atrás
ChangeLog Update changeLog 2 meses atrás
LICENSE First commit 7 anos atrás
Makefile Show coverage for integration tests 1 mês atrás
Procfile Make latest changes compatible with Heroku 6 anos atrás
README.md Update contributor link and Godoc badge for client 4 anos atrás
SECURITY.md Update Security policy 1 ano atrás
go.mod Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 1 mês atrás
go.sum Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 1 mês atrás
main.go Move internal packages to an internal folder 9 meses atrás
miniflux.1 Bump the number of simultaneous workers 1 mês atrás

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