From 8697d2ca9a56f0e9b5cb009cfa5fe32073eefd9a Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Mar 2026 14:18:52 +0000 Subject: [PATCH] =?UTF-8?q?landscape/infrastructure/minipc=5Fllm.yaml=20hi?= =?UTF-8?q?nzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- landscape/infrastructure/minipc_llm.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 landscape/infrastructure/minipc_llm.yaml diff --git a/landscape/infrastructure/minipc_llm.yaml b/landscape/infrastructure/minipc_llm.yaml new file mode 100644 index 0000000..79cc32f --- /dev/null +++ b/landscape/infrastructure/minipc_llm.yaml @@ -0,0 +1,19 @@ +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: minipc_llm + title: "Mini PC - LLM" + description: | + MiniPC + [➔ Live API-Daten (JSON)](http://192.168.2.63:7007/api/proxy/netbox/api/dcim/devices/?name=MiniPC%20(LLM)) + annotations: + # Hier liegt die Wahrheit über die Hardware + netbox.com/device-name: 'MiniPC (Immich)' + home-lab.io/management-ip: '192.168.2.144' + links: + - url: http://192.168.2.49:8001/api/dcim/devices/4/ + title: "Raw API Data (via Netbox)" + icon: code +spec: + type: compute-node + owner: admin \ No newline at end of file