Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seatgeek/backstage-plugins
SeatGeek Backstage Plugins Collection
https://github.com/seatgeek/backstage-plugins
Last synced: 7 days ago
JSON representation
SeatGeek Backstage Plugins Collection
- Host: GitHub
- URL: https://github.com/seatgeek/backstage-plugins
- Owner: seatgeek
- License: apache-2.0
- Created: 2023-12-06T16:52:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T13:41:06.000Z (7 months ago)
- Last Synced: 2024-05-02T05:54:05.011Z (6 months ago)
- Language: TypeScript
- Size: 2.51 MB
- Stars: 25
- Watchers: 6
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SeatGeek Backstage Plugins Collection
This SeatGeek Backstage Plugins Collection offers the following plugins:
- **Awards**: the Awards Plugin is a complete solution to manage awards within Backstage.
- [plugins/awards](plugins/awards)
- [plugins/awards-common](plugins/awards-common)
- [plugins/awards-backend](plugins/awards-backend)
- **Entity Scaffolder Content**: the Entity Scaffolder Plugin allows the Backstage Scaffolder to be run within the `EntityPage` and have Scaffolder fields autopopulate from Entity data.
- [plugins/entity-scaffolder-content](plugins/entity-scaffolder-content/)
- **Catalog Backend Module Okta**: the Catalog Backend Module Okta Plugin allows users and groups to be ingested from the Okta API.
- [plugins/catalog-backend-module-okta](plugins/catalog-backend-module-okta)
- **Slack Catalog**: the Slack Catalog Plugin offers catalog integrations with the Slack API.
- [plugins/slack-catalog-backend](plugins/slack-catalog-backend/)
- **AWS Catalog**: the AWS Catalog Plugin offers catalog integrations with the AWS API.
- [plugins/aws-catalog-backend](plugins/aws-catalog-backend)
- **Gitlab Catalog**: the Gitlab Catalog Plugin offers catalog integrations with the Gitlab API.
- [plugins/gitlab-catalog-backend](plugins/gitlab-catalog-backend/)
- **HCL Scaffolder Actions**: the HCL Scaffolder Actions plugin includes custom actions for working with HCL in your Backstage Software Templates.
- [plugins/scaffolder-backend-module-hcl](plugins/scaffolder-backend-module-hcl/)Each of the plugins contain instructions for installation and development within
their respective locations.## Preview the collection
We have created a demo Backstage application to preview the SeatGeek Backstage Plugins Collection. To view it, clone this repository and run `yarn install && yarn dev`.
If you run into issues running the above command, run `yarn --version` to check the installed yarn version. It is a known issue that the project does not work with the latest version of yarn, so it is recommended to downgrade to the highest known supported version of `1.22.x`.