Minimalist and opinionated feed reader https://miniflux.app/
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Frédéric Guillot cd57417dc6 Show coverage for integration tests pirms 1 mēnesi
.devcontainer Add github-cli and docker-outside-of-docker to devcontainer pirms 6 mēnešiem
.github Update GitHub PR template pirms 1 mēnesi
client Rewrite API integration tests without build tags pirms 1 mēnesi
contrib Create default miniflux db pirms 4 mēnešiem
internal Rewrite API integration tests without build tags pirms 1 mēnesi
packaging Build amd64/arm64 Debian packages with CGO disabled pirms 2 mēnešiem
.gitignore Show coverage for integration tests pirms 1 mēnesi
ChangeLog Update changeLog pirms 2 mēnešiem
LICENSE First commit pirms 7 gadiem
Makefile Show coverage for integration tests pirms 1 mēnesi
Procfile Make latest changes compatible with Heroku pirms 6 gadiem
README.md Update contributor link and Godoc badge for client pirms 4 gadiem
SECURITY.md Update Security policy pirms 1 gada
go.mod Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 pirms 1 mēnesi
go.sum Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 pirms 1 mēnesi
main.go Move internal packages to an internal folder pirms 9 mēnešiem
miniflux.1 Bump the number of simultaneous workers pirms 1 mēnesi

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