{"id":17573915,"url":"https://github.com/zgiber/repeater","last_synced_at":"2025-06-13T15:11:03.067Z","repository":{"id":85532778,"uuid":"88518241","full_name":"zgiber/repeater","owner":"zgiber","description":"A primitive http server which returns the body of the latest POST request.","archived":false,"fork":false,"pushed_at":"2018-04-19T12:12:08.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T07:51:37.548Z","etag":null,"topics":[],"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/zgiber.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":"2017-04-17T14:49:35.000Z","updated_at":"2018-04-19T12:12:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"559b54b0-a4b2-420c-bed2-115b4c2abcc7","html_url":"https://github.com/zgiber/repeater","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zgiber/repeater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgiber%2Frepeater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgiber%2Frepeater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgiber%2Frepeater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgiber%2Frepeater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zgiber","download_url":"https://codeload.github.com/zgiber/repeater/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgiber%2Frepeater/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259668696,"owners_count":22893133,"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-10-21T21:43:04.407Z","updated_at":"2025-06-13T15:11:03.025Z","avatar_url":"https://github.com/zgiber.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repeater\nA primitive http server which returns the body of the latest POST request. \nRequest body is kept in memory, so it will be lost on restart. It's mostly for small request bodies.\nUse it for whatever you'd like though. I'm using it to expose public-safe data from a private network.\n\nTo run it with docker:\n\n1. Build the image\n`docker build -t repeater .`\n\n2. Run the server\n`docker run -d --name repeater -p80:8000 --restart on-failure repeater`\n\nUse another port by changing -p value if you like. For example, running it on port 8765 requires to set: `-p8765:8000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgiber%2Frepeater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzgiber%2Frepeater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgiber%2Frepeater/lists"}