You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ryan Cao c4e2eaa609 Add default tag names for Linkding integration 23 hours ago
.devcontainer Preconfigure Miniflux for GitHub Codespaces 7 months ago
.github Increase golangci-lint timeout value 3 weeks ago
api Proxy support for several media types 3 months ago
cli Update golang.org/x/crypto 10 months ago
client Add swipe as option for gesture navigation between entries. 2 months ago
config Make sure PROXY_IMAGES option is backward compatible 2 months ago
contrib Set Prometheus as datasource everywhere 2 months ago
crypto Fix some linter issues 10 months ago
database Add default tag names for Linkding integration 23 hours ago
errors Fix some linter issues 10 months ago
fever Proxy support for several media types 3 months ago
googlereader Proxy support for several media types 3 months ago
http Avoid XSS when opening a broken image due to unescaped ServerError in proxy handler 3 months ago
integration Add default tag names for Linkding integration 23 hours ago
locale Add default tag names for Linkding integration 23 hours ago
logger Fix some linter issues 10 months ago
metric Add database stats to Prometheus exporter 2 years ago
model Add default tag names for Linkding integration 23 hours ago
oauth2 Fix some linter issues 10 months ago
packaging Use $(...) notation instead of legacy backticked `...` 7 months ago
proxy Proxy support for several media types 3 months ago
reader Update scraping rules for ilpost.it 4 weeks ago
service Use r.RemoteAddr to check /metrics endpoint network access 3 months ago
storage Add default tag names for Linkding integration 23 hours ago
systemd Add Systemd watchdog 2 years ago
template Add default tag names for Linkding integration 23 hours ago
tests Add swipe as option for gesture navigation between entries. 2 months ago
timer Fix some linter issues 10 months ago
timezone Fix some linter issues 10 months ago
ui Add default tag names for Linkding integration 23 hours ago
url feat: support searching well-known urls in subdirectory 2 months ago
validator Add swipe as option for gesture navigation between entries. 2 months ago
version Fix some linter issues 10 months ago
worker Fix some linter issues 10 months ago
.gitignore Add Google Reader API implementation (experimental) 1 year ago
ChangeLog Update ChangeLog 4 weeks ago
LICENSE First commit 6 years ago
Makefile Disable CGO explicitly to make sure the binary is statically linked 3 months ago
Procfile Make latest changes compatible with Heroku 5 years ago
README.md Update contributor link and Godoc badge for client 3 years ago
SECURITY.md Update Security policy 3 months ago
doc.go Fix some linter issues 10 months ago
go.mod Bump github.com/tdewolff/minify/v2 from 2.12.5 to 2.12.6 5 days ago
go.sum Bump github.com/tdewolff/minify/v2 from 2.12.5 to 2.12.6 5 days ago
main.go Remove completely generated files 2 years ago
miniflux.1 Add HTTP Basic authentication for /metrics endpoint 3 months ago

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