This is a Miniflux fork, ships with all upstream features, plus:
- New home, an article statistics page where reading starts.
- Masonry view with thumbnails.
- NSFW Feature: Show / Hide content which is
Not Safe For Work. - Quickly toggle masonry / list view for every category / feed.
- Action menu, with additinal action
Mark Above as Read. - Save / Edit articles.
- Cache images to disk/database according to feeds settings
| Variable Name | Description | Default Value |
|---|---|---|
| DISABLE_CACHE_SERVICE | Set the value to 1 to disable cache service | None |
| CACHE_FREQUENCY | Caching job frequency | 24 (hours) |
| CACHE_LOCATION | Where to save caches, "disk" or "database" | disk |
| DISK_STORAGE_ROOT | The path where the disk storage located | ./ |
Disable HTTP service (with
DISABLE_HTTP_SERVICE), will disable cache service on anyway.
See all other variables here.
The NSFW is designed to hide and skip some articles temporary in some cases, like, at work.
In the second demo below, a small dot near the Miniflux indicates that the NSFW mode is enabled.
- With
NSFWmode enabled, all feeds (and their articles) marked as NSFW will not be shown. - Mark feeds'
NSFWflags in the feed setting pages, before enableNSFWmode. - Switch
NSFWMode with keyboard shorcut Shift + N on PC, or theNSFWmenu on mobile.
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
The Miniflux documentation is available here: https://miniflux.app/docs/ (Man page)
- Opinionated?
- Features
- Requirements
- Installation Instructions
- Upgrading to a New Version
- Configuration
- Command Line Usage
- User Interface Usage
- Keyboard Shortcuts
- Integration with External Services
- Rewrite and Scraper Rules
- API Reference
- Development
- Internationalization
- Frequently Asked Questions
Default theme:
Dark theme when using keyboard navigation:
- Authors: Frédéric Guillot - List of contributors
- Distributed under Apache 2.0 License