1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
dependabot[bot] de53d8762f Bump github.com/lib/pq from 1.10.0 to 1.10.1
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.0...v1.10.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-25 23:15:20 -07:00
.github Setup golangci-lint Github Action 2021-03-22 21:34:48 -07:00
api Add per feed cookies option 2021-03-22 20:27:58 -07:00
cli Systemd readiness notification 2021-03-16 20:14:43 -07:00
client Setup golangci-lint Github Action 2021-03-22 21:34:48 -07:00
config Use YouTube video duration as read time 2021-02-21 11:13:52 -08:00
contrib Move healthcheck from Dockerfile to docker-compose because it's optional 2021-02-22 21:47:30 -08:00
crypto
database Add per feed cookies option 2021-03-22 20:27:58 -07:00
errors
fever Fever API: add client IP in middleware logs 2020-08-08 21:51:52 -07:00
http Setup golangci-lint Github Action 2021-03-22 21:34:48 -07:00
integration Send full article content to wallabag 2021-02-21 11:05:29 -08:00
locale Update de_DE.json 2021-03-28 17:22:23 -07:00
logger
metric Add Prometheus exporter 2020-09-27 20:04:48 -07:00
model Setup golangci-lint Github Action 2021-03-22 21:34:48 -07:00
oauth2 Refactor user validation 2021-01-03 21:36:35 -08:00
packaging Systemd readiness notification 2021-03-16 20:14:43 -07:00
proxy Do not proxy image data url 2020-10-14 22:26:54 -07:00
reader Fix typo in reader/json/doc.go 2021-04-02 19:00:06 -07:00
service Improve health check endpoint to test database connection 2021-02-19 19:32:13 -08:00
storage Setup golangci-lint Github Action 2021-03-22 21:34:48 -07:00
template Fix filtering doesn't work when selecting from multiple found feeds 2021-04-25 21:06:39 -07:00
tests Setup golangci-lint Github Action 2021-03-22 21:34:48 -07:00
timer
timezone
ui Use an appropriate color for visited links on dark theme 2021-04-14 21:28:31 -07:00
url Handle invalid feeds with relative URLs 2020-12-02 20:58:18 -08:00
validator Make web app display mode configurable 2021-02-28 13:29:51 -08:00
version Build multi-platform images with Docker Buildx 2020-10-18 15:09:47 -07:00
worker Refactor feed creation to allow setting most fields via API 2021-01-02 16:48:22 -08:00
.gitignore Move Debian package builder to main repo 2020-10-18 21:28:42 -07:00
ChangeLog Update ChangeLog 2021-03-21 11:29:24 -07:00
doc.go
go.mod Bump github.com/lib/pq from 1.10.0 to 1.10.1 2021-04-25 23:15:20 -07:00
go.sum Bump github.com/lib/pq from 1.10.0 to 1.10.1 2021-04-25 23:15:20 -07:00
LICENSE
main.go Remove completely generated files 2021-02-18 21:50:27 -08:00
Makefile Remove completely generated files 2021-02-18 21:50:27 -08:00
miniflux.1 Use YouTube video duration as read time 2021-02-21 11:13:52 -08:00
Procfile
README.md Update contributor link and Godoc badge for client 2020-10-18 21:53:07 -07:00
SECURITY.md Create SECURITY.md 2021-03-30 20:51:34 -07:00

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