No description
Find a file
dependabot[bot] 41d47244af Bump github.com/tdewolff/minify/v2 from 2.9.26 to 2.9.27
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.26 to 2.9.27.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.9.26...v2.9.27)

---
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-01-10 17:47:54 -08:00
.github Update issue templates 2021-12-06 17:34:34 -08:00
api
cli
client Add ability to change entry sort order in the UI 2021-09-09 19:59:12 -07:00
config Make Invidious instance configurable 2022-01-05 20:43:03 -08:00
contrib Fix docker compose example files compatibility to v3 2021-10-22 14:10:41 -07:00
crypto
database Add Google Reader API implementation (experimental) 2022-01-02 19:45:12 -08:00
errors
fever
googlereader Google Reader: Cosmetic improvements 2022-01-02 20:28:12 -08:00
http Add Google Reader API implementation (experimental) 2022-01-02 19:45:12 -08:00
integration Minor improvements in integration package 2021-09-07 20:34:47 -07:00
locale Google Reader: Cosmetic improvements 2022-01-02 20:28:12 -08:00
logger
metric
model Add Google Reader API implementation (experimental) 2022-01-02 19:45:12 -08:00
oauth2
packaging packaging: remove SystemCallFilter from miniflux.service 2021-12-23 17:52:13 -08:00
proxy
reader Use custom feed user agent to fetch website icon 2022-01-08 15:20:18 -08:00
service Add Google Reader API implementation (experimental) 2022-01-02 19:45:12 -08:00
storage Google Reader: Cosmetic improvements 2022-01-02 20:28:12 -08:00
systemd
template Expose entry unshare in the entry and list views 2022-01-03 10:04:48 -08:00
tests Add ability to change entry sort order in the UI 2021-09-09 19:59:12 -07:00
timer
timezone
ui Omit User-Agent header in image proxy to avoid being blocked 2022-01-09 20:23:35 -08:00
url Remove RequestURI() hack 2021-09-11 11:08:15 -07:00
validator
version
worker
.gitignore Add Google Reader API implementation (experimental) 2022-01-02 19:45:12 -08:00
ChangeLog Update ChangeLog 2021-12-16 17:00:50 -08:00
doc.go
go.mod Bump github.com/tdewolff/minify/v2 from 2.9.26 to 2.9.27 2022-01-10 17:47:54 -08:00
go.sum Bump github.com/tdewolff/minify/v2 from 2.9.26 to 2.9.27 2022-01-10 17:47:54 -08:00
LICENSE
main.go
Makefile Build RPM and Debian package with PIE mode enabled 2021-09-25 16:16:47 -07:00
miniflux.1 Make Invidious instance configurable 2022-01-05 20:43:03 -08:00
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