Go to file
dependabot[bot] b2467fdd50 Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.5.5...v1.5.6)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-17 20:32:15 -07:00
.devcontainer Add Apprise integration 2023-07-31 20:55:17 -07:00
.github Update RockyLinux image from 8 to 9 2023-08-09 21:11:38 -07:00
client Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
contrib Move Thunder Client API collection to contrib folder 2023-07-30 18:59:01 -07:00
internal Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
packaging Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
.gitignore
ChangeLog
go.mod Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6 2023-08-17 20:32:15 -07:00
go.sum Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6 2023-08-17 20:32:15 -07:00
LICENSE
main.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
Makefile Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
miniflux.1 Use Odysee video duration as read time 2023-08-09 20:12:05 -07: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