暫無描述

dzaikos aae62aae08 Added remote client IP to API login failure error message. 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 62ec185154 Add german translation string 7 年之前
logger dbcc5d8a97 Use canonical imports 7 年之前
middleware aae62aae08 Added remote client IP to API login failure error message. 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 551b73acfb Add remove button in feed edit page 7 年之前
tests febce4f2e3 Split integration tests into multiple files 7 年之前
timer dbcc5d8a97 Use canonical imports 7 年之前
timezone dbcc5d8a97 Use canonical imports 7 年之前
ui 551b73acfb Add remove button in feed edit page 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