1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
Minimalist and opinionated feed reader
Find a file
Julien Voisin b93543f416
feat: replace %{?systemd_requires} with %{?systemd_ordering}
As said [in the documentation](https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_dependencies_on_the_systemd_package):

> If the package wants to use systemd tools if they are available, but does not
want to declare a dependency, then the `%{?systemd_ordering}` macro MAY be used
as a weaker form of %{?systemd_requires} that only declares an ordering during
an RPM transaction.

See 2424b6bd71
and https://pagure.io/packaging-committee/issue/644 for more information.

And also use `--setopt=install_weak_deps=False` to avoid installing a lot of
useless dependencies.
2024-12-23 11:34:29 -08:00
.devcontainer build: Bump devcontainer version to go 1.23 2024-09-21 20:56:56 -07:00
.github ci: don't run go vet ./... as it's run as part of golangci-lint 2024-12-22 22:04:00 -08:00
client feat(api): rename integrations status endpoint 2024-10-17 21:29:44 -07:00
contrib fix: add datasource variable and upgrade depecrated panels on the grafana dashboard 2024-08-22 14:29:50 -07:00
internal Add more referer spoofing 2024-12-20 11:53:38 -08:00
packaging feat: replace %{?systemd_requires} with %{?systemd_ordering} 2024-12-23 11:34:29 -08:00
.gitignore build: add sha256 checksum file for published binaries 2024-08-15 17:24:28 -07:00
ChangeLog docs(changelog): update release notes for version 2.2.4 2024-12-20 13:05:52 -08:00
go.mod build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 2024-12-18 17:41:28 -08:00
go.sum build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 2024-12-18 17:41:28 -08:00
LICENSE First commit 2017-11-19 22:01:46 -08:00
main.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
Makefile build: add sha256 checksum file for published binaries 2024-08-15 17:24:28 -07:00
miniflux.1 docs(changelog): update release notes for version 2.2.4 2024-12-20 13:05:52 -08:00
Procfile Make latest changes compatible with Heroku 2018-08-29 20:50:36 -07:00
README.md Update contributor link and Godoc badge for client 2020-10-18 21:53:07 -07:00
SECURITY.md Update Security policy 2023-03-13 19:56:47 -07:00

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