without example

This commit is contained in:
2022-12-22 15:41:06 +01:00
parent 1a4ef09d25
commit fff5cc93f8
9 changed files with 21629 additions and 170 deletions

View File

@@ -1,9 +1,9 @@
app:
title: Scaffolded Backstage App
title: Nefarious
baseUrl: http://localhost:3000
organization:
name: My Company
name: Kjuulh
backend:
# Used for enabling authentication, secret is shared by all backend plugins
@@ -45,6 +45,11 @@ integrations:
# - host: ghe.example.net
# apiBaseUrl: https://ghe.example.net/api/v3
# token: ${GHE_TOKEN}
gitea:
- host: git.front.kjuulh.io
baseUrl: https://git.front.kjuulh.io/api/v2
username: kjuulh
password: 1a52087b213ebcec826e3d7a5c19857224c9621b
proxy:
'/test':
@@ -64,33 +69,30 @@ techdocs:
auth:
# see https://backstage.io/docs/auth/ to learn about auth providers
providers: {}
providers:
github:
development:
clientId: ${AUTH_GITHUB_CLIENT_ID}
clientSecret: ${AUTH_GITHUB_CLIENT_SECRET}
scaffolder:
# see https://backstage.io/docs/features/software-templates/configuration for software template options
catalog:
import:
entityFilename: catalog-info.yaml
pullRequestBranchName: backstage-integration
rules:
- allow: [Component, System, API, Resource, Location]
locations:
# Local example data, file locations are relative to the backend process, typically `packages/backend`
- type: file
target: ../../examples/entities.yaml
# Local example template
- type: file
target: ../../examples/template/template.yaml
rules:
- allow: [Template]
# Local example organizational data
- type: file
target: ../../examples/org.yaml
rules:
- allow: [User, Group]
- allow:
[
Component,
System,
API,
Resource,
Location
]
providers:
github:
kjuulh: {}
gitea:
kjuulh: {}
## Uncomment these lines to add more example data
# - type: url