{"id":30561161,"url":"https://github.com/timofurrer/influss","last_synced_at":"2025-08-28T11:43:40.355Z","repository":{"id":274357095,"uuid":"922073995","full_name":"timofurrer/influss","owner":"timofurrer","description":"[WIP!] Minimalist self-hosted read-it-later server that only produces an RSS feed.","archived":false,"fork":false,"pushed_at":"2025-02-14T16:09:55.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T16:32:56.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timofurrer.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":"2025-01-25T08:43:59.000Z","updated_at":"2025-02-14T16:09:58.000Z","dependencies_parsed_at":"2025-02-14T16:37:09.941Z","dependency_job_id":null,"html_url":"https://github.com/timofurrer/influss","commit_stats":null,"previous_names":["timofurrer/influss"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/timofurrer/influss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Finfluss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Finfluss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Finfluss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Finfluss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timofurrer","download_url":"https://codeload.github.com/timofurrer/influss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Finfluss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272492321,"owners_count":24943813,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-28T11:43:39.779Z","updated_at":"2025-08-28T11:43:40.326Z","avatar_url":"https://github.com/timofurrer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# influss\n\nMinimalist self-hosted read-it-later server that just produces an RSS feed.\n\n## Host influss\n\ninfluss can easily be self-hosted. It's a single Go binary and currently\nsupports storing the clipped websites in a file system directory.\n\n```shell\ndocker run -d --name influss -p 8080:8080 -v $(pwd)/influss-store:/store ghcr.io/timofurrer/influss/influss\n```\n\nRunning influss with `docker compose` makes configuration a little bit easier:\n\n```yaml\nservices:\n  influss:\n    image: ghcr.io/timofurrer/influss/influss:1.0.28\n    ports:\n      - \"8080:8080\"\n    volumes:\n      - store:/var/lib/influss/store\n    command:\n      - '--listen-addr=:8080'\n      - '--use-local-store=true'\n      - '--local-store-dir=/var/lib/influss/store'\n      - '--feed-title=Read it later (Influss)'\n      - '--feed-author-name=\u003cyour name\u003e'\n      - '--feed-author-email=\u003cyour email\u003e'\n      - '--feed-link=\u003cexternal URL\u003e/clips'\n      - '--feed-description=Read it later RSS feed produced by Influss'\n\nvolumes:\n  store:\n```\n\ninfluss does not come with any means of authentication.\nTherefore, we recommend running it behind a reverse proxy that\nalso takes care of authentication. We recommend [caddy](https://caddyserver.com/).\n\nConfigure simple HTTP basic auth with your reverse proxy for influss:\n\n```caddyfile\ninfluss.\u003cyour domain\u003e {\n        basicauth /* {\n                \u003cusername\u003e \u003ccaddy hashed password\u003e\n        }\n        reverse_proxy localhost:8080\n}\n```\n\nUse [`caddy hash-password`](https://caddyserver.com/docs/command-line#caddy-hash-password)\nto hash the password for the `Caddyfile` configuration.\n\n## Configure RSS reader\n\nConfigure your RSS reader to point to `influss.\u003cyour domain\u003e/clips` and optionally\nuse the HTTP basic auth credentials.\n\nWe recommend [miniflux](https://miniflux.app/) as the RSS reader.\n\n## Install browser extension\n\ninfluss currently only provides a Firefox Add-on.\n\nThe extension page is [here](https://addons.mozilla.org/de/android/addon/9ed557601ec54aaeb32f)\n\nHowever, you may already install the add-on from the [`extensions`](./extensions)\ndirectory.\n\n### Configure\n\nTo configure the browser extension go to its settings and configure\nthe endpoint, username and password.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Finfluss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimofurrer%2Finfluss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Finfluss/lists"}