{"id":22788992,"url":"https://github.com/ripeworks/jekyll-build","last_synced_at":"2025-07-17T23:37:17.892Z","repository":{"id":21850641,"uuid":"25173898","full_name":"ripeworks/jekyll-build","owner":"ripeworks","description":"Jekyll build server written in go","archived":false,"fork":false,"pushed_at":"2016-10-20T13:45:26.000Z","size":20,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T16:26:10.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ripeworks.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}},"created_at":"2014-10-13T19:24:53.000Z","updated_at":"2016-10-19T13:01:07.000Z","dependencies_parsed_at":"2022-08-20T02:10:15.820Z","dependency_job_id":null,"html_url":"https://github.com/ripeworks/jekyll-build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ripeworks/jekyll-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fjekyll-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fjekyll-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fjekyll-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fjekyll-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripeworks","download_url":"https://codeload.github.com/ripeworks/jekyll-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripeworks%2Fjekyll-build/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265678940,"owners_count":23810120,"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-12-12T01:39:33.955Z","updated_at":"2025-07-17T23:37:17.680Z","avatar_url":"https://github.com/ripeworks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"jekyll-build\n============\n\nJekyll build server written in go. Uses a `POST` http request to trigger builds, making it useful for webhooks. A simple `Dockerfile` has been provided with all necessary dependencies to run `jekyll build`.\n\nBuilding an Image\n----------------\n\n```bash\n# Compile jekyll-build and build a docker image\n$ make\n# Run a container on port 8080\n$ docker run --rm -p 8080:80 jekyll-build\n```\n\nDocker Registry\n---------------\n\nJekyll build is on Docker's public registry! `docker pull ripeworks/jekyll-build:latest`\n\nDeploy Techniques\n-----------------\n\nUsing a `DEPLOY` file you can specify how you would like jekyll-build to publish your site. By default it will attempt to use Amazon S3.\n\n* __Amazon S3__\n* __surge.sh__\n\nUsage\n----\n\nSend a POST request to `/build` to get started. See below for the format to map a request to a repository url.\n\n`POST /build/:host/:user/:repo`\n\n* __host__ - Host where repository is located. (i.e. github.com)\n* __user__ - User/Organization that owns repository.\n* __repo__ - Name of repository\n\n### Example\n\n```\nPOST /build/github.com/tamagokun/tamagokun.github.com\n\n# Maps to\n\ngit@github.com:tamagokun/tamagokun.github.com.git\n```\n\n### S3 Bucket\n\nBy default successfully built sites will be synced to an Amazon S3 Bucket. Specify the bucket location by creating a `BUCKET` file at the root of your project.\n\n### Permissions\n\nThe user running jekyll-build must have proper permissions to access the repository specified, as well as a configured `s3cmd` client.\n\n### Private Repositories\n\nIf you plan to automate builds using private repositories, there are a few ways to handle authentication.\n\n#### SSH Keys\n\nPerhaps the easiest way is to provide a private key to the docker container that has read access to the git repository.\n\nExample:\n\n```bash\n$ docker run --rm -p 8080:80 -v ~/.ssh/id_rsa:/root/.ssh/id_rsa jekyll-build\n```\n\n#### .netrc\n\nIf the git repository supports cloning over https (github, gitlab, bitbucket), you could alternatively provide authentication using `.netrc`. It does require storing credentials/tokens in plaintext so take caution.\n\nExample:\n\n```\nmachine github.com\n  login TOKEN\n  password\n```\n\n```bash\n$ docker run --rm -p 8080:80 -v ~/.netrc:/root/.netrc jekyll-build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripeworks%2Fjekyll-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripeworks%2Fjekyll-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripeworks%2Fjekyll-build/lists"}