DOMAIN_NAME="192.168.1.90.nip.io"
cat <<EOF > $HOME/backstage/app-config.extra.yaml
app:
baseUrl: http://backstage.$DOMAIN_NAME
title: Backstage
backend:
baseUrl: http://backstage.$DOMAIN_NAME
cors:
origin: http://backstage.$DOMAIN_NAME
# This is for local development only, it is not recommended to use this in production
# The production database configuration is stored in app-config.production.yaml
database:
client: better-sqlite3
connection: ':memory:'
cache:
store: memory
techdocs:
builder: 'local' # Alternatives - 'external'
generator:
runIn: 'docker' # Alternatives - 'local'
publisher:
type: 'local' # Alternatives - 'googleGcs' or 'awsS3'. Read documentation for using alternatives.
EOF
Create the values.yaml fileto be used to install the helm chart
What
How to
npx @backstage/create-app
Create a configmap