{"id":19967628,"url":"https://github.com/ceramicstudio/ceramic-infra-poc","last_synced_at":"2026-02-13T02:47:25.658Z","repository":{"id":103141790,"uuid":"557351701","full_name":"ceramicstudio/ceramic-infra-poc","owner":"ceramicstudio","description":"This repo contains a github actions workflow to easily setup Ceramic nodes in AWS","archived":false,"fork":false,"pushed_at":"2022-11-23T15:57:32.000Z","size":48,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T18:57:49.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ceramicstudio.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-25T14:30:05.000Z","updated_at":"2024-05-31T11:08:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"627682a2-1878-47d2-b9e9-f7f6223c44f5","html_url":"https://github.com/ceramicstudio/ceramic-infra-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ceramicstudio/ceramic-infra-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fceramic-infra-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fceramic-infra-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fceramic-infra-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fceramic-infra-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceramicstudio","download_url":"https://codeload.github.com/ceramicstudio/ceramic-infra-poc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Fceramic-infra-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29393703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"online","status_checked_at":"2026-02-13T02:00:10.076Z","response_time":78,"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-13T02:43:07.366Z","updated_at":"2026-02-13T02:47:25.652Z","avatar_url":"https://github.com/ceramicstudio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Your Ceramic Quick Start Guide\n\n\n## Global Needs\n\n### Pre-reqs\n[how to install gpg](https://mikeross.xyz/gpg-without-gpgtools-on-mac/)\n\n### Setting up the repo\n\n**mac/linux**\n1. Create a new key-pair (be sure to avoid committing the private key to the repo)\n    ```bash\n    ssh-keygen -f ./ansible-key -t rsa -b 4096 -C ansible-key\n    ```\n1. Create a new secret in your repo called `ANSIBLE_PUBLIC_KEY` and paste the contents of `ansible-key.pub` into the value field.\n1. Encrypt the private key with gpg (you will commit this to the repo)\n    ```bash\n    gpg --symmetric --cipher-algo AES256 ansible-key\n    ```\n1. Enter a super strong password, but keep it handy.\n1. Create a new secret in your repo called `SSH_PASSPHRASE` and paste the super strong password you used above into the value field.\n1. Make sure the encrypted private key is in the proper directory\n    ```bash\n    mv ansible-key.gpg .github/config/ansible-key.gpg    ```\n1. Commit the encrypted private key to your repo in the .github/config directory\n    ```bash\n    git add .github/config/ansible-key.gpg\n    git commit -m \"Add encrypted ansible key\"\n    git push\n    ```\n\n### Configuring a cloud provider\n\n\u003cdetails\u003e\n\u003csummary\u003eAWS Instructions\u003c/summary\u003e\nYou need to set the following info from your aws account\nThat means you also need an aws account!\n\n`AWS_ACCESS_KEY_ID`\n\n`AWS_SECRET_ACCESS_KEY`\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eGCP Instructions\u003c/summary\u003e\nNot yet implemented\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDigital Ocean Instructions\u003c/summary\u003e\nNot yet implemented\n\u003c/details\u003e\n\n## Deploying the infrastructure\n\nSome general instructions about how to use Actions\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceramicstudio%2Fceramic-infra-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceramicstudio%2Fceramic-infra-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceramicstudio%2Fceramic-infra-poc/lists"}