1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
dependabot[bot] de92e3e472 Bump golang.org/x/oauth2 from 0.2.0 to 0.3.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 19:57:18 -08:00
.devcontainer Preconfigure Miniflux for GitHub Codespaces 2022-11-17 03:49:05 +00:00
.github Update Go dependencies 2022-11-13 14:56:43 -08:00
api
cli
client
config
contrib Pin Postgres image version in docker-compose examples to avoid unexpected upgrades 2022-11-13 14:14:04 -08:00
crypto
database
errors
fever
googlereader
http
integration
locale Locale terms normalization 2 2022-11-13 13:55:08 -08:00
logger
metric
model
oauth2
packaging
proxy
reader Skip integrations if there are no entries to push 2022-12-04 12:58:10 -08:00
service Enable TLS-ALPN-01 challenge for ACME 2022-11-16 20:41:55 -08:00
storage
systemd
template
tests
timer
timezone
ui
url
validator
version
worker
.gitignore
ChangeLog Update ChangeLog 2022-11-13 15:22:25 -08:00
doc.go
go.mod Bump golang.org/x/oauth2 from 0.2.0 to 0.3.0 2022-12-06 19:57:18 -08:00
go.sum Bump golang.org/x/oauth2 from 0.2.0 to 0.3.0 2022-12-06 19:57:18 -08:00
LICENSE
main.go
Makefile
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