{"id":22971202,"url":"https://github.com/nathanperier/echo-http","last_synced_at":"2025-06-25T05:03:43.561Z","repository":{"id":223968969,"uuid":"761989348","full_name":"NathanPERIER/echo-http","owner":"NathanPERIER","description":"Simple HTTP server that responds with the content of the requests it receives","archived":false,"fork":false,"pushed_at":"2025-06-09T09:43:07.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T05:03:36.889Z","etag":null,"topics":["debugging-tool","http"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/NathanPERIER.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,"zenodo":null}},"created_at":"2024-02-22T21:40:20.000Z","updated_at":"2025-06-09T10:07:57.000Z","dependencies_parsed_at":"2024-11-11T17:29:57.739Z","dependency_job_id":"2dda1c0e-3207-4f6c-a6c0-7f01e6097419","html_url":"https://github.com/NathanPERIER/echo-http","commit_stats":null,"previous_names":["nathanperier/echo-http"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NathanPERIER/echo-http","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPERIER%2Fecho-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPERIER%2Fecho-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPERIER%2Fecho-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPERIER%2Fecho-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NathanPERIER","download_url":"https://codeload.github.com/NathanPERIER/echo-http/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanPERIER%2Fecho-http/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261807929,"owners_count":23212683,"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":["debugging-tool","http"],"created_at":"2024-12-14T22:16:29.564Z","updated_at":"2025-06-25T05:03:43.493Z","avatar_url":"https://github.com/NathanPERIER.png","language":"TypeScript","readme":"\n# Echo HTTP\n\nA small HTTP server that responds with the content of the requests it recieves. Can namely be used to test deployment of services behind a reverse-proxy. \n\n## Run with Docker\n\n### Build\n\n```\ndocker build . -t echo-http\n```\n\n### Deploy\n\nExample with `docker-compose` :\n\n```yml\nversion: \"3.9\"\nnetworks:\n  nginx:\n    name: nginx_network\n    external: true\nservices:\n  echo:\n    image: echo-http:latest\n    container_name: echo\n    ports:\n      - '8080:8080' # direct access\n    networks:\n      - nginx       # access through reverse proxy\n    user: '1000:1000'\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanperier%2Fecho-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanperier%2Fecho-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanperier%2Fecho-http/lists"}