https://github.com/khuedoan/backstage
https://github.com/khuedoan/backstage
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khuedoan/backstage
- Owner: khuedoan
- License: gpl-3.0
- Created: 2021-06-28T14:46:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T03:58:03.000Z (about 1 year ago)
- Last Synced: 2025-05-08T05:59:53.261Z (5 months ago)
- Language: TypeScript
- Size: 2.03 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Backstage
[](https://github.com/khuedoan/backstage/actions/workflows/codeql-analysis.yml)
[](https://github.com/khuedoan/backstage/actions/workflows/trivy-analysis.yml)Developer portal for my [homelab](https://github.com/khuedoan/homelab), powered by [Backstage](https://backstage.io)

## Features
Core:
- [ ] [Authentication](https://backstage.io/docs/auth)
- [x] [Software Catalog](https://backstage.io/docs/features/software-catalog/software-catalog-overview)
- [x] [Software Templates](https://backstage.io/docs/features/software-templates/software-templates-index)
- [x] [TechDocs](https://backstage.io/docs/features/techdocs/techdocs-overview)
- [ ] [Kubernetes](https://backstage.io/docs/features/kubernetes/overview)Plugins:
- [ ] [API Docs](https://github.com/backstage/backstage/blob/master/plugins/api-docs/README.md)
- [x] [ArgoCD](https://roadie.io/backstage/plugins/argo-cd/?utm_source=backstage.io&utm_medium=marketplace&utm_campaign=argo-cd)
- [x] [Catalog Graph](https://github.com/backstage/backstage/blob/master/plugins/catalog-graph/README.md)
- [ ] [Configuration as Data](https://github.com/GoogleContainerTools/kpt-backstage-plugins/tree/main/plugins/cad)
- [ ] [Grafana](https://github.com/K-Phoen/backstage-plugin-grafana)
- [ ] [Home](https://github.com/backstage/backstage/blob/master/plugins/home/README.md)
- [ ] [Lighthouse](https://github.com/backstage/backstage/tree/master/plugins/lighthouse)
- [ ] [Shortcuts](https://github.com/backstage/backstage/blob/master/plugins/shortcuts/README.md)
- [x] [Tech Radar](https://github.com/backstage/backstage/tree/master/plugins/tech-radar)
- [ ] [TODO](https://github.com/backstage/backstage/tree/master/plugins/todo)See also: [Plugin Marketplace](https://backstage.io/plugins)
## Development
To start the app:
```sh
yarn installexport ARGOCD_AUTH_TOKEN='argocd.token='
yarn dev
```## Deployment
### Kubernetes
Use the [Helm chart](https://github.com/khuedoan/charts/tree/master/charts/backstage):
```sh
helm repo add khuedoan https://khuedoan.github.io/charts
helm install backstage khuedoan/backstage --namespace backstage
```