add base setup as well as catalog for gitea
This commit is contained in:
@@ -51,11 +51,6 @@ integrations:
|
||||
username: kjuulh
|
||||
password: 1a52087b213ebcec826e3d7a5c19857224c9621b
|
||||
|
||||
proxy:
|
||||
'/test':
|
||||
target: 'https://example.com'
|
||||
changeOrigin: true
|
||||
|
||||
# Reference documentation http://backstage.io/docs/features/techdocs/configuration
|
||||
# Note: After experimenting with basic setup, use CI/CD to generate docs
|
||||
# and an external cloud storage when deploying TechDocs for production use-case.
|
||||
@@ -68,6 +63,7 @@ techdocs:
|
||||
type: 'local' # Alternatives - 'googleGcs' or 'awsS3'. Read documentation for using alternatives.
|
||||
|
||||
auth:
|
||||
environment: development
|
||||
# see https://backstage.io/docs/auth/ to learn about auth providers
|
||||
providers:
|
||||
github:
|
||||
@@ -86,11 +82,13 @@ catalog:
|
||||
System,
|
||||
API,
|
||||
Resource,
|
||||
Location
|
||||
Location,
|
||||
|
||||
]
|
||||
providers:
|
||||
github:
|
||||
kjuulh: {}
|
||||
kjuulh:
|
||||
organization: "kjuulh"
|
||||
gitea:
|
||||
kjuulh: {}
|
||||
|
||||
|
Reference in New Issue
Block a user