Nav apraksta

dependabot[bot] febb7b1748 build(deps): bump golangci/golangci-lint-action from 6 to 7 1 gadu atpakaļ
.devcontainer c326d5574b build: Bump devcontainer version to go 1.23 1 gadu atpakaļ
.github febb7b1748 build(deps): bump golangci/golangci-lint-action from 6 to 7 1 gadu atpakaļ
client 86b3593fec docs: update client README to not reference deprecated function 1 gadu atpakaļ
contrib 2dffcfeadc fix: add datasource variable and upgrade depecrated panels on the grafana dashboard 1 gadu atpakaļ
internal 82a6fe64ae feat(storage): reduce the number of SQL queries when fetching entry enclosures 1 gadu atpakaļ
packaging f7e30822c3 build(deps): bump golang in /packaging/debian 1 gadu atpakaļ
.gitignore e98e16e45a build: add sha256 checksum file for published binaries 1 gadu atpakaļ
ChangeLog 600f19cc87 docs(changelog): update release notes for version 2.2.6 1 gadu atpakaļ
LICENSE 8ffb773f43 First commit 8 gadi atpakaļ
Makefile 12ca7aa085 feat: add a make add string command to add new localized strings 1 gadu atpakaļ
Procfile 41ce0a3b80 Make latest changes compatible with Heroku 7 gadi atpakaļ
README.md f87b05c90f Update contributor link and Godoc badge for client 5 gadi atpakaļ
SECURITY.md ea8c3c801a Update Security policy 3 gadi atpakaļ
go.mod 984a66b590 build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 1 gadu atpakaļ
go.sum 984a66b590 build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 1 gadu atpakaļ
main.go 168a870c02 Move internal packages to an internal folder 2 gadi atpakaļ
miniflux.1 d345c87376 docs(changelog): update release notes for version 2.2.4 1 gadu atpakaļ

README.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