https://github.com/knrdl/miniflux-cleanup
A Miniflux extension that cleans ads out of your feeds
https://github.com/knrdl/miniflux-cleanup
go miniflux
Last synced: 5 days ago
JSON representation
A Miniflux extension that cleans ads out of your feeds
- Host: GitHub
- URL: https://github.com/knrdl/miniflux-cleanup
- Owner: knrdl
- License: mit
- Created: 2022-01-30T18:15:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T19:58:18.000Z (about 2 months ago)
- Last Synced: 2025-04-17T10:23:59.122Z (11 days ago)
- Topics: go, miniflux
- Language: Go
- Homepage:
- Size: 236 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miniflux Cleanup
[Miniflux](https://miniflux.app/) is a great RSS Feed Reader, but has limited support for filtering spam out of feeds.
This tool watches out for new posts and applies the filtering rules to them (see below).
## Setup
```yaml
version: '3.9'
services:
miniflux-cleanup:
image: knrdl/miniflux-cleanup
restart: always
environment:
MINIFLUX_URL: http://miniflux:8080 # the URL where to find your miniflux instance
AUTH_PROXY_HEADER: 'X-Username' # optional: read username from http header (multi-user mode)
DEFAULT_USERNAME: admin # optional: ... or use this one (single-user mode)
CRONJOB_INTERVAL: 10s # search interval for new posts
ports:
- "8080:8080"
```## Screenshot
No feast for the eyes, but does the job ...
