Ei kuvausta

Frédéric Guillot e8d0360e64 Validate Keep list and Block list rules syntax 5 vuotta sitten
.github a37a2dd043 Publish Docker images to GitHub Container Registry 5 vuotta sitten
api 4ff52bd730 Add API endpoints to get feeds and entries of a category 5 vuotta sitten
cli e45cc2d2aa Refactor user validation 5 vuotta sitten
client 4ff52bd730 Add API endpoints to get feeds and entries of a category 5 vuotta sitten
config 0bece2df7d Database backed LetsEncrypt certificate cache (#993) 5 vuotta sitten
contrib a72aca1d05 Add Grafana dashboard in contrib folder 5 vuotta sitten
crypto 41a2b7e58e Add "Share article" feature 6 vuotta sitten
database 0bece2df7d Database backed LetsEncrypt certificate cache (#993) 5 vuotta sitten
errors 11dfcdd3d6 Fix typo in license header 7 vuotta sitten
fever 4e07b549a2 Fever API: add client IP in middleware logs 5 vuotta sitten
http 05fd83bd6f add support for ipv6 with zone index 5 vuotta sitten
integration 228862fefa Refactor config package 6 vuotta sitten
locale e8d0360e64 Validate Keep list and Block list rules syntax 5 vuotta sitten
logger 91508c50b5 Add option to toggle date/time in log messages 6 vuotta sitten
metric c394a61a4e Add Prometheus exporter 5 vuotta sitten
model 4464802947 Reformat some Go files 5 vuotta sitten
oauth2 e45cc2d2aa Refactor user validation 5 vuotta sitten
packaging 0bece2df7d Database backed LetsEncrypt certificate cache (#993) 5 vuotta sitten
proxy 3afdf25012 Do not proxy image data url 5 vuotta sitten
reader 864dd9f219 Allow images with data URLs 5 vuotta sitten
service 0bece2df7d Database backed LetsEncrypt certificate cache (#993) 5 vuotta sitten
storage 9a9a271b1f Limit full-text search indexation to first 500K characters 5 vuotta sitten
template 23e4183bec Show global options in the about page 5 vuotta sitten
tests e8d0360e64 Validate Keep list and Block list rules syntax 5 vuotta sitten
timer 11dfcdd3d6 Fix typo in license header 7 vuotta sitten
timezone 9dc38a0803 Add missing package descriptions for GoDoc 7 vuotta sitten
ui e8d0360e64 Validate Keep list and Block list rules syntax 5 vuotta sitten
url f722fd1208 Handle invalid feeds with relative URLs 5 vuotta sitten
validator e8d0360e64 Validate Keep list and Block list rules syntax 5 vuotta sitten
version 6e20d37dda Build multi-platform images with Docker Buildx 5 vuotta sitten
worker f0610bdd9c Refactor feed creation to allow setting most fields via API 5 vuotta sitten
.gitignore 73d73dc61e Move Debian package builder to main repo 5 vuotta sitten
ChangeLog a6017a8411 Update ChangeLog 5 vuotta sitten
LICENSE 8ffb773f43 First commit 8 vuotta sitten
Makefile 6377f3a8b3 Fix regression introduced by PR #973 5 vuotta sitten
Procfile 41ce0a3b80 Make latest changes compatible with Heroku 7 vuotta sitten
README.md f87b05c90f Update contributor link and Godoc badge for client 5 vuotta sitten
doc.go 11dfcdd3d6 Fix typo in license header 7 vuotta sitten
generate.go 5b74083b5f Refactor SQL migrations 5 vuotta sitten
go.mod f1d7385294 Update Go version to 1.15 in go.mod 5 vuotta sitten
go.sum f8ca825524 Update go.mod 5 vuotta sitten
main.go 5b74083b5f Refactor SQL migrations 5 vuotta sitten
miniflux.1 0bece2df7d Database backed LetsEncrypt certificate cache (#993) 5 vuotta sitten

README.md

Miniflux 2

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