설명 없음

Frédéric Guillot febce4f2e3 Split integration tests into multiple files 7 년 전
api b17e4e88f6 Expose real error messages for internal server API errors 7 년 전
cli dbcc5d8a97 Use canonical imports 7 년 전
client f43a055d63 Move Golang API client here 7 년 전
config dbcc5d8a97 Use canonical imports 7 년 전
crypto dbcc5d8a97 Use canonical imports 7 년 전
daemon dbcc5d8a97 Use canonical imports 7 년 전
database dbcc5d8a97 Use canonical imports 7 년 전
errors dbcc5d8a97 Use canonical imports 7 년 전
fever dbcc5d8a97 Use canonical imports 7 년 전
filter dbcc5d8a97 Use canonical imports 7 년 전
http c327833314 Simplify context keys 7 년 전
integration dbcc5d8a97 Use canonical imports 7 년 전
locale dbcc5d8a97 Use canonical imports 7 년 전
logger dbcc5d8a97 Use canonical imports 7 년 전
middleware c327833314 Simplify context keys 7 년 전
model dbcc5d8a97 Use canonical imports 7 년 전
oauth2 dbcc5d8a97 Use canonical imports 7 년 전
reader df2bebaf3d Update scraper rule for heise.de 7 년 전
scheduler dbcc5d8a97 Use canonical imports 7 년 전
storage dbcc5d8a97 Use canonical imports 7 년 전
template dbcc5d8a97 Use canonical imports 7 년 전
tests febce4f2e3 Split integration tests into multiple files 7 년 전
timer dbcc5d8a97 Use canonical imports 7 년 전
timezone dbcc5d8a97 Use canonical imports 7 년 전
ui 4148d8af80 Added remote client IP to login failure error message. 7 년 전
url dbcc5d8a97 Use canonical imports 7 년 전
vendor f43a055d63 Move Golang API client here 7 년 전
version dbcc5d8a97 Use canonical imports 7 년 전
.gitignore 449020c1e8 Update .gitignore 8 년 전
.travis.yml dbcc5d8a97 Use canonical imports 7 년 전
ChangeLog 33dcbae705 Update ChangeLog 7 년 전
Gopkg.lock f43a055d63 Move Golang API client here 7 년 전
Gopkg.toml f43a055d63 Move Golang API client here 7 년 전
LICENSE 8ffb773f43 First commit 8 년 전
Makefile febce4f2e3 Split integration tests into multiple files 7 년 전
Procfile 7f2612d9a6 Add Procfile 7 년 전
README.md dbcc5d8a97 Use canonical imports 7 년 전
doc.go dbcc5d8a97 Use canonical imports 7 년 전
generate.go dbcc5d8a97 Use canonical imports 7 년 전
main.go dbcc5d8a97 Use canonical imports 7 년 전

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

Miniflux 2 is a rewrite of Miniflux 1.x in Golang.

Documentation

The Miniflux documentation is available here: https://docs.miniflux.app/

Credits

  • Author: Frédéric Guillot
  • Distributed under Apache 2.0 License