New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gitpod/backstage-plugin-gitpod

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitpod/backstage-plugin-gitpod

The Gitpod Backstage Plugin is the official integration of Gitpod's cloud development environments into Spotify's Backstage.

  • 0.1.13
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
222
decreased by-21.28%
Maintainers
0
Weekly downloads
 
Created
Source

Gitpod Backstage Plugin

The Gitpod Backstage Plugin is the official integration of Gitpod's cloud development environments into Spotify's Backstage.

It enables developers to start workspaces directly from their Backstage instance. This plugin aims to streamline the development workflow, providing teams with easy access and efficient management of their cloud development environments.

Getting started

To get started with the Gitpod plugin in your Backstage app, follow these steps:

  1. Install the plugin:
# From your Backstage root directory
yarn add --cwd packages/app @gitpod/backstage-plugin-gitpod
  1. Add the Gitpod component to a page in your app:

For instance, add it to overviewContent in EntityPage.tsx:

import { GitpodButton } from '@gitpod/backstage-plugin-gitpod';
//....
const HomePage = () => (
    // ...
      <Grid item md={3} xs={6}>
          <GitpodButton />
      </Grid>
    // ... 
);
  1. Setup entity annotations:

Currently, the Gitpod Backstage plugin support importing the URL of the repository from the following entity annotations:

  • github.com/project-slug
  • gitlab.com/project-slug
  • bitbucket.org/project-slug
  • repo-url (for any repository defined by its full URL)
  1. Configure the Gitpod URL:

Add your Gitpod URL to your app-config.yaml - this can either be Gitpod Cloud or Dedicated.

gitpod:
  baseUrl: 'https://gitpod.io'

Contributing

We welcome contributions to the Gitpod Backstage plugin! If you have any feature requests or would like to raise a pull request, please feel free to leave an issue.

FAQs

Package last updated on 22 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc