{"id":16227967,"url":"https://github.com/tborychowski/miniflux-filter","last_synced_at":"2025-03-19T13:31:14.386Z","repository":{"id":145624159,"uuid":"268641932","full_name":"tborychowski/miniflux-filter","owner":"tborychowski","description":"Filter for miniflux - \"mark as read\" all unwanted articles.","archived":false,"fork":false,"pushed_at":"2022-01-20T11:38:53.000Z","size":492,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T07:37:51.017Z","etag":null,"topics":["docker","docker-compose","docker-image","miniflux","miniflux2","rss"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/tborychowski/miniflux-filter","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tborychowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-01T22:00:58.000Z","updated_at":"2025-02-10T08:20:48.000Z","dependencies_parsed_at":"2023-04-27T16:01:43.901Z","dependency_job_id":null,"html_url":"https://github.com/tborychowski/miniflux-filter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tborychowski%2Fminiflux-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tborychowski%2Fminiflux-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tborychowski%2Fminiflux-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tborychowski%2Fminiflux-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tborychowski","download_url":"https://codeload.github.com/tborychowski/miniflux-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244434792,"owners_count":20452256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","docker-image","miniflux","miniflux2","rss"],"created_at":"2024-10-10T12:54:16.532Z","updated_at":"2025-03-19T13:31:14.382Z","avatar_url":"https://github.com/tborychowski.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Miniflux Filter\n==================\nThis project \"happened\" out of frustrations with my RSS feeds posting more and more spam, and the ~~lack of~~ very limited filtering functionality in my favourite rss aggregator - Miniflux.\n\n![Screenshot](screen.png)\n\n# Setup with Docker\n1. Create a `docker-compose.yml` with the following content\n\n```yml\n---\nversion: '3'\nservices:\n    miniflux-filter:\n    image: tborychowski/miniflux-filter:latest\n    container_name: miniflux-filter\n    restart: unless-stopped\n    environment:\n        - TZ=Europe/Dublin\n        # if not present - there will be no auth\n        # - ADMIN_PASSWORD=admin1\n        # ERROR, WARNING, INFO, DEBUG\n        - LOG_LEVEL=INFO\n    ports:\n        - \"5020:80\"\n    volumes:\n        - ./data:/var/www/html/store\n```\n2. Run `docker-compose up -d`\n3. Open `\u003cserverIP\u003e:5020`\n\n\n# TODO\n- [ ] more settings (caches timeouts, clear caches, etc.)\n- [ ] allow to filter all feeds (add `*` to feed list)\n- [ ] preview\n\n\n## Alternatives\n- https://github.com/uggedal/cfg/blob/master/templates/opt/fluxfilter/bin/fluxfilter\n- https://github.com/dewey/miniflux-sidekick\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftborychowski%2Fminiflux-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftborychowski%2Fminiflux-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftborychowski%2Fminiflux-filter/lists"}