catalog-info.yaml aktualisiert
This commit is contained in:
parent
c7407cbefd
commit
f533bc1305
|
|
@ -1,15 +1,32 @@
|
||||||
apiVersion: backstage.io/v1alpha1
|
aapiVersion: backstage.io/v1alpha1
|
||||||
kind: Component
|
kind: Component
|
||||||
metadata:
|
metadata:
|
||||||
name: n8n-automation
|
name: n8n-automation
|
||||||
|
description: "Zentrales Automatisierungs-Tool für das Home-Lab. Läuft als Docker-Container auf dem Raspberry Pi."
|
||||||
annotations:
|
annotations:
|
||||||
backstage.io/managed-by-location: url:https://privat.stommer.com:555/Lars/home-lab-catalog/raw/branch/main/catalog-info.yaml
|
# Technische Zusatzinfos für dich (Custom Annotations)
|
||||||
|
home-lab.io/internal-ip: "192.168.2.144"
|
||||||
|
home-lab.io/port: "5678"
|
||||||
|
# Vorbereitung für TechDocs (Doku im selben Repo im Ordner /docs)
|
||||||
|
backstage.io/techdocs-ref: dir:.
|
||||||
|
links:
|
||||||
|
# Der direkte Sprung-Link (erscheint als Button in der UI)
|
||||||
|
- url: https://privat.stommer.com:5678/
|
||||||
|
title: Open n8n UI
|
||||||
|
icon: dashboard
|
||||||
|
- url: https://n8n.io/docs/
|
||||||
|
title: Official Docs
|
||||||
|
icon: help
|
||||||
spec:
|
spec:
|
||||||
type: service
|
type: service
|
||||||
lifecycle: experimental
|
# Lifecycle Management: Jetzt von experimental auf production
|
||||||
owner: admin
|
lifecycle: production
|
||||||
|
# Ownership: Wir nutzen die Gruppe, in der du (lars) Mitglied bist
|
||||||
|
owner: home-lab-admins
|
||||||
|
system: smart-home-core
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- component:default/mariadb-storage
|
- component:default/mariadb-storage
|
||||||
|
- resource:default/raspberry-pi5
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: backstage.io/v1alpha1
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user