{"id":48561101,"url":"https://github.com/jon77p/infrastructure","last_synced_at":"2026-04-08T12:17:43.100Z","repository":{"id":36985108,"uuid":"363047922","full_name":"jon77p/infrastructure","owner":"jon77p","description":"A collection of docker-compose files to setup my current homelab infrastructure, powered by several Raspberry Pi’s and the Cloud!","archived":false,"fork":false,"pushed_at":"2026-04-02T01:05:45.000Z","size":13425,"stargazers_count":12,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-02T13:35:15.097Z","etag":null,"topics":["ansible","cdktf","cloudflare","cloudflared","docker","docker-compose","homelab","infrastructure","infrastructure-as-code","k3s","kubernetes","tailscale","traefik"],"latest_commit_sha":null,"homepage":"https://thepi.cloud","language":"Jinja","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/jon77p.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":".github/CODEOWNERS","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":"2021-04-30T06:29:04.000Z","updated_at":"2026-04-02T01:05:48.000Z","dependencies_parsed_at":"2023-10-14T14:21:54.272Z","dependency_job_id":"63cfd362-4202-4126-83ed-88ab65cfb699","html_url":"https://github.com/jon77p/infrastructure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jon77p/infrastructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon77p%2Finfrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon77p%2Finfrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon77p%2Finfrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon77p%2Finfrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jon77p","download_url":"https://codeload.github.com/jon77p/infrastructure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jon77p%2Finfrastructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ansible","cdktf","cloudflare","cloudflared","docker","docker-compose","homelab","infrastructure","infrastructure-as-code","k3s","kubernetes","tailscale","traefik"],"created_at":"2026-04-08T12:17:42.300Z","updated_at":"2026-04-08T12:17:43.056Z","avatar_url":"https://github.com/jon77p.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infrastructure\n\n![Overall Status](https://healthchecks.thepi.cloud/badge/e4651ff1-7eb9-4a73-ab52-7a41c6/8umX5Vja-2.svg)\n![Infrastructure Status](https://healthchecks.thepi.cloud/badge/e4651ff1-7eb9-4a73-ab52-7a41c6/Frnnv0Xh-2/infrastructure.svg)\n![Cluster Status](https://healthchecks.thepi.cloud/badge/e465366a-14f0-4ef1-b81a-6abc40/3iKjcFGj-2/Local.svg)\n![OCI Status](https://healthchecks.thepi.cloud/badge/e4651ff1-7eb9-4a73-ab52-7a41c6/__-7GQXW-2/oci.svg)\n![Services Status](https://healthchecks.thepi.cloud/badge/e4651ff1-7eb9-4a73-ab52-7a41c6/YGeGePrI-2/services.svg)\n![Healthchecks Status](https://healthchecks.io/badge/db2e13af-f58d-4333-954b-d85bbe/OCsy-OX3-2.svg)\n![HomeAssistant Status](https://healthchecks.thepi.cloud/badge/e4651ff1-7eb9-4a73-ab52-7a41c6/Dcg8sgEY-2/hass.svg)\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new)\n\n## Getting Started: [Minimal Setup]\n\n1. `docker swarm init` on manager node\n2. `docker swarm join` with correct join token on all other nodes\n3. `docker network create --scope swarm --driver overlay web` on manager node\n4. `docker stack deploy -c cloudflared/docker-compose.yml picluster`\n5. `docker stack deploy -c traefik/docker-compose.yml picluster`\n6. `docker stack deploy -c cloudflare-companion/docker-compose.yml picluster`\n\n## Locally Applying kustomizations\n\n1. Export environment variables to current shell\n2. Run `envsubst \u003c \u003c(kubectl kustomize *path-to-kustomization-dir*) | kubectl apply -f -`\n\n## Decrypting SOPS secrets for kubectl\n\n1. `sops --decrypt *path-to-.sops.yaml* | kubectl apply -f -`\n\n## Credits\n\nPortions cloned from [k8s-at-home/template-cluster-k3s](https://github.com/k8s-at-home/template-cluster-k3s)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon77p%2Finfrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjon77p%2Finfrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon77p%2Finfrastructure/lists"}