{"id":22177607,"url":"https://github.com/ntidev/aguacateproxy","last_synced_at":"2025-03-24T18:25:21.413Z","repository":{"id":94806509,"uuid":"152754092","full_name":"ntidev/aguacateproxy","owner":"ntidev","description":"Very simple and basic proxy","archived":false,"fork":false,"pushed_at":"2018-10-17T12:56:22.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-29T23:15:40.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ntidev.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":"2018-10-12T13:23:53.000Z","updated_at":"2019-03-20T13:50:06.000Z","dependencies_parsed_at":"2023-04-25T19:31:18.189Z","dependency_job_id":null,"html_url":"https://github.com/ntidev/aguacateproxy","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/ntidev%2Faguacateproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2Faguacateproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2Faguacateproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2Faguacateproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntidev","download_url":"https://codeload.github.com/ntidev/aguacateproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245326557,"owners_count":20597060,"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":[],"created_at":"2024-12-02T08:29:56.198Z","updated_at":"2025-03-24T18:25:21.384Z","avatar_url":"https://github.com/ntidev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"AguacateProxy\r\n=============\r\n\r\n![Image of AguacateProxy](https://github.com/ntidev/aguacateproxy/blob/master/aguacate.png?raw=true)\r\n\r\nThis is a very simple proxy used to be able to forward an address/port from one point to another.\r\n\r\nIt is not intented to be used (for now) in production as it doesn't care (at all) about any type of security and/or dynamic configuration.\r\n\r\nThis proxy is entirely based on the library [tcpproxy](https://godoc.org/github.com/google/tcpproxy) from GoLang.\r\n\r\n\r\n## Installation\r\n\r\nThe simplest way to install this is with Docker.\r\n\r\n```shell\r\n $ docker run -p \"8080:8080\" -v \"${PWD}/etc:/etc/aguacateproxy\" -it ntidev/aguacateproxy\r\n```\r\n\r\nUnless you make the container run on the host's network, you will have to map all the ports that you will use on the configuration file.\r\n\r\n## Configuration Sample\r\n\r\nThe configuration is based on a simple file called `config.yml`\r\n\r\n```yml\r\nendpoints: \r\n- { name: \"aguacateproxy_test\", from: \":8080\", to: \"1.2.3.4:80\" }\r\n- { name: \"aguacateproxy_test_sni\", from: \":8080\", to: \"1.2.3.4:80\", type: \"sni\", domain: \"aguacateproxy.xyz\" }  \r\n```\r\n\r\nThe configuration consists of an array of `endpoints` which has the following structure:\r\n\r\n* *name*: A descriptive name for the route *(Required)*\r\n* *from*: The `From` piece of the redirection  *(Required)*\r\n* *to*: The `To` piece of the redirection  *(Required)*\r\n* *type*: As of right now the only available type is `sni`, this parameter is optional\r\n* *domain*: In case the type `sni` is used, this parameter contains the domain piece for the SNI route\r\n\r\n\r\n## Contributors\r\n\r\n* Benjamín Visón [GitHub](http://github.com/bvisonl)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntidev%2Faguacateproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntidev%2Faguacateproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntidev%2Faguacateproxy/lists"}