{"id":21289747,"url":"https://github.com/wzulfikar/go-puller","last_synced_at":"2025-10-04T15:49:01.752Z","repository":{"id":82238352,"uuid":"145754805","full_name":"wzulfikar/go-puller","owner":"wzulfikar","description":"minimum go server that does `git pull` for you.","archived":false,"fork":false,"pushed_at":"2018-08-22T21:18:44.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T08:47:13.884Z","etag":null,"topics":["devops","docker","git","go"],"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/wzulfikar.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-08-22T19:41:59.000Z","updated_at":"2021-04-10T12:04:14.000Z","dependencies_parsed_at":"2023-03-09T19:00:56.045Z","dependency_job_id":null,"html_url":"https://github.com/wzulfikar/go-puller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wzulfikar/go-puller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgo-puller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgo-puller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgo-puller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgo-puller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzulfikar","download_url":"https://codeload.github.com/wzulfikar/go-puller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgo-puller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278335451,"owners_count":25970129,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["devops","docker","git","go"],"created_at":"2024-11-21T12:42:57.607Z","updated_at":"2025-10-04T15:49:01.720Z","avatar_url":"https://github.com/wzulfikar.png","language":"Go","readme":"### go-puller\n\na single-endpoint server that does `git pull` for you.\n\n### Use case:\n\nautomatically pull the repo at your vps by sending a webhook request (ie. on git push). \n\n- add changes to repo\n- trigger a request to go-puller endpoint when there's a new push (ie. via github webhook)\n- go-puller handles the request and pull your repo\n\n### Usage\n\n#### using binary:\n\n```\n# build the binary (you need to have `go` installed):\nCGO_ENABLED=0 go build -a -installsuffix cgo -o go-puller .\n\n# run the binary in your repo directory\nREPO_PATH=$(pwd) go-puller\n```\n\n#### using docker (preferred):\n\n```\ndocker run --rm -v $(pwd):/repo -p 9999:9999 wzulfikar/go-puller\n```\n\n---\n\nabove commands will make go-puller available at localhost:9999. once the server is running, you can use simple `curl` to test if the puller can handle the request:\n\n```\ncurl localhost:9999\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzulfikar%2Fgo-puller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzulfikar%2Fgo-puller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzulfikar%2Fgo-puller/lists"}