Go to file
2023-10-22 18:05:37 -07:00
.devcontainer Add GitHub extensions to dev container 2023-10-19 21:59:10 -07:00
.github Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
client Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
contrib Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
internal Refactor feed discovery and avoid an extra HTTP request if the url provided is the feed 2023-10-22 18:05:37 -07:00
packaging Strip version prefix when building Debian package 2023-10-17 09:26:43 -07:00
.gitignore
ChangeLog Update ChangeLog 2023-10-15 11:04:31 -07:00
go.mod Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
go.sum Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
LICENSE
main.go
Makefile When building the docker image, make sure to pull the latest base image. 2023-10-17 19:01:32 -07:00
miniflux.1
Procfile
README.md
SECURITY.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