{"id":37127854,"url":"https://github.com/stackitcloud/devpod-provider-stackit","last_synced_at":"2026-01-14T14:53:05.516Z","repository":{"id":282199298,"uuid":"947336580","full_name":"stackitcloud/devpod-provider-stackit","owner":"stackitcloud","description":"The devpod-provider-stackit enables seamless integration of DevPod with STACKIT, facilitating the deployment of development environments on the STACKIT cloud platform","archived":false,"fork":false,"pushed_at":"2025-12-10T15:18:24.000Z","size":506,"stargazers_count":8,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-24T07:55:54.304Z","etag":null,"topics":["cloud-provider","devcontainer","devpod","devpod-provider","stackit","stackit-cloud"],"latest_commit_sha":null,"homepage":"https://www.stackit.de","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stackitcloud.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,"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":"2025-03-12T14:27:02.000Z","updated_at":"2025-09-25T14:32:55.000Z","dependencies_parsed_at":"2025-04-11T12:47:40.623Z","dependency_job_id":"b9a46c7c-da0a-4dfa-bdd5-c73a6b5023ec","html_url":"https://github.com/stackitcloud/devpod-provider-stackit","commit_stats":null,"previous_names":["stackitcloud/devpod-provider-stackit"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/stackitcloud/devpod-provider-stackit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fdevpod-provider-stackit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fdevpod-provider-stackit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fdevpod-provider-stackit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fdevpod-provider-stackit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackitcloud","download_url":"https://codeload.github.com/stackitcloud/devpod-provider-stackit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackitcloud%2Fdevpod-provider-stackit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"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":["cloud-provider","devcontainer","devpod","devpod-provider","stackit","stackit-cloud"],"created_at":"2026-01-14T14:53:04.556Z","updated_at":"2026-01-14T14:53:05.509Z","avatar_url":"https://github.com/stackitcloud.png","language":"Go","readme":"# DevPod Provider for STACKIT\n\n\u003c!-- markdownlint-disable-next-line MD013 MD034 --\u003e\n[![Open in DevPod](https://devpod.sh/assets/open-in-devpod.svg)](https://devpod.sh/open#provider=stackitcloud/devpod-provider-stackit)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/stackitcloud/devpod-provider-stackit)](https://goreportcard.com/report/github.com/stackitcloud/devpod-provider-stackit)\n\nThe DevPod Provider for STACKIT enables seamless integration between [DevPod](https://devpod.sh) and the [STACKIT Cloud Platform](https://www.stackit.de/en/), allowing you to deploy development environments on STACKIT's European cloud infrastructure. This provider offers a secure, GDPR-compliant solution for creating reproducible development environments in STACKIT's German data centers.\n\n## Features\n\n- Deploy development environments on STACKIT's cloud platform\n- Automated VM provisioning and management\n- GDPR-compliant European cloud infrastructure\n- Full DevContainer compatibility\n\n## Requirements\n\n- [DevPod CLI](https://devpod.sh/docs/getting-started/installation) or [DevPod Desktop](https://devpod.sh/docs/getting-started/installation)\n- STACKIT account with an active project\n- Service Account with appropriate permissions\n- Service Account Key and Private Key (for authentication)\n\n## Installation\n\nYou can add the STACKIT provider to DevPod using the CLI:\n\n```bash\ndevpod provider add stackitcloud/devpod-provider-stackit\n```\n\nOr through the DevPod Desktop application by clicking on \"Providers\" and then \"Add Provider\".\n\n## Configuration\n\nWhen adding the provider, you need to configure the following options:\n\n| Option | Required | Description | Default  |\n|--------|----------|-------------|----------|\n| REGION | true | The STACKIT region to create the VM in (e.g., `eu01`) | `eu01`   |\n| AVAILABILITY_ZONE | true | The availability zone to use (e.g., `eu01-1`, `eu01-2`) |    `eu01-1`     |\n| PROJECT_ID | true | The STACKIT project ID to use |          |\n| DISK_SIZE | false | The disk size to use in GB | `64`     |\n| SERVICE_ACCOUNT_KEY_PATH | true | Path to your STACKIT Service Account Key JSON file |          |\n| PRIVATE_KEY_PATH | true | Path to your private key |          |\n| FLAVOR | false | The VM instance type to use | `g1.1`   |\n\n## Authentication\n\nTo authenticate with STACKIT, you need to:\n\n1. Create a Service Account in the STACKIT Portal\n2. Generate a key pair locally\n3. Upload the public key to STACKIT\n4. Download the Service Account Key JSON file\n\n### Creating a Service Account Key\n\n1. Log in to the [STACKIT Portal](https://portal.stackit.cloud/)\n2. Navigate to your project\n3. Go to \"Service Accounts\" tab\n4. Create a new Service Account or select an existing one\n5. Go to \"Service Account Keys\" and create a new key\n6. Follow the instructions to upload your public key and download the Service Account Key JSON\n\nFor detailed instructions, see the [STACKIT documentation on creating service account keys](https://docs.stackit.cloud/stackit/en/create-a-service-account-key-175112456.html).\n\n## Usage\n\nAfter setting up the provider, you can create a new DevPod workspace:\n\n```bash\n# Create a new workspace from a Git repository\ndevpod up git@github.com:user/repository.git --provider stackit\n\n# Or from a local directory\ndevpod up ./my-project --provider stackit\n```\n\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the [Apache License 2.0](LICENSE).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackitcloud%2Fdevpod-provider-stackit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackitcloud%2Fdevpod-provider-stackit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackitcloud%2Fdevpod-provider-stackit/lists"}