An open API service indexing awesome lists of open source software.

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

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 ...

![Screenshot](screenshot.png)