Tidak Ada Deskripsi

Dave Z 9169fbafb2 Show count of feeds with permanent errors in header menu 7 tahun lalu
api b17e4e88f6 Expose real error messages for internal server API errors 7 tahun lalu
cli dbcc5d8a97 Use canonical imports 7 tahun lalu
client f43a055d63 Move Golang API client here 7 tahun lalu
config dbcc5d8a97 Use canonical imports 7 tahun lalu
crypto dbcc5d8a97 Use canonical imports 7 tahun lalu
daemon dbcc5d8a97 Use canonical imports 7 tahun lalu
database dbcc5d8a97 Use canonical imports 7 tahun lalu
errors dbcc5d8a97 Use canonical imports 7 tahun lalu
fever dbcc5d8a97 Use canonical imports 7 tahun lalu
filter dbcc5d8a97 Use canonical imports 7 tahun lalu
http c327833314 Simplify context keys 7 tahun lalu
integration dbcc5d8a97 Use canonical imports 7 tahun lalu
locale 62ec185154 Add german translation string 7 tahun lalu
logger dbcc5d8a97 Use canonical imports 7 tahun lalu
middleware aae62aae08 Added remote client IP to API login failure error message. 7 tahun lalu
model dbcc5d8a97 Use canonical imports 7 tahun lalu
oauth2 dbcc5d8a97 Use canonical imports 7 tahun lalu
reader df2bebaf3d Update scraper rule for heise.de 7 tahun lalu
scheduler dbcc5d8a97 Use canonical imports 7 tahun lalu
storage 9169fbafb2 Show count of feeds with permanent errors in header menu 7 tahun lalu
template 9169fbafb2 Show count of feeds with permanent errors in header menu 7 tahun lalu
tests febce4f2e3 Split integration tests into multiple files 7 tahun lalu
timer dbcc5d8a97 Use canonical imports 7 tahun lalu
timezone dbcc5d8a97 Use canonical imports 7 tahun lalu
ui 9169fbafb2 Show count of feeds with permanent errors in header menu 7 tahun lalu
url dbcc5d8a97 Use canonical imports 7 tahun lalu
vendor f43a055d63 Move Golang API client here 7 tahun lalu
version dbcc5d8a97 Use canonical imports 7 tahun lalu
.gitignore 449020c1e8 Update .gitignore 8 tahun lalu
.travis.yml dbcc5d8a97 Use canonical imports 7 tahun lalu
ChangeLog 33dcbae705 Update ChangeLog 7 tahun lalu
Gopkg.lock f43a055d63 Move Golang API client here 7 tahun lalu
Gopkg.toml f43a055d63 Move Golang API client here 7 tahun lalu
LICENSE 8ffb773f43 First commit 8 tahun lalu
Makefile febce4f2e3 Split integration tests into multiple files 7 tahun lalu
Procfile 7f2612d9a6 Add Procfile 7 tahun lalu
README.md dbcc5d8a97 Use canonical imports 7 tahun lalu
doc.go dbcc5d8a97 Use canonical imports 7 tahun lalu
generate.go dbcc5d8a97 Use canonical imports 7 tahun lalu
main.go dbcc5d8a97 Use canonical imports 7 tahun lalu

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