{"id":28353540,"url":"https://github.com/eschwart/rp-rs","last_synced_at":"2025-10-07T20:10:11.164Z","repository":{"id":144642248,"uuid":"569471901","full_name":"eschwart/rp-rs","owner":"eschwart","description":"Minimalistic Reverse Proxy","archived":false,"fork":false,"pushed_at":"2022-11-22T22:45:35.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T20:05:02.472Z","etag":null,"topics":["reverse-proxy","rust","rustls","tokio-rs"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/eschwart.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-11-22T22:45:32.000Z","updated_at":"2022-11-22T22:46:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a01d42b-5726-4363-b636-5f4d7581f92a","html_url":"https://github.com/eschwart/rp-rs","commit_stats":null,"previous_names":["eschwart/rp-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eschwart/rp-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschwart%2Frp-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschwart%2Frp-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschwart%2Frp-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschwart%2Frp-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eschwart","download_url":"https://codeload.github.com/eschwart/rp-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eschwart%2Frp-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278838434,"owners_count":26054720,"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-07T02:00:06.786Z","response_time":59,"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":["reverse-proxy","rust","rustls","tokio-rs"],"created_at":"2025-05-28T01:12:38.533Z","updated_at":"2025-10-07T20:10:11.144Z","avatar_url":"https://github.com/eschwart.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rp-rs\n\nAn extremely simple low-functionality reverse proxy with minimum TLS support\n\n## Configuration\nThere's a singular configuation file that needs to be modified. It should be named `config.txt` and will should look like this:\n```\n80\n    server: localhost\n    paths:\n        /donut =\u003e localhost:8888\n\n443\n    server: localhost\n    paths:\n        / =\u003e localhost:444\n    ssl:\n        certificate: sample.pem\n        certificate_key: sample.rsa\n```\n\n## Usability\n#### Build\n```bash\ncargo build --release\n```\n\n#### Run\n```bash\nsudo ./target/release/rp-rs\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feschwart%2Frp-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feschwart%2Frp-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feschwart%2Frp-rs/lists"}