1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
dependabot[bot] e2fb77bd85 Bump github.com/mccutchen/go-httpbin/v2 from 2.10.0 to 2.11.0
Bumps [github.com/mccutchen/go-httpbin/v2](https://github.com/mccutchen/go-httpbin) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/mccutchen/go-httpbin/releases)
- [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/mccutchen/go-httpbin/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 16:51:48 -07:00
.devcontainer Add new API endpoint: /entries/{entryID}/save 2023-07-28 13:56:59 -07:00
.github Trigger Docker and packages workflows only for semantic tags 2023-07-26 20:42:08 -07:00
api Add new API endpoint: /entries/{entryID}/save 2023-07-28 13:56:59 -07:00
cli
client
config
contrib
crypto Fix regression in integration page and simplify SQL query 2023-07-10 21:07:05 -07:00
database Added integration for Readwise Reader 2023-07-27 20:51:44 -07:00
errors
fever
googlereader
http
integration Added integration for Readwise Reader 2023-07-27 20:51:44 -07:00
locale Added integration for Readwise Reader 2023-07-27 20:51:44 -07:00
logger
metric
model Added integration for Readwise Reader 2023-07-27 20:51:44 -07:00
oauth2
packaging
proxy
reader Add scrape and rewrite rules for webtoons 2023-07-10 21:25:48 -07:00
storage Added integration for Readwise Reader 2023-07-27 20:51:44 -07:00
systemd
template Added integration for Readwise Reader 2023-07-27 20:51:44 -07:00
tests
timer
timezone
ui Added integration for Readwise Reader 2023-07-27 20:51:44 -07:00
url
validator
version
worker
.gitignore
ChangeLog Update ChangeLog 2023-07-21 18:07:13 -07:00
go.mod Bump github.com/mccutchen/go-httpbin/v2 from 2.10.0 to 2.11.0 2023-07-28 16:51:48 -07:00
go.sum Bump github.com/mccutchen/go-httpbin/v2 from 2.10.0 to 2.11.0 2023-07-28 16:51:48 -07:00
LICENSE
main.go
Makefile
miniflux.1 Update ChangeLog 2023-07-21 18:07:13 -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