{"id":13406384,"url":"https://github.com/damoeb/rss-proxy","last_synced_at":"2025-05-14T12:09:46.069Z","repository":{"id":38103035,"uuid":"257925218","full_name":"damoeb/rss-proxy","owner":"damoeb","description":"RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.","archived":false,"fork":false,"pushed_at":"2025-01-06T13:08:16.000Z","size":3734,"stargazers_count":1818,"open_issues_count":20,"forks_count":114,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-13T04:56:02.194Z","etag":null,"topics":["atom-feed","json-feed","rss-feed","rss-feed-generator","rss-generator","rss-proxy"],"latest_commit_sha":null,"homepage":"https://rssproxy.migor.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damoeb.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"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-04-22T14:27:01.000Z","updated_at":"2025-04-12T14:32:34.000Z","dependencies_parsed_at":"2024-03-28T18:39:50.564Z","dependency_job_id":"384c982a-9e86-4135-8ca9-762d500b661b","html_url":"https://github.com/damoeb/rss-proxy","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoeb%2Frss-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoeb%2Frss-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoeb%2Frss-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoeb%2Frss-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damoeb","download_url":"https://codeload.github.com/damoeb/rss-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665763,"owners_count":21142123,"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":["atom-feed","json-feed","rss-feed","rss-feed-generator","rss-generator","rss-proxy"],"created_at":"2024-07-30T19:02:28.815Z","updated_at":"2025-04-13T04:56:10.079Z","avatar_url":"https://github.com/damoeb.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","HTML","HarmonyOS","others"],"sub_categories":["Windows Manager"],"readme":"# RSS-proxy \n\n[![Build Status](https://app.travis-ci.com/damoeb/rss-proxy.svg?branch=master)](https://app.travis-ci.com/damoeb/rss-proxy)\n\nRSS-proxy allows you to do create an ATOM or JSON feed of any static website or feeds (web to feed), \njust by analyzing just the HTML structure. [Try the demo](https://rssproxy.migor.org). It is an alternative UI to [feedless](https://github.com/damoeb/feedless) with a reduced feature set.\nIf you want advanced features like fulltext feeds, aggregation, persistence, authentication and others, checkout [feedless](https://github.com/damoeb/feedless/blob/master/docs/third-party-migration.md)\n\n![Playground](https://github.com/damoeb/rss-proxy/raw/master/docs/rssproxy-candidates.png \"Playground\")\n\n## Features\n- Web to Feed\n- Feed to Feed: pipe existing native feeds through `rss-proxy` to filter them\n- [Filters](https://github.com/damoeb/feedless/blob/master/docs/filters.md)\n- Self Hosting\n\n## Advanced Features\nIf you look for features below, you have to use [feedless](https://github.com/damoeb/feedless), the successor of `rss-proxy`\n- Feed Aggregation\n- Authentication and multi-tenancy\n- JavaScript Support (prerendering)\n- Fulltext Feeds and other content enrichments\n- Persistence\n- CLI\n- GraphQL API\n- Plugins\n\n# Changelog\nSee [here](./changelog.md)\n\n## Quickstart installation using docker\nIf you have [docker](https://docs.docker.com/install/) or [podman](https://podman.io/getting-started/installation) installed, do this\n\n```\ndocker pull damoeb/rss-proxy:2.1\ndocker run -p 8080:8080 -e APP_API_GATEWAY_URL=https://foo.bar -it damoeb/rss-proxy:2.1\n```\n\n`APP_API_GATEWAY_URL` is your outfacing url, which will be used as host for feeds you create.\n\nThen open [localhost:8080](http://localhost:8080) in the browser.\n\n## Understanding Docker requirements\nFor RSS-Proxy to work with your Docker environment, you must ensure :\n- that you expose port 8080 on the container\n- that the rss-proxy container share a common network with the RSS reader app you are (probably self-hosting). The Docker `bridge` network is native to Docker in order to allow you to connect two containers on the same network.\n- then you need to personalize the `APP_API_GATEWAY_URL` : it must point to the IP of rss-proxy on the shared network selected and the container opened port (e.g : 192.172.0.3:8080). If you have a your rss-proxy runs under a named address you can simply point to that named address\n\n## Legacy Version 1\nIf you are interested in running the first prototype, this is how you do it.\n\n```\ndocker pull damoeb/rss-proxy:1\ndocker run -p 3000:3000 -it damoeb/rss-proxy:1\n```\n\nThen open [localhost:3000](http://localhost:3000) in the browser.\n\n## License\n\nThis project uses the following license: [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamoeb%2Frss-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamoeb%2Frss-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamoeb%2Frss-proxy/lists"}