Skip to content

khuedoan/backstage

Repository files navigation

Backstage

CodeQL Trivy

Developer portal for my homelab, powered by Backstage

Features

Core:

Plugins:

See also: Plugin Marketplace

Development

To start the app:

yarn install

export ARGOCD_AUTH_TOKEN='argocd.token=<TOKEN>'

yarn dev

Deployment

Kubernetes

Use the Helm chart:

helm repo add khuedoan https://khuedoan.github.io/charts
helm install backstage khuedoan/backstage --namespace backstage