1
0
Fork 0
Minimalist and opinionated feed reader https://github.com/miniflux/v2
Find a file
Pontus Jensen Karlsson 9fdbd180df Added maskable versions of the PWA icon.
Recent versions of Android allows the user to choose their own
homescreen icons shape. This introduces the concept of maskable PWA
icons, which without the "purpose" tag and properly padded icons makes
the homescreen icon look really boxy and weird.

This adds a new version of the icon with more padding in three sizes, as
well as the "purpose" attribute in the manifest.json file. The three old
icons are retained for compatibility with desktop and iOS.
2023-05-08 16:35:37 -07:00
.devcontainer
.github
api
cli
client
config Make sure PROXY_IMAGES option is backward compatible 2023-04-02 18:35:43 -07:00
contrib
crypto
database
errors
fever
googlereader
http
integration
locale
logger
metric
model
oauth2
packaging
proxy
reader Update scraping rules for ilpost.it 2023-05-02 17:07:25 -07:00
service
storage
systemd
template fix: Point to docs for URL rewrite rules too 2023-05-04 17:04:21 -07:00
tests
timer
timezone
ui Added maskable versions of the PWA icon. 2023-05-08 16:35:37 -07:00
url
validator
version
worker
.gitignore
ChangeLog Update ChangeLog 2023-05-06 14:09:45 -07:00
doc.go
go.mod Bump golang.org/x/term from 0.7.0 to 0.8.0 2023-05-04 17:04:42 -07:00
go.sum Bump golang.org/x/term from 0.7.0 to 0.8.0 2023-05-04 17:04:42 -07:00
LICENSE
main.go
Makefile
miniflux.1
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