Няма описание

Frédéric Guillot bb720c87c1 Make HTTP Client timeout and max body size configurable преди 7 години
api 0925899cee Move API middleware and routes to api package преди 7 години
cli 228862fefa Refactor config package преди 7 години
client 28ba09e952 Remove URL from client user agent преди 7 години
config bb720c87c1 Make HTTP Client timeout and max body size configurable преди 7 години
crypto 11dfcdd3d6 Fix typo in license header преди 7 години
database 4295a86e55 Add option to enable/disable keyboard shortcuts преди 7 години
errors 11dfcdd3d6 Fix typo in license header преди 7 години
fever 228862fefa Refactor config package преди 7 години
http bb720c87c1 Make HTTP Client timeout and max body size configurable преди 7 години
integration 228862fefa Refactor config package преди 7 години
locale 4295a86e55 Add option to enable/disable keyboard shortcuts преди 7 години
logger 04220ca1e7 Remove date and time from log messages преди 7 години
model 4295a86e55 Add option to enable/disable keyboard shortcuts преди 7 години
oauth2 dc8668b904 Improve logging for OAuth2 callback преди 7 години
reader 129f1bf3da Add support for OPML v1 import преди 7 години
service 228862fefa Refactor config package преди 7 години
storage 0dff432337 Remove debug timer from most storage functions преди 7 години
template 228862fefa Refactor config package преди 7 години
tests 11dfcdd3d6 Fix typo in license header преди 7 години
timer 11dfcdd3d6 Fix typo in license header преди 7 години
timezone 9dc38a0803 Add missing package descriptions for GoDoc преди 7 години
ui 228862fefa Refactor config package преди 7 години
url d5ff4191b6 Improve unit tests in url package преди 7 години
vendor 6764a420b0 Make parser compatible with Go 1.12 преди 7 години
version 11dfcdd3d6 Fix typo in license header преди 7 години
worker 3e392dc3ae Change log level to debug when starting workers преди 7 години
.gitignore b51e7ea448 Add Makefile target for current OS and architecture преди 7 години
.travis.yml 45df254fe7 Add Golang 1.12 to CI преди 7 години
ChangeLog 3a483be258 Update ChangeLog преди 7 години
Dockerfile 220d9e3d56 Move Dockerfile to main repo преди 7 години
LICENSE 8ffb773f43 First commit преди 8 години
Makefile 220d9e3d56 Move Dockerfile to main repo преди 7 години
Procfile 41ce0a3b80 Make latest changes compatible with Heroku преди 8 години
README.md 3c8cc0b2b6 Update links to the documentation преди 7 години
doc.go 11dfcdd3d6 Fix typo in license header преди 7 години
generate.go 59d8e9b95e Update dependencies преди 7 години
go.mod 5f487e8c79 Bump pq to v1.1.1 to bring in SCRAM-SHA-256 authentication. преди 7 години
go.sum 5f487e8c79 Bump pq to v1.1.1 to bring in SCRAM-SHA-256 authentication. преди 7 години
main.go dbcc5d8a97 Use canonical imports преди 8 години
miniflux.1 bb720c87c1 Make HTTP Client timeout and max body size configurable преди 7 години

README.md

Miniflux 2

Build Status 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