Merge pull request #24429 from backstage/fix/microsite-plugins-links
Updating community-plugins links
This commit is contained in:
@@ -33,7 +33,7 @@ Trigger an audit directly from Backstage, or trigger audits programmatically wit
|
||||
|
||||
## Using Lighthouse in Backstage
|
||||
|
||||
To learn how you can enable Lighthouse auditing within Backstage, head over to the [README](https://github.com/backstage/backstage/tree/master/plugins/lighthouse) for the plugin to get started.
|
||||
To learn how you can enable Lighthouse auditing within Backstage, head over to the [README](https://github.com/backstage/community-plugins/tree/main/workspaces/lighthouse/plugins/lighthouse) for the plugin to get started.
|
||||
|
||||
## A personal note
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ On top of that, we have found that the service catalog is a great way to organis
|
||||
|
||||

|
||||
|
||||
More concretely, having this structure in place will allow plugins such as [CircleCI](https://github.com/backstage/backstage/tree/master/plugins/circleci) to show only the builds for the specific service you are viewing, or a [Spinnaker](https://github.com/backstage/backstage/issues/631) plugin to show running deployments, or an Open API plugin to [show documentation](https://github.com/backstage/backstage/issues/627) for endpoints exposed by the service, or the [Lighthouse](https://github.com/backstage/backstage/tree/master/plugins/lighthouse) plugin to show audit reports for your website. You get the point.
|
||||
More concretely, having this structure in place will allow plugins such as [CircleCI](https://github.com/backstage/backstage/tree/master/plugins/circleci) to show only the builds for the specific service you are viewing, or a [Spinnaker](https://github.com/backstage/backstage/issues/631) plugin to show running deployments, or an Open API plugin to [show documentation](https://github.com/backstage/backstage/issues/627) for endpoints exposed by the service, or the [Lighthouse](https://github.com/backstage/community-plugins/tree/main/workspaces/lighthouse/plugins/lighthouse) plugin to show audit reports for your website. You get the point.
|
||||
|
||||
## Timeline
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ author: Janisa Anandamohan, Spotify
|
||||
authorURL: https://twitter.com/janisa_a
|
||||
---
|
||||
|
||||
How did Spotify save millions on cloud costs within a matter of months?? We made cost optimization just another part of the daily development process. Our newly open sourced [Cost Insights plugin](https://github.com/backstage/backstage/tree/master/plugins/cost-insights) makes a team’s cloud costs visible — and actionable — right inside Backstage. So engineers can see the impact of their cloud usage (down to a product and resource level) and make optimizations wherever and whenever it makes sense. By managing cloud costs from the ground up, you can make smarter decisions that let you continue to build and scale quickly, without wasting resources.
|
||||
How did Spotify save millions on cloud costs within a matter of months?? We made cost optimization just another part of the daily development process. Our newly open sourced [Cost Insights plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/cost-insights/plugins/cost-insights) makes a team’s cloud costs visible — and actionable — right inside Backstage. So engineers can see the impact of their cloud usage (down to a product and resource level) and make optimizations wherever and whenever it makes sense. By managing cloud costs from the ground up, you can make smarter decisions that let you continue to build and scale quickly, without wasting resources.
|
||||
|
||||
<iframe
|
||||
width="780"
|
||||
@@ -67,7 +67,7 @@ Engineers can then determine for themselves if the time invested in an optimizat
|
||||
|
||||
## Getting started
|
||||
|
||||
You can begin working with the Cost Insights plugin today on [GitHub](https://github.com/backstage/backstage/tree/master/plugins/cost-insights). We include an example client with static data in the expected format. The `CostInsightsApi` should talk with a cloud billing backend that aggregates billing data from your cloud provider.
|
||||
You can begin working with the Cost Insights plugin today on [GitHub](https://github.com/backstage/community-plugins/tree/main/workspaces/cost-insights/plugins/cost-insights). We include an example client with static data in the expected format. The `CostInsightsApi` should talk with a cloud billing backend that aggregates billing data from your cloud provider.
|
||||
|
||||
The current release of Cost Insights includes:
|
||||
|
||||
@@ -84,4 +84,4 @@ And if you’re interested in contributing to our outstanding issues, you can fi
|
||||
|
||||
## Ready for DevSecCostOpsPlus (and whatever’s next)
|
||||
|
||||
There’s DevOps, there’s DevSecOps, and then there’s Backstage: one frontend for all your infrastructure. From building, testing, and deploying to monitoring and security — Backstage helps you manage your entire tech organization and provides a seamless developer experience for engineers, from end to end to end. And now that also extends to cost management for your cloud infrastructure and tooling. Happy building and [happy optimizing](https://github.com/backstage/backstage/tree/master/plugins/cost-insights).
|
||||
There’s DevOps, there’s DevSecOps, and then there’s Backstage: one frontend for all your infrastructure. From building, testing, and deploying to monitoring and security — Backstage helps you manage your entire tech organization and provides a seamless developer experience for engineers, from end to end to end. And now that also extends to cost management for your cloud infrastructure and tooling. Happy building and [happy optimizing](https://github.com/backstage/community-plugins/tree/main/workspaces/cost-insights/plugins/cost-insights).
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Phil Kuang
|
||||
authorUrl: https://github.com/kuangp
|
||||
category: Discovery
|
||||
description: Browse your project's ADRs.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/adr
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/adr/plugins/adr
|
||||
iconUrl: /img/adr-logo.png
|
||||
npmPackageName: '@backstage/plugin-adr'
|
||||
npmPackageName: '@backstage-community/plugin-adr'
|
||||
addedDate: '2022-04-13'
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Deepak Bhardwaj
|
||||
authorUrl: https://github.com/deepak-bhardwaj-ps
|
||||
category: Reporting
|
||||
description: View Allure reports for your components in Backstage.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/allure
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/allure/plugins/allure
|
||||
iconUrl: https://avatars.githubusercontent.com/u/5879127
|
||||
npmPackageName: '@backstage/plugin-allure'
|
||||
npmPackageName: '@backstage-community/plugin-allure'
|
||||
addedDate: '2021-09-02'
|
||||
|
||||
@@ -4,6 +4,6 @@ author: FRISS
|
||||
authorUrl: https://friss.com
|
||||
category: Infrastructure
|
||||
description: Azure Sites (Apps & Functions) support for a given entity. View the current status of the site, quickly jump to site's Overview page, or Log Stream page.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/azure-sites
|
||||
npmPackageName: '@backstage/plugin-azure-sites'
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/azure-sites/plugins/azure-sites
|
||||
npmPackageName: '@backstage-community/plugin-azure-sites'
|
||||
addedDate: '2022-10-18'
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: CI/CD
|
||||
description: Visualize CI/CD pipeline statistics such as build time or success and error rates.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/cicd-statistics
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/cicd-statistics/plugins/cicd-statistics
|
||||
iconUrl: /img/cicd-statistics.svg
|
||||
npmPackageName: '@backstage/plugin-cicd-statistics'
|
||||
npmPackageName: '@backstage-community/plugin-cicd-statistics'
|
||||
tags:
|
||||
- ci
|
||||
- cd
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Trivago
|
||||
authorUrl: https://www.trivago.com
|
||||
category: CI/CD
|
||||
description: Build, test, and deploy on Google's serverless CI/CD platform.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/cloudbuild
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/cloudbuild/plugins/cloudbuild
|
||||
iconUrl: https://avatars2.githubusercontent.com/u/38220399?s=400&v=4
|
||||
npmPackageName: '@backstage/plugin-cloudbuild'
|
||||
npmPackageName: '@backstage-community/plugin-cloudbuild'
|
||||
tags:
|
||||
- ci
|
||||
- cd
|
||||
|
||||
@@ -4,7 +4,7 @@ author: CodeScene
|
||||
authorUrl: https://codescene.com/
|
||||
category: Quality
|
||||
description: CodeScene is a multi-purpose tool bridging code, business and people. See hidden risks and social patterns in your code. Prioritize and reduce technical debt.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/codescene
|
||||
documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/codescene/plugins/codescene
|
||||
iconUrl: /img/codescene_logo.svg
|
||||
npmPackageName: '@backstage/plugin-codescene'
|
||||
npmPackageName: '@backstage-community/plugin-codescene'
|
||||
addedDate: '2022-04-12'
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: Discovery
|
||||
description: Visualize, understand and optimize your team's cloud costs.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/cost-insights
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/cost-insights/plugins/cost-insights
|
||||
iconUrl: /img/cost-insights.png
|
||||
npmPackageName: '@backstage/plugin-cost-insights'
|
||||
npmPackageName: '@backstage-community/plugin-cost-insights'
|
||||
tags:
|
||||
- web
|
||||
addedDate: '2021-04-28'
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Phil Kuang
|
||||
authorUrl: https://github.com/kuangp
|
||||
category: Quality
|
||||
description: Give and view feedback on entities available in the Backstage catalog.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/entity-feedback
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/entity-feedback/plugins/entity-feedback
|
||||
iconUrl: /img/entity-feedback-logo.png
|
||||
npmPackageName: '@backstage/plugin-entity-feedback'
|
||||
npmPackageName: '@backstage-community/plugin-entity-feedback'
|
||||
addedDate: '2023-01-20'
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Spreadgroup
|
||||
authorUrl: https://github.com/spreadshirt
|
||||
category: Quality
|
||||
description: Interface for validating entities.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/entity-validation
|
||||
npmPackageName: '@backstage/plugin-entity-validation'
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/entity-validation/plugins/entity-validation
|
||||
npmPackageName: '@backstage-community/plugin-entity-validation'
|
||||
iconUrl: /img/entity-validation.svg
|
||||
addedDate: '2023-09-13'
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Trivago
|
||||
authorUrl: https://www.trivago.com
|
||||
category: Infrastructure
|
||||
description: Create, list and manage your Google Cloud Projects.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/gcp-projects
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/gcp-projects/plugins/gcp-projects
|
||||
iconUrl: https://avatars1.githubusercontent.com/u/2810941?s=280&v=4
|
||||
npmPackageName: '@backstage/plugin-gcp-projects'
|
||||
npmPackageName: '@backstage-community/plugin-gcp-projects'
|
||||
tags:
|
||||
- cloud
|
||||
- project
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: Source Control Mgmt
|
||||
description: Manage releases without having to juggle git commands.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/git-release-manager
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/git-release-manager/plugins/git-release-manager
|
||||
iconUrl: /img/git-release-manager-logo.svg
|
||||
npmPackageName: '@backstage/plugin-git-release-manager'
|
||||
npmPackageName: '@backstage-community/plugin-git-release-manager'
|
||||
addedDate: '2021-10-04'
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: CI/CD
|
||||
description: GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/github-actions
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/github-actions/plugins/github-actions
|
||||
iconUrl: https://avatars2.githubusercontent.com/u/44036562?s=400&v=4
|
||||
npmPackageName: '@backstage/plugin-github-actions'
|
||||
npmPackageName: '@backstage-community/plugin-github-actions'
|
||||
tags:
|
||||
- ci
|
||||
- cd
|
||||
|
||||
@@ -4,7 +4,7 @@ author: DAZN
|
||||
authorUrl: https://engineering.dazn.com
|
||||
category: Source Control Mgmt
|
||||
description: View all open GitHub pull requests owned by your team in Backstage.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/github-pull-requests-board
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/github-pull-requests-board/plugins/github-pull-requests-board
|
||||
iconUrl: /img/github-pull-requests-board-logo.svg
|
||||
npmPackageName: '@backstage/plugin-github-pull-requests-board'
|
||||
npmPackageName: '@backstage-community/plugin-github-pull-requests-board'
|
||||
addedDate: '2022-05-10'
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Weaveworks
|
||||
authorUrl: https://www.weave.works/
|
||||
category: Kubernetes
|
||||
description: Create GitOps-managed Kubernetes clusters. Currently, it supports provisioning EKS clusters on GitHub via GitHub Actions.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/gitops-profiles
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/gitops-profiles/plugins/gitops-profiles
|
||||
iconUrl: https://res-5.cloudinary.com/crunchbase-production/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco/v1462316670/i9d3delzvx1erzjhmcws.png
|
||||
npmPackageName: '@backstage/plugin-gitops-profiles'
|
||||
npmPackageName: '@backstage-community/plugin-gitops-profiles'
|
||||
tags:
|
||||
- kubernetes
|
||||
- gitops
|
||||
|
||||
@@ -4,9 +4,9 @@ author: SoundCloud
|
||||
authorUrl: https://github.com/soundcloud
|
||||
category: CI/CD
|
||||
description: GoCD is an open-source tool which is used in software development to help teams and organizations automate the continuous delivery of software.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/gocd
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/gocd/plugins/gocd
|
||||
iconUrl: https://www.gocd.org/assets/images/go_logo-5b5ca9e1.svg
|
||||
npmPackageName: '@backstage/plugin-gocd'
|
||||
npmPackageName: '@backstage-community/plugin-gocd'
|
||||
tags:
|
||||
- ci
|
||||
- cd
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: Debugging
|
||||
description: Integrates GraphiQL as a tool to browse GraphQL API endpoints inside Backstage.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/graphiql
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/graphiql/plugins/graphiql
|
||||
iconUrl: https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/GraphQL_Logo.svg/1024px-GraphQL_Logo.svg.png
|
||||
npmPackageName: '@backstage/plugin-graphiql'
|
||||
npmPackageName: '@backstage-community/plugin-graphiql'
|
||||
tags:
|
||||
- graphql
|
||||
- graphiql
|
||||
|
||||
@@ -4,9 +4,9 @@ author: PostNL
|
||||
authorUrl: https://github.com/postnl
|
||||
category: Debugging
|
||||
description: Integrates the GraphQL Voyager tool inside Backstage as a plugin.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/graphql-voyager
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/graphql-voyager/plugins/graphql-voyager
|
||||
iconUrl: https://res.cloudinary.com/apideck/image/upload/v1612724234/icons/graphql-voyager.png
|
||||
npmPackageName: '@backstage/plugin-graphql-voyager'
|
||||
npmPackageName: '@backstage-community/plugin-graphql-voyager'
|
||||
tags:
|
||||
- graphql
|
||||
- graphql-voyager
|
||||
|
||||
@@ -4,9 +4,9 @@ author: iLert
|
||||
authorUrl: https://www.ilert.com
|
||||
category: Monitoring
|
||||
description: iLert is a platform for alerting, on-call management and uptime monitoring targeted at DevOps and IT teams.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/ilert
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/ilert/plugins/ilert
|
||||
iconUrl: https://avatars.githubusercontent.com/u/13230510?s=200&v=4
|
||||
npmPackageName: '@backstage/plugin-ilert'
|
||||
npmPackageName: '@backstage-community/plugin-ilert'
|
||||
tags:
|
||||
- monitoring
|
||||
- errors
|
||||
|
||||
@@ -4,9 +4,9 @@ author: '@timja'
|
||||
authorUrl: https://github.com/timja
|
||||
category: CI/CD
|
||||
description: Jenkins offers a simple way to set up a continuous integration and continuous delivery environment.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/jenkins
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/jenkins/plugins/jenkins
|
||||
iconUrl: https://img.icons8.com/color/1600/jenkins.png
|
||||
npmPackageName: '@backstage/plugin-jenkins'
|
||||
npmPackageName: '@backstage-community/plugin-jenkins'
|
||||
tags:
|
||||
- ci
|
||||
- cd
|
||||
|
||||
@@ -4,9 +4,9 @@ author: '@nirga'
|
||||
authorUrl: https://github.com/nirga
|
||||
category: Monitoring
|
||||
description: Observability for Apache Kafka clusters and async API of components.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/kafka
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/kafka/plugins/kafka
|
||||
iconUrl: https://kafka.apache.org/images/apache-kafka.png
|
||||
npmPackageName: '@backstage/plugin-kafka'
|
||||
npmPackageName: '@backstage-community/plugin-kafka'
|
||||
tags:
|
||||
- monitoring
|
||||
addedDate: '2021-01-21'
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: Quality
|
||||
description: Google's Lighthouse tool is a great resource for benchmarking and improving the accessibility, performance, SEO, and best practices of your website.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/lighthouse
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/lighthouse/plugins/lighthouse
|
||||
iconUrl: https://seeklogo.com/images/G/google-lighthouse-logo-1C7FA08580-seeklogo.com.png
|
||||
npmPackageName: '@backstage/plugin-lighthouse'
|
||||
npmPackageName: '@backstage-community/plugin-lighthouse'
|
||||
tags:
|
||||
- web
|
||||
- seo
|
||||
|
||||
@@ -5,8 +5,8 @@ category: Productivity
|
||||
description: |
|
||||
The plugin integrates with your Microsoft Calendar.
|
||||
It displays all your calendars and events in it.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/microsoft-calendar
|
||||
npmPackageName: '@backstage/plugin-microsoft-calendar'
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/microsoft-calendar/plugins/microsoft-calendar
|
||||
npmPackageName: '@backstage-community/plugin-microsoft-calendar'
|
||||
tags:
|
||||
- Microsoft
|
||||
- calendar
|
||||
|
||||
@@ -4,9 +4,9 @@ author: '@timwheelercom'
|
||||
authorUrl: https://github.com/timwheelercom
|
||||
category: Monitoring
|
||||
description: Observability platform built to help engineers create and monitor their software.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/newrelic
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/newrelic/plugins/newrelic
|
||||
iconUrl: https://www.mulesoft.com/sites/default/files/2018-10/New_relic.png
|
||||
npmPackageName: '@backstage/plugin-newrelic'
|
||||
npmPackageName: '@backstage-community/plugin-newrelic'
|
||||
tags:
|
||||
- performance
|
||||
- monitoring
|
||||
|
||||
@@ -4,9 +4,9 @@ author: '@mufaddal7'
|
||||
authorUrl: https://github.com/mufaddal7
|
||||
category: Monitoring
|
||||
description: Easily view your New Relic Dashboards in Backstage, via real-time snapshots of your dashboards
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/newrelic-dashboard
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/newrelic-dashboard/plugins/newrelic-dashboard
|
||||
iconUrl: https://newrelic.com/themes/custom/erno/assets/mediakit/new_relic_logo_vertical_white.svg
|
||||
npmPackageName: '@backstage/plugin-newrelic-dashboard'
|
||||
npmPackageName: '@backstage-community/plugin-newrelic-dashboard'
|
||||
tags:
|
||||
- performance
|
||||
- monitoring
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Periskop
|
||||
authorUrl: https://periskop.io/
|
||||
category: Monitoring
|
||||
description: Periskop is a pull-based, language agnostic exception aggregator for microservice environments.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/periskop
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/periskop/plugins/periskop
|
||||
iconUrl: https://raw.githubusercontent.com/periskop-dev/periskop/master/docs/assets/periskop-logo.png
|
||||
npmPackageName: '@backstage/plugin-periskop'
|
||||
npmPackageName: '@backstage-community/plugin-periskop'
|
||||
addedDate: '2022-02-25'
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Phil Kuang
|
||||
authorUrl: https://github.com/kuangp
|
||||
category: Discovery
|
||||
description: Create, share, and follow custom collections of entities available in the Backstage catalog.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/playlist
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/playlist/plugins/playlist
|
||||
iconUrl: /img/playlist-logo.png
|
||||
npmPackageName: '@backstage/plugin-playlist'
|
||||
npmPackageName: '@backstage-community/plugin-playlist'
|
||||
addedDate: '2022-07-02'
|
||||
|
||||
@@ -4,7 +4,7 @@ author: '@andrewthauer'
|
||||
authorUrl: https://github.com/andrewthauer
|
||||
category: Monitoring
|
||||
description: View Rollbar errors for your services in Backstage.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/rollbar
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/rollbar/plugins/rollbar
|
||||
iconUrl: https://rollbar.com/assets/media/rollbar-mark-color.png
|
||||
npmPackageName: '@backstage/plugin-rollbar'
|
||||
npmPackageName: '@backstage-community/plugin-rollbar'
|
||||
addedDate: '2020-11-03'
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: Monitoring
|
||||
description: View Sentry issues in Backstage.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/sentry
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/sentry/plugins/sentry
|
||||
iconUrl: https://sentry-brand.storage.googleapis.com/sentry-glyph-white.png
|
||||
npmPackageName: '@backstage/plugin-sentry'
|
||||
npmPackageName: '@backstage-community/plugin-sentry'
|
||||
addedDate: '2020-11-03'
|
||||
|
||||
@@ -4,9 +4,9 @@ author: ayshiff
|
||||
authorUrl: https://github.com/ayshiff
|
||||
category: Monitoring
|
||||
description: Splunk On-Call offers a simple way to identify incidents and escalation policies.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/splunk-on-call
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/splunk/plugins/splunk-on-call
|
||||
iconUrl: /img/splunk-black-white-bg.png
|
||||
npmPackageName: '@backstage/plugin-splunk-on-call'
|
||||
npmPackageName: '@backstage-community/plugin-splunk-on-call'
|
||||
tags:
|
||||
- monitoring
|
||||
- errors
|
||||
|
||||
@@ -4,9 +4,9 @@ author: ExpediaGroup
|
||||
authorUrl: https://github.com/ExpediaGroup
|
||||
category: Automation
|
||||
description: Manage StackStorm workflow executions from within Backstage.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/stackstorm
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/stackstorm/plugins/stackstorm
|
||||
iconUrl: /img/stackstorm.png
|
||||
npmPackageName: '@backstage/plugin-stackstorm'
|
||||
npmPackageName: '@backstage-community/plugin-stackstorm'
|
||||
tags:
|
||||
- stackstorm
|
||||
- st2
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: Discovery
|
||||
description: Visualize the your company's official guidelines of different areas of software development.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/tech-radar
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/tech-radar/plugins/tech-radar
|
||||
iconUrl: https://www.materialui.co/materialIcons/action/track_changes_white_192x192.png
|
||||
npmPackageName: '@backstage/plugin-tech-radar'
|
||||
npmPackageName: '@backstage-community/plugin-tech-radar'
|
||||
addedDate: '2020-11-03'
|
||||
|
||||
@@ -4,7 +4,7 @@ author: Spotify
|
||||
authorUrl: https://github.com/spotify
|
||||
category: Discovery
|
||||
description: Browse TODO comments in your project's source code.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/todo
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/todo/plugins/todo
|
||||
iconUrl: https://backstage.io/img/todo-logo.png
|
||||
npmPackageName: '@backstage/plugin-todo'
|
||||
npmPackageName: '@backstage-community/plugin-todo'
|
||||
addedDate: '2021-03-16'
|
||||
|
||||
@@ -4,9 +4,9 @@ author: Spread Group
|
||||
authorUrl: https://github.com/ivangonzalezacuna
|
||||
category: Security
|
||||
description: Visualize a list of the secrets stored in your HashiCorp Vault instance.
|
||||
documentation: https://github.com/backstage/backstage/tree/master/plugins/vault
|
||||
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/vault/plugins/vault
|
||||
iconUrl: /img/vault.png
|
||||
npmPackageName: '@backstage/plugin-vault'
|
||||
npmPackageName: '@backstage-community/plugin-vault'
|
||||
tags:
|
||||
- vault
|
||||
addedDate: '2022-06-03'
|
||||
|
||||
Reference in New Issue
Block a user