This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| includes: | |
| - dynamic-plugins.default.yaml | |
| plugins: | |
| - package: oci://quay.io/gashcrumb/simple-chat-plugin-registry:0.2.0!red-hat-developer-hub-backstage-plugin-simple-chat | |
| disabled: false | |
| pluginConfig: | |
| dynamicPlugins: | |
| frontend: | |
| red-hat-developer-hub.backstage-plugin-simple-chat: | |
| appIcons: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: backstage.io/v1alpha1 | |
| kind: User | |
| metadata: | |
| name: gashcrumb | |
| annotations: | |
| graph.microsoft.com/user-id: d2311337-59c5-4cc7-b5d0-9099ec69c7e7 | |
| spec: | |
| profile: | |
| displayName: gashcrumb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################# | |
| # glauth.conf | |
| ################# | |
| # General configuration. | |
| debug = true | |
| # syslog = true | |
| # structuredlog = true | |
| # | |
| # Enable hot-reload of configuration on changes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| IMAGE=quay.io/janus-idp/backstage-showcase:next | |
| podman pull $IMAGE | |
| podman run \ | |
| -e GITHUB_APP_APP_ID="${GITHUB_APP_APP_ID}" \ | |
| -e GITHUB_APP_CLIENT_ID="${GITHUB_APP_CLIENT_ID}" \ | |
| -e GITHUB_APP_CLIENT_SECRET="${GITHUB_APP_CLIENT_SECRET}" \ | |
| -e GITHUB_APP_WEBHOOK_URL="${GITHUB_APP_WEBHOOK_URL}" \ | |
| -e GITHUB_APP_WEBHOOK_SECRET="${GITHUB_APP_WEBHOOK_SECRET}}" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Notice the v1beta3 version | |
| apiVersion: scaffolder.backstage.io/v1beta3 | |
| kind: Template | |
| # some metadata about the template itself | |
| metadata: | |
| name: v1beta3-demo | |
| title: SPAM Selection and Delivery | |
| description: scaffolder UI custom field test thingie | |
| spec: | |
| owner: backstage/techdocs-core |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| auth: | |
| environment: development | |
| providers: | |
| github: | |
| development: | |
| clientId: ${AUTH_GITHUB_CLIENT_ID} | |
| clientSecret: ${AUTH_GITHUB_CLIENT_SECRET} | |
| app: | |
| baseUrl: http://lanky:3000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: backstage.io/v1alpha1 | |
| kind: Component | |
| metadata: | |
| name: nodejs-rest-http | |
| description: NodeJS Basic quickstart | |
| tags: | |
| - nodejs | |
| annotations: | |
| 'backstage.io/kubernetes-id': nodejs-rest-http | |
| spec: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: backstage.io/v1alpha1 | |
| kind: Component | |
| metadata: | |
| name: nodejs-rest-http | |
| description: NodeJS Basic quickstart | |
| tags: | |
| - nodejs | |
| annotations: | |
| 'backstage.io/kubernetes-id': nodejs-rest-http |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| entries: | |
| developer-hub: | |
| - annotations: | |
| artifacthub.io/category: integration-delivery | |
| artifacthub.io/license: Apache-2.0 | |
| artifacthub.io/links: | | |
| - name: support | |
| url: https://github.com/janus-idp/helm-backstage/issues | |
| - name: Chart Source |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Database Sink", | |
| "id": "database-sink-81", | |
| "version": "database_0.81 alpha", | |
| "description": "Sends data to Database Sink and is connector type 81", | |
| "labels": [ | |
| "Database", | |
| "sink" | |
| ], |
NewerOlder