{"id":19383327,"url":"https://github.com/mdouchement/ergo","last_synced_at":"2025-02-24T17:15:40.076Z","repository":{"id":44367257,"uuid":"304897476","full_name":"mdouchement/ergo","owner":"mdouchement","description":"Ergo is an HTTP/HTTPS proxy with authentication support. Works at TCP level.","archived":false,"fork":false,"pushed_at":"2024-05-09T19:49:51.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-07T06:50:02.344Z","etag":null,"topics":["authentication","http","https","proxy"],"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/mdouchement.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-10-17T14:36:01.000Z","updated_at":"2024-05-09T19:49:55.000Z","dependencies_parsed_at":"2022-08-27T00:40:20.781Z","dependency_job_id":"3f3295fd-7223-4a95-9226-a9e776439561","html_url":"https://github.com/mdouchement/ergo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fergo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fergo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fergo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fergo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdouchement","download_url":"https://codeload.github.com/mdouchement/ergo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240521052,"owners_count":19814694,"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":["authentication","http","https","proxy"],"created_at":"2024-11-10T09:25:35.681Z","updated_at":"2025-02-24T17:15:40.036Z","avatar_url":"https://github.com/mdouchement.png","language":"Go","readme":"# Ergo\n\nErgo is an HTTP/HTTPS proxy that supports `Proxy-Authorization` authentication.\n\nFeatures:\n- HTTP/HTTPS\n- Authentication\n- Deny list using [urlfilter](https://github.com/AdguardTeam/urlfilter) package\n- Cache domain name resolution results\n\n## How does it work\n\n### HTTP\n\n1. Accept TCP connection\n2. Catch the request header\n3. Open the TCP tunnel to the remote\n4. Forward through TCP pipeline the whole request to the remote\n\n### HTTPS\n\n1. Accept TCP connection\n2. Catch CONNECT request\n3. Open the TCP tunnel to the remote provided by the CONNECT request. So it supports HTTP2 multiplexed flow\n4. Respond `200 OK` to the client to inform the tunnel is opened\n5. Forward through TCP pipeline all the raw data\n\n## tls-forwarder\n\nUseful when Ergo is behind a router like Traefik with TLS enabled and your client doesn't support TLS proxy endpoint.\n\nWorkflow:\n1. Forwarder opens a TCP connection to Ergo through the router\n2. Perform TLS handshake with the router TLS\n3. Forward through TCP pipeline all the raw data to be proxified\n\n## License\n\n**MIT**\n\n\n## Contributing\n\nAll PRs are welcome.\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n5. Push to the branch (git push origin my-new-feature)\n6. Create new Pull Request","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fergo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdouchement%2Fergo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fergo/lists"}