From 7933eed535cc6de73ce24e4a1d04aee5f8b866f2 Mon Sep 17 00:00:00 2001 From: Lars Date: Mon, 2 Mar 2026 08:50:13 +0100 Subject: [PATCH] infrastructure/server.yaml aktualisiert --- infrastructure/server.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/infrastructure/server.yaml b/infrastructure/server.yaml index 08ced52..cec9d68 100644 --- a/infrastructure/server.yaml +++ b/infrastructure/server.yaml @@ -2,9 +2,17 @@ apiVersion: backstage.io/v1alpha1 kind: Resource metadata: name: raspberry-pi5 + description: | + Raspberry 5 + [➔ Live API-Daten (JSON)](http://192.168.2.63:7007/api/proxy/netbox/api/dcim/devices/?name=Raspberry%20Pi5%20(Paperless)) annotations: - netbox.com/device-name: "Raspberry Pi5 (Paperless)" - home-lab.io/management-ip: "192.168.2.49" + # Hier liegt die Wahrheit über die Hardware + netbox.com/device-name: 'Raspberry Pi5 (Paperless)' + home-lab.io/management-ip: '192.168.2.49' + links: + - url: http://192.168.2.49:8001/api/dcim/devices/2/ + title: "Raw API Data (via Netbox)" + icon: code spec: type: compute-node owner: admin \ No newline at end of file