Minimalist and opinionated feed reader https://miniflux.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
junbaor 0ddfa5f7d9
Update zh_CN translation for page.api_keys.table.token
4 years ago
.github Upgrade CI checks to Go 1.15 4 years ago
api Avoid duplication between get feed entries and get entries API endpoints 4 years ago
cli Add option to enable maintenance mode 4 years ago
client Update API client to support more filters 4 years ago
config Add option to archive unread entries 4 years ago
crypto Add "Share article" feature 4 years ago
database Create index to speed up bookmark page 4 years ago
errors Fix typo in license header 6 years ago
fever Fever API: add client IP in middleware logs 4 years ago
http API: Add the possibility to filter entries by a list of statuses 4 years ago
integration Refactor config package 5 years ago
locale Update zh_CN translation for page.api_keys.table.token 4 years ago
logger Add option to toggle date/time in log messages 5 years ago
model Add HTTP proxy option for subscriptions 4 years ago
oauth2 Fix regression: the entire hstore field is replaced when updating settings 4 years ago
reader handle Pacific Daylight Time in addition to Pacific Standard Time 4 years ago
service Add option to archive unread entries 4 years ago
storage Do not try to update a duplicated feed after a refresh 4 years ago
template Rename service worker script to avoid being blocked by uBlock 4 years ago
tests Update API client to support more filters 4 years ago
timer Fix typo in license header 6 years ago
timezone Add missing package descriptions for GoDoc 6 years ago
ui Avoid Javascript minifier to break keyboard shortcuts 4 years ago
url Allow only absolute URLs in comments URL 4 years ago
version Fix typo in license header 6 years ago
worker Change log level to debug when starting workers 5 years ago
.gitignore Add Makefile target for current OS and architecture 5 years ago
ChangeLog Update ChangeLog 4 years ago
Dockerfile Update Docker image to Alpine 3.12 4 years ago
LICENSE First commit 7 years ago
Makefile Update dependencies and remove vendor folder 4 years ago
Procfile Make latest changes compatible with Heroku 6 years ago
README.md Replace Travis by GitHub Actions 5 years ago
doc.go Fix typo in license header 6 years ago
generate.go Rename service worker script to avoid being blocked by uBlock 4 years ago
go.mod Avoid Javascript minifier to break keyboard shortcuts 4 years ago
go.sum Avoid Javascript minifier to break keyboard shortcuts 4 years ago
main.go Use canonical imports 6 years ago
miniflux.1 Add option to archive unread entries 4 years ago

README.md

Miniflux 2

GoDoc

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