{"id":17288782,"url":"https://github.com/stve/pow_proxy","last_synced_at":"2025-10-16T11:57:12.270Z","repository":{"id":1834122,"uuid":"2758456","full_name":"stve/pow_proxy","owner":"stve","description":"A simple rack-based proxy that allows you to run your node apps through Pow.","archived":false,"fork":false,"pushed_at":"2013-02-02T03:09:34.000Z","size":113,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-08T02:49:21.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"joelittlejohn/embedmongo-maven-plugin","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stve.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-11T20:47:51.000Z","updated_at":"2017-12-08T04:15:42.000Z","dependencies_parsed_at":"2022-08-20T16:00:21.833Z","dependency_job_id":null,"html_url":"https://github.com/stve/pow_proxy","commit_stats":null,"previous_names":["spagalloco/pow_proxy"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/stve/pow_proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stve%2Fpow_proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stve%2Fpow_proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stve%2Fpow_proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stve%2Fpow_proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stve","download_url":"https://codeload.github.com/stve/pow_proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stve%2Fpow_proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279187509,"owners_count":26122280,"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-10-16T02:00:06.019Z","response_time":53,"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":"2024-10-15T10:29:58.360Z","updated_at":"2025-10-16T11:57:12.230Z","avatar_url":"https://github.com/stve.png","language":"Ruby","readme":"# PowProxy\n\n\n_Note:_ [Pow 0.4.0](http://pow.cx/manual#section_6) has built in proxying. You probably don't need this anymore.\n\n## Introduction\n\nPowProxy is a simple rack-based proxy that allows you to run your non-ruby apps (like node, etc.) through [Pow](http://pow.cx).\n\nPowProxy is based on a blog post by [Assaf Arkin](/assaf). It's super easy to use. You really should just read [Assaf's blog post](http://labnotes.org/2011/08/09/using-pow-with-your-node-js-project/) to get the full explanation.\n\n## Installation\n\n    gem install pow_proxy\n\n## Usage\n\nCreate a `config.ru` file in your project's root with the following:\n\n```ruby\nrequire 'pow_proxy'\nrun PowProxy.new\n```\n\nBy default, it assumes the host to be `localhost` and the port to be `3000` however you can configure that to be anything you'd like:\n\n```ruby\nrequire 'pow_proxy'\nrun PowProxy.new(:host =\u003e '127.0.0.1', :port =\u003e 8080)\n```\n\nYou can also set the host and port by exporting the `POW_PROXY_HOST` and `POW_PROXY_PORT` environment variables in your `.powenv`.\n\nMake sure your app is running, symlink the app so that Pow knows about it and you'll be all set.\n\n## Copyright\n\nCopyright (c) 2012 Steve Agalloco, Assaf Arkin. See [LICENSE](https://github.com/spagalloco/pow_proxy/blob/master/LICENSE.md) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstve%2Fpow_proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstve%2Fpow_proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstve%2Fpow_proxy/lists"}