Sem descrição

Frédéric Guillot 7897d8a8ad Handle the case when application session is expired and not user session há 7 anos atrás
api 0925899cee Move API middleware and routes to api package há 7 anos atrás
cli 6869c6fe6f Send cli errors to stderr há 7 anos atrás
client 28ba09e952 Remove URL from client user agent há 7 anos atrás
config 87648490fd Make configurable the number of days to archive read items há 7 anos atrás
crypto 11dfcdd3d6 Fix typo in license header há 7 anos atrás
database a614f98063 Set arbitrary maximum size for tsvector column há 7 anos atrás
errors 11dfcdd3d6 Fix typo in license header há 7 anos atrás
fever a9f98adb07 Move Fever middleware and routes to fever package há 7 anos atrás
http 15505ee4a2 Make UTF-8 the default encoding for XML feeds há 7 anos atrás
integration 9dc38a0803 Add missing package descriptions for GoDoc há 7 anos atrás
locale 0b63e05fe2 Add Italian translation há 7 anos atrás
logger 04220ca1e7 Remove date and time from log messages há 7 anos atrás
model 7897d8a8ad Handle the case when application session is expired and not user session há 7 anos atrás
oauth2 dc8668b904 Improve logging for OAuth2 callback há 7 anos atrás
reader 0cdcec10ca More robust Atom text handling há 7 anos atrás
service a9fad093e6 Move healthcheck endpoint from ui package to httpd service há 7 anos atrás
storage 7897d8a8ad Handle the case when application session is expired and not user session há 7 anos atrás
template a86a7dce57 Use the appropriate message if there are no unread entries há 7 anos atrás
tests 11dfcdd3d6 Fix typo in license header há 7 anos atrás
timer 11dfcdd3d6 Fix typo in license header há 7 anos atrás
timezone 9dc38a0803 Add missing package descriptions for GoDoc há 7 anos atrás
ui 7897d8a8ad Handle the case when application session is expired and not user session há 7 anos atrás
url d5ff4191b6 Improve unit tests in url package há 7 anos atrás
vendor 59d8e9b95e Update dependencies há 7 anos atrás
version 11dfcdd3d6 Fix typo in license header há 7 anos atrás
worker 3e392dc3ae Change log level to debug when starting workers há 7 anos atrás
.gitignore b51e7ea448 Add Makefile target for current OS and architecture há 7 anos atrás
.travis.yml 234b3710d4 Fix golint import in travis.yml há 7 anos atrás
ChangeLog 6378ad2734 Update ChangeLog há 7 anos atrás
LICENSE 8ffb773f43 First commit há 8 anos atrás
Makefile 31e2669c4d Add more targets to Makefile há 7 anos atrás
Procfile 41ce0a3b80 Make latest changes compatible with Heroku há 7 anos atrás
README.md 25c12053a6 Typo in README.md há 7 anos atrás
doc.go 11dfcdd3d6 Fix typo in license header há 7 anos atrás
generate.go 59d8e9b95e Update dependencies há 7 anos atrás
go.mod 59d8e9b95e Update dependencies há 7 anos atrás
go.sum 59d8e9b95e Update dependencies há 7 anos atrás
main.go dbcc5d8a97 Use canonical imports há 7 anos atrás
miniflux.1 79e7d007a4 Update man page há 7 anos atrás

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