Aucune description

Frédéric Guillot f3fc8b7072 Use feed ID instead of user ID to check entry URLs presence il y a 7 ans
api 0925899cee Move API middleware and routes to api package il y a 7 ans
cli 6869c6fe6f Send cli errors to stderr il y a 7 ans
client 28ba09e952 Remove URL from client user agent il y a 7 ans
config 87648490fd Make configurable the number of days to archive read items il y a 7 ans
crypto 11dfcdd3d6 Fix typo in license header il y a 7 ans
database 267b706544 Sort search results by relevance il y a 7 ans
errors 11dfcdd3d6 Fix typo in license header il y a 7 ans
fever a9f98adb07 Move Fever middleware and routes to fever package il y a 7 ans
http 04b6eb509c Rename session cookies il y a 7 ans
integration 9dc38a0803 Add missing package descriptions for GoDoc il y a 7 ans
locale c71681b197 Add Spanish translation il y a 7 ans
logger 04220ca1e7 Remove date and time from log messages il y a 7 ans
model 7897d8a8ad Handle the case when application session is expired and not user session il y a 7 ans
oauth2 dc8668b904 Improve logging for OAuth2 callback il y a 7 ans
reader f3fc8b7072 Use feed ID instead of user ID to check entry URLs presence il y a 7 ans
service a9fad093e6 Move healthcheck endpoint from ui package to httpd service il y a 7 ans
storage f3fc8b7072 Use feed ID instead of user ID to check entry URLs presence il y a 7 ans
template a86a7dce57 Use the appropriate message if there are no unread entries il y a 7 ans
tests 11dfcdd3d6 Fix typo in license header il y a 7 ans
timer 11dfcdd3d6 Fix typo in license header il y a 7 ans
timezone 9dc38a0803 Add missing package descriptions for GoDoc il y a 7 ans
ui 1634e267b8 Fix typo in stylesheet il y a 7 ans
url d5ff4191b6 Improve unit tests in url package il y a 7 ans
vendor 59d8e9b95e Update dependencies il y a 7 ans
version 11dfcdd3d6 Fix typo in license header il y a 7 ans
worker 3e392dc3ae Change log level to debug when starting workers il y a 7 ans
.gitignore b51e7ea448 Add Makefile target for current OS and architecture il y a 7 ans
.travis.yml 234b3710d4 Fix golint import in travis.yml il y a 7 ans
ChangeLog 6378ad2734 Update ChangeLog il y a 7 ans
LICENSE 8ffb773f43 First commit il y a 8 ans
Makefile 31e2669c4d Add more targets to Makefile il y a 7 ans
Procfile 41ce0a3b80 Make latest changes compatible with Heroku il y a 7 ans
README.md 25c12053a6 Typo in README.md il y a 7 ans
doc.go 11dfcdd3d6 Fix typo in license header il y a 7 ans
generate.go 59d8e9b95e Update dependencies il y a 7 ans
go.mod 59d8e9b95e Update dependencies il y a 7 ans
go.sum 59d8e9b95e Update dependencies il y a 7 ans
main.go dbcc5d8a97 Use canonical imports il y a 7 ans
miniflux.1 79e7d007a4 Update man page il y a 7 ans

README.md

Miniflux 2

Build Status GoDoc Documentation Status

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://docs.miniflux.app/ (Man page)

Screenshots

Default theme:

Default theme

Dark theme when using keyboard navigation:

Dark theme

Credits