{"id":22994652,"url":"https://github.com/cloudoperators/greenhouse-extensions","last_synced_at":"2025-07-04T07:04:38.107Z","repository":{"id":231094912,"uuid":"762305610","full_name":"cloudoperators/greenhouse-extensions","owner":"cloudoperators","description":"Extensions for Greenhouse, the cloud operations platform","archived":false,"fork":false,"pushed_at":"2025-07-03T12:26:38.000Z","size":36023,"stargazers_count":6,"open_issues_count":69,"forks_count":4,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-07-03T13:28:29.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Smarty","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/cloudoperators.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audit-logs/README.md","citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-23T14:01:00.000Z","updated_at":"2025-07-03T12:22:55.000Z","dependencies_parsed_at":"2024-05-15T14:32:24.221Z","dependency_job_id":"9781149e-45c4-4b54-aca1-f28c021741c5","html_url":"https://github.com/cloudoperators/greenhouse-extensions","commit_stats":null,"previous_names":["cloudoperators/greenhouse-extensions"],"tags_count":2,"template":false,"template_full_name":"cloudoperators/repository-template","purl":"pkg:github/cloudoperators/greenhouse-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fgreenhouse-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fgreenhouse-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fgreenhouse-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fgreenhouse-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudoperators","download_url":"https://codeload.github.com/cloudoperators/greenhouse-extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudoperators%2Fgreenhouse-extensions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263464184,"owners_count":23470473,"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-15T05:19:36.804Z","updated_at":"2025-07-04T07:04:38.076Z","avatar_url":"https://github.com/cloudoperators.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"Greenhouse extensions\n---------------------\n[![REUSE status](https://api.reuse.software/badge/github.com/cloudoperators/greenhouse-extensions)](https://api.reuse.software/badge/github.com/cloudoperators/greenhouse-extensions)\n\u003ca href=\"https://github.com/cloudoperators/greenhouse-extensions\"\u003e\u003cimg align=\"left\" width=\"150\" height=\"170\" src=\"https://raw.githubusercontent.com/cloudoperators/.github/main/assets/greenhouse.svg\"\u003e\u003c/a\u003e\n\nGreenhouse is a cloud operations platform designed to streamline and simplify the management of a large-scale, distributed infrastructure.\u003cbr\u003e\nThis repository is used manage these Plugins and curate the Greenhouse Plugin catalog.  \nSee the [Greenhouse core](https://github.com/cloudoperators/greenhouse) for further details on the platform.\n\nGreenhouse offers a diverse range of plugins that enhance the platform's capabilities.  \nThese plugins are pre-configured, yet customizable, tools that address various operational needs, reducing the learning curve and enabling teams to seamlessly adopt and configure them.  \nThe plugin catalog provides a centralized repository of these tools, allowing users to easily explore and select the plugins that best suit their requirements, streamlining their operational tasks.\n\n## Plugin catalog\n\nThe [Plugin catalog](./docs/catalog.md) provides an overview of currently available plugins, allowing users to easily explore and select the plugins that best suit their requirements.\n\n## Contributing\n\nMissing a Plugin?  \nContributions are welcome!\n\nThe Greenhouse team gladly supports in the development of new Plugins.   \nIf you need help, please reach out to the team via any of the documented channels.\n\nPlease check whether an item from the [Plugin backlog](https://github.com/cloudoperators/greenhouse-extensions/issues?q=is%3Aissue+is%3Aopen+label%3Aplugin) covers your requirements and\nconsider creating an issue proposing a new Plugin.\n\n### Plugin development\n\nPlugins must offer a consistent experience across the Greenhouse platform.  \nThis is ensured by below outlined conventions and the provided core and development frameworks.\n\nA Plugin directory must be structured as follows:\n\n```\n\u003cPlugin directory\u003e\n  ├─ README.md          Human-readable Plugin description\n  ├─ plugin.yaml        Plugin configuration via Greenhouse Plugin CRD\n  ├─ charts             Optional Helm chart backend \n  └─ ui                 Optional UI frontnd \n```\n\nThe *README.md* describes the overall Plugin functionality and highlights configuration options in a human-readable format,\nthe *plugin.yaml* specifies the front- and backend of a Plugin and its configuration options using the Greenhouse Plugin CRD.\nAn optional *charts* directory defines the backend for a Plugin as a Helm chart and the *ui* directory the frontend part which can be seen in the Greenhouse UI.\n\n### Local development\n\nPlease check [Local development](./docs/local-development.md) for details on how to develop and test Greenhouse extensions locally.\n\n### Walkthrough\n\nSee the [walkthrough guide](./docs/extension.md) and the [local development environment](./dev-env/README.md) for details on how to create new Greenhouse extensions.\n\nVarious Greenhouse resources are being used within this repository.  \nSee the [API reference documentation](https://github.com/pages/cloudoperators/greenhouse/docs/apidocs/index.html) for details.\n\n## Support, Feedback, Contributing\n\nThis project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cloudoperators/greenhouse-extensions/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Code of Conduct\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/cloudoperators/.github/blob/main/CODE_OF_CONDUCT.md) at all times.\n\n## Licensing\n\nCopyright 2024 SAP SE or an SAP affiliate company and Greenhouse contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cloudoperators/greenhouse-extensions).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudoperators%2Fgreenhouse-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudoperators%2Fgreenhouse-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudoperators%2Fgreenhouse-extensions/lists"}