{"id":27769740,"url":"https://github.com/eddex/koios-proxy","last_synced_at":"2026-04-15T21:31:08.990Z","repository":{"id":81515303,"uuid":"573833166","full_name":"eddex/koios-proxy","owner":"eddex","description":"HTTP proxy for the Koios API 🌐","archived":false,"fork":false,"pushed_at":"2023-12-01T08:34:08.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T10:34:25.890Z","etag":null,"topics":["cardano","csharp","dotnet","dotnet-core","http-proxy","koios","web3","yarp"],"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/eddex.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,"zenodo":null}},"created_at":"2022-12-03T15:22:16.000Z","updated_at":"2023-07-25T15:04:48.000Z","dependencies_parsed_at":"2025-04-29T20:56:24.582Z","dependency_job_id":"62e285bf-44a1-44a1-973b-f4edc65c6b06","html_url":"https://github.com/eddex/koios-proxy","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/eddex/koios-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddex%2Fkoios-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddex%2Fkoios-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddex%2Fkoios-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddex%2Fkoios-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddex","download_url":"https://codeload.github.com/eddex/koios-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddex%2Fkoios-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31861243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cardano","csharp","dotnet","dotnet-core","http-proxy","koios","web3","yarp"],"created_at":"2025-04-29T20:56:21.056Z","updated_at":"2026-04-15T21:31:08.881Z","avatar_url":"https://github.com/eddex.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Koios Proxy\n\nSimple proxy to make requests to the public Cardano [Koios API](https://api.koios.rest)\nfrom your web3 Dapp frontend.\n\n## Run from pre-built docker image\n\n`docker run -p 5001:80 eddex/koios-proxy`\n\nAny request to `http://localhost:5001/*` will be forwarded to `https://api.koios.rest/*`.\n\nThe image is hosted on [DockerHub](https://hub.docker.com/repository/docker/eddex/koios-proxy/general).\n\n**Environment variables**\n\n| Name                   | Default      | Valid values                                           | Description                                               |\n| ---------------------- | ------------ | ------------------------------------------------------ | --------------------------------------------------------- |\n| ASPNETCORE_ENVIRONMENT | `Production` | `Development`, `Production`                            | Defines which appsettings.json configuration file is used |\n| ALLOWED_ORIGINS        | `*`          | Comma separated list of allowed domains (`*`=wildcard) | CORS allowed origins                                      |\n\n```bash\n# Example: Use `appsettings.Development.json` and allow requests from `a.io` as well as all subdomains of `b.ch`.\ndocker run --rm -p 5001:80 \\\n-e \"ASPNETCORE_ENVIRONMENT=Development\" \\\n-e \"ALLOWED_ORIGINS=a.io,*.b.ch\" \\\neddex/koios-proxy:latest\n```\n\n## Run from source code\n\n`dotnet run --project ./KoiosProxy/`\n\n## Build docker image from source code\n\n1. Build image: `docker build -t koios-proxy -f ./KoiosProxy/Dockerfile .`\n2. Run container: `docker run --rm -p 5001:80 koios-proxy:latest`\n\n## Attributions\n\n- powered by [YARP](https://github.com/microsoft/reverse-proxy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddex%2Fkoios-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddex%2Fkoios-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddex%2Fkoios-proxy/lists"}