1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
dependabot[bot] 42928e0a9d Bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.2
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.12.1...v2.12.2)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 16:12:16 -07:00
.github
api
cli
client Fix some linter issues 2022-08-08 22:06:38 -07:00
config Allow setting a custom image proxy URL 2022-08-29 20:33:47 -07:00
contrib
crypto
database
errors
fever
googlereader
http
integration
locale
logger
metric
model
oauth2
packaging
proxy
reader
service
storage
systemd Add Systemd watchdog 2021-05-22 18:46:15 -07:00
template
tests
timer
timezone
ui
url
validator
version Fix some linter issues 2022-08-08 22:06:38 -07:00
worker
.gitignore
ChangeLog
doc.go
go.mod
go.sum
LICENSE First commit 2017-11-19 22:01:46 -08:00
main.go
Makefile Update "make run" command to execute migrations 2022-09-18 16:57:40 -07:00
miniflux.1
Procfile
README.md
SECURITY.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