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

Diego Agulló 359aea8308 Avoid line break between emoji and (un)read/(un)star links преди 7 години
api eee1f31903 Refactor HTTP context handling преди 7 години
cli 6137b401ee Make user creation via environment variables idempotent преди 8 години
client f43a055d63 Move Golang API client here преди 8 години
config dbcc5d8a97 Use canonical imports преди 8 години
crypto dbcc5d8a97 Use canonical imports преди 8 години
daemon c9f9dd3262 Store client IP address in request context преди 7 години
database dbcc5d8a97 Use canonical imports преди 8 години
errors dbcc5d8a97 Use canonical imports преди 8 години
fever eee1f31903 Refactor HTTP context handling преди 7 години
filter dbcc5d8a97 Use canonical imports преди 8 години
http c9f9dd3262 Store client IP address in request context преди 7 години
integration dbcc5d8a97 Use canonical imports преди 8 години
locale 62ec185154 Add german translation string преди 8 години
logger dbcc5d8a97 Use canonical imports преди 8 години
middleware c9f9dd3262 Store client IP address in request context преди 7 години
model c1e1506720 Revert cookie flag from strict to lax mode otherwise oauth2 won't work преди 7 години
oauth2 dbcc5d8a97 Use canonical imports преди 8 години
reader df2bebaf3d Update scraper rule for heise.de преди 8 години
scheduler dbcc5d8a97 Use canonical imports преди 8 години
storage 9169fbafb2 Show count of feeds with permanent errors in header menu преди 8 години
template 359aea8308 Avoid line break between emoji and (un)read/(un)star links преди 7 години
tests febce4f2e3 Split integration tests into multiple files преди 8 години
timer dbcc5d8a97 Use canonical imports преди 8 години
timezone dbcc5d8a97 Use canonical imports преди 8 години
ui c9f9dd3262 Store client IP address in request context преди 7 години
url dbcc5d8a97 Use canonical imports преди 8 години
vendor a3f3f51c60 Migrate to go modules (Go 1.11) преди 8 години
version dbcc5d8a97 Use canonical imports преди 8 години
.gitignore 449020c1e8 Update .gitignore преди 8 години
.travis.yml a9e9c347f4 Switch Travis to Go 1.11 преди 8 години
ChangeLog e0bfd220f7 Update ChangeLog преди 7 години
LICENSE 8ffb773f43 First commit преди 8 години
Makefile febce4f2e3 Split integration tests into multiple files преди 8 години
Procfile 41ce0a3b80 Make latest changes compatible with Heroku преди 8 години
README.md 4f62a704e2 Improve readme преди 8 години
doc.go dbcc5d8a97 Use canonical imports преди 8 години
generate.go dbcc5d8a97 Use canonical imports преди 8 години
go.mod 41ce0a3b80 Make latest changes compatible with Heroku преди 8 години
go.sum a3f3f51c60 Migrate to go modules (Go 1.11) преди 8 години
main.go dbcc5d8a97 Use canonical imports преди 8 години

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/

Screenshots

Default theme:

Default theme

Dark theme when using keyboard naviguation:

Dark theme

Credits