Minimalist and opinionated feed reader https://miniflux.app/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Frédéric Guillot cd57417dc6 Show coverage for integration tests 1ヶ月前
.devcontainer Add github-cli and docker-outside-of-docker to devcontainer 6ヶ月前
.github Update GitHub PR template 1ヶ月前
client Rewrite API integration tests without build tags 1ヶ月前
contrib Create default miniflux db 4ヶ月前
internal Rewrite API integration tests without build tags 1ヶ月前
packaging Build amd64/arm64 Debian packages with CGO disabled 2ヶ月前
.gitignore Show coverage for integration tests 1ヶ月前
ChangeLog Update changeLog 1ヶ月前
LICENSE First commit 7年前
Makefile Show coverage for integration tests 1ヶ月前
Procfile Make latest changes compatible with Heroku 6年前
README.md Update contributor link and Godoc badge for client 4年前
SECURITY.md Update Security policy 1年前
go.mod Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 1ヶ月前
go.sum Bump github.com/go-webauthn/webauthn from 0.10.1 to 0.10.2 1ヶ月前
main.go Move internal packages to an internal folder 8ヶ月前
miniflux.1 Bump the number of simultaneous workers 1ヶ月前

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