1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
Alexandros Kosiaris 79810413bd Add Greek translation
Why:
Cause, why not?

What:
Add the JSON file and amend locale.go to use it
2021-07-18 13:46:41 -07:00
.github
api
cli Add new option DATABASE_CONNECTION_LIFETIME 2021-05-23 19:40:33 -07:00
client client: Try to parse response Body on InternalServerError 2021-06-16 20:48:12 -07:00
config Add new config option CLEANUP_ARCHIVE_BATCH_SIZE 2021-05-23 20:52:13 -07:00
contrib contrib: Add support for a $MINIFLUX_IMAGE env var in docker-compose 2021-06-16 20:34:25 -07:00
crypto
database add option to hide categories from the global unread list 2021-06-12 13:06:30 -07:00
errors
fever
http Avoid extra HTTP request for fetching custom stylesheet 2021-05-31 14:29:33 -07:00
integration
locale Add Greek translation 2021-07-18 13:46:41 -07:00
logger
metric Add database stats to Prometheus exporter 2021-05-22 20:31:49 -07:00
model add option to hide categories from the global unread list 2021-06-12 13:06:30 -07:00
oauth2
packaging Tweak watchdog 2021-05-22 20:25:38 -07:00
proxy
reader Use runes instead of bytes to truncate JSON feed titles 2021-05-31 11:42:59 -07:00
service Add new config option CLEANUP_ARCHIVE_BATCH_SIZE 2021-05-23 20:52:13 -07:00
storage add option to hide categories from the global unread list 2021-06-12 13:06:30 -07:00
systemd
template ui: Expose markCategoryAsRead 2021-07-05 14:13:18 -07:00
tests
timer
timezone
ui ui: Expose markCategoryAsRead 2021-07-05 14:13:18 -07:00
url
validator
version
worker
.gitignore
ChangeLog Update ChangeLog 2021-06-06 10:03:44 -07:00
doc.go
go.mod Bump github.com/tdewolff/minify/v2 from 2.9.18 to 2.9.19 2021-07-12 18:04:42 -07:00
go.sum Bump github.com/tdewolff/minify/v2 from 2.9.18 to 2.9.19 2021-07-12 18:04:42 -07:00
LICENSE
main.go
Makefile
miniflux.1 Add new config option CLEANUP_ARCHIVE_BATCH_SIZE 2021-05-23 20:52:13 -07:00
Procfile
README.md
SECURITY.md Fix typo in SECURITY.md 2021-05-24 15:23:20 -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