Skip to content

Commit

Permalink
docs(techdocs): add mqtt.home and zigbee-bridge systems
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Apr 10, 2024
1 parent 8f97512 commit 344bff3
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .backstage/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
Expand All @@ -7,10 +8,12 @@ spec:
type: url
targets:
- https://github.com/tyriis/home-ops/blob/main/.backstage/domains/home/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/talos-flux/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/kube-nas/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/mqtt.home/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/nas/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/opnsense/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/talos-flux/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/talos-flux/zigbee-bridge.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/components/cert-manager/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/components/node-red/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/components/rook-ceph/catalog-info.yaml
Expand Down
1 change: 1 addition & 0 deletions .backstage/components/cert-manager/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
Expand Down
1 change: 1 addition & 0 deletions .backstage/components/node-red/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
Expand Down
1 change: 1 addition & 0 deletions .backstage/components/rook-ceph/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
Expand Down
1 change: 1 addition & 0 deletions .backstage/components/traefik/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
Expand Down
1 change: 1 addition & 0 deletions .backstage/domains/home/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Domain
metadata:
Expand Down
21 changes: 21 additions & 0 deletions .backstage/systems/mqtt.home/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: mqtt.home
description: raspberry pi mosquitto mqtt broker
annotations:
# backstage.io/techdocs-ref: dir:.
github.com/project-slug: tyriis/home-ops
tags:
- raspberry-pi
- messaging
- iot
- mqtt
spec:
owner: home-ops
domain: home
type: infrastructure
lifecycle: production
system: mqtt-broker
1 change: 1 addition & 0 deletions .backstage/systems/talos-flux/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
Expand Down
20 changes: 20 additions & 0 deletions .backstage/systems/zigbee-bridge/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: zigbee-bridge
description: raspberry pi 2 zigbee-bridge
annotations:
# backstage.io/techdocs-ref: dir:.
github.com/project-slug: tyriis/home-ops
tags:
- raspberry-pi
- zigbee
- bridge
spec:
owner: home-ops
domain: home
type: infrastructure
lifecycle: production
system: zigbee-bridge

0 comments on commit 344bff3

Please sign in to comment.