A small collection of plugins that integrate Citrix SDS Workspaces with Backstage.
Important: These plugins require access to a Citrix SDS Platform. Without an active Citrix SDS environment, the plugins cannot function.
Plugins
- @citrixcloud/backstage-sds-workspaces: Frontend plugin for browsing and interacting with Citrix SDS Workspaces in Backstage.
- @citrixcloud/backstage-sds-workspaces-backend: Backend plugin that provides APIs and integration with Citrix SDS platform.
To start the Backstage app:
yarn install
yarn devTo run an individual plugin during development:
# Frontend
cd packages/backstage-sds-workspaces
yarn install
yarn start
# Backend
cd packages/backstage-sds-workspaces-backend
yarn install
yarn startNote: The frontend plugin expects the backend route to be available (via your Backstage backend). Running the frontend alone may limit functionality.
- Open an issue for questions, bugs, or feature requests.