16 lines
453 B
YAML
16 lines
453 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Location
|
|
metadata:
|
|
name: home-lab-index
|
|
spec:
|
|
targets:
|
|
- ./application/backstage.yaml
|
|
- ./application/n8n.yaml
|
|
- ./database/maria_db.yaml
|
|
- ./database/mysql_1.yaml
|
|
- ./infrastructure/minipc_immich.yaml
|
|
- ./infrastructure/minipc_llm.yaml
|
|
- ./infrastructure/raspberrypi5.yaml
|
|
- ./infrastructure/raspberrypi5_homeassistant.yaml
|
|
- ./user/lars.yaml
|
|
- ./user_group/admin.yaml |