{"id":19166427,"url":"https://github.com/cipherstash/heroku-buildpack","last_synced_at":"2026-06-15T06:31:24.676Z","repository":{"id":208780167,"uuid":"722467063","full_name":"cipherstash/heroku-buildpack","owner":"cipherstash","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-27T00:42:29.000Z","size":11484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T23:22:17.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/cipherstash.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":"2023-11-23T08:03:22.000Z","updated_at":"2023-11-23T08:06:19.000Z","dependencies_parsed_at":"2024-11-09T09:44:12.512Z","dependency_job_id":null,"html_url":"https://github.com/cipherstash/heroku-buildpack","commit_stats":null,"previous_names":["cipherstash/heroku-buildpack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cipherstash/heroku-buildpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherstash%2Fheroku-buildpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherstash%2Fheroku-buildpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherstash%2Fheroku-buildpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherstash%2Fheroku-buildpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cipherstash","download_url":"https://codeload.github.com/cipherstash/heroku-buildpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipherstash%2Fheroku-buildpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34351357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","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":[],"created_at":"2024-11-09T09:32:53.166Z","updated_at":"2026-06-15T06:31:24.660Z","avatar_url":"https://github.com/cipherstash.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"tandem.svg\" alt=\"Ramhorns logo\" width=\"250\" align=\"right\"\u003e\n\n# Heroku Buildpack for CipherStash Tandem\n\nDeploy [Tandem](https://cipherstash.com/products/tandem) to Heroku with this Buildpack.\nIt adds the `tandem` binary which can be run as a worker process.\n\n## Deploying\n\nIf you have an existing app in Heroku, you can add this buildpack:\n\n```\nheroku buildpacks:add https://github.com/cipherstash/heroku-buildpack\n```\n\nThis will add this buildpack to your app, alongside any others you might already have.\n\nTo start Tandem, you must add an entry to your `Procfile`.\nSee the [Heroku docs](https://devcenter.heroku.com/articles/procfile) for more info.\n\n```sh\n# Existing web worker (example)\nweb: bundle exec rails server -p $PORT\n# Add this line\nworker: tandem\n```\n\nCommit the change to your Procfile and push to Heroku.\n\n```sh\ngit add Procfile\ngit commit -m \"Added tandem worker to Heroku Procfile\"\ngit push heroku main\n```\n\n### Scaling the worker\n\nTo spin up a Tandem Dyno instance, you need to scale to at least one worker.\n\n```sh\nheroku ps:scale worker=1\n```\n\nAnd you should see something like the following:\n\n```sh\nheroku ps\n=== web (Basic): bundle exec rails server -p $PORT (1)\nweb.1: up 2023/11/27 08:00:04 +1100 (~ 26s ago)\n\n=== worker (Basic): tandem (1)\nworker.1: restarting 2023/11/27 08:00:29 +1100 (~ 1s ago)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipherstash%2Fheroku-buildpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcipherstash%2Fheroku-buildpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipherstash%2Fheroku-buildpack/lists"}