{"id":25072357,"url":"https://github.com/jefwillems/funnel","last_synced_at":"2025-03-31T17:26:23.239Z","repository":{"id":276130386,"uuid":"928313070","full_name":"Jefwillems/Funnel","owner":"Jefwillems","description":"proxy requests to your computer, without exposing it","archived":false,"fork":false,"pushed_at":"2025-02-18T08:13:02.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T09:25:10.684Z","etag":null,"topics":["grpc","proxy","tunnel"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Jefwillems.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":"2025-02-06T12:35:11.000Z","updated_at":"2025-02-18T08:13:06.000Z","dependencies_parsed_at":"2025-02-06T13:53:53.025Z","dependency_job_id":null,"html_url":"https://github.com/Jefwillems/Funnel","commit_stats":null,"previous_names":["jefwillems/funnel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jefwillems%2FFunnel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jefwillems%2FFunnel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jefwillems%2FFunnel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jefwillems%2FFunnel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jefwillems","download_url":"https://codeload.github.com/Jefwillems/Funnel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246507242,"owners_count":20788783,"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":["grpc","proxy","tunnel"],"created_at":"2025-02-06T22:19:02.041Z","updated_at":"2025-03-31T17:26:23.218Z","avatar_url":"https://github.com/Jefwillems.png","language":"C#","readme":"﻿# Funnel Project\n\n## Overview\n\nThe Funnel project consists of a server and a CLI client that work together to funnel HTTP requests from the server URL to a local URL. The server proxies the requests to the CLI client, which processes the requests and returns the responses back to the server.\n\n## Project Structure\n\n- `Funnel.CliClient`: The CLI client that processes requests from the server.\n- `Funnel.Server`: The server that proxies requests to the CLI client.\n\n## Prerequisites\n\n- .NET 9.0 SDK or later\n- Visual Studio or JetBrains Rider\n\n## Getting Started\n\n### Running the Server\n\n1. Navigate to the `Funnel.Server` directory.\n2. Run the server using the following command:\n\n   ```sh\n   dotnet run\n   ```\n\n### Running the CLI Client\n\n1. Navigate to the `Funnel.CliClient` directory.\n2. Run the client using the following command:\n\n   ```sh\n   dotnet run -- https://localhost:7092 https://httpbin.org/\n   ```\n\n   The arguments are:\n    - `server_url`: The server URL to connect to.\n    - `local_url`: The local URL to funnel requests to.\n\n## Configuration\n\nThe `launchSettings.json` file in the `Funnel.CliClient` project contains the default command line arguments and environment variables for development.\n\n## Code Overview\n\n### Funnel.CliClient\n\nThe `Program.cs` file sets up the CLI client, configures the HTTP client, and starts the application.\n\n### Funnel.Server\n\nThe `Program.cs` file sets up the server, configures the gRPC services, and maps the request handling logic.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## Contact\n\nFor any questions or issues, please open an issue on GitHub.\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefwillems%2Ffunnel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjefwillems%2Ffunnel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefwillems%2Ffunnel/lists"}