From e58d56ffa11ace75e80d68b8b552d90fa22757b8 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 21 May 2026 08:52:34 -0400 Subject: [PATCH] Patchmon addition. --- app-configs/rinoa/homepage/services.yaml.j2 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app-configs/rinoa/homepage/services.yaml.j2 b/app-configs/rinoa/homepage/services.yaml.j2 index 2161e4c..2e5df40 100644 --- a/app-configs/rinoa/homepage/services.yaml.j2 +++ b/app-configs/rinoa/homepage/services.yaml.j2 @@ -20,6 +20,25 @@ # href: http://localhost/ # description: Homepage is 😎 +- System Administration: + - PatchMon + href: https://patch.trez.wtf + description: Patch management for *NIX and Windows + icon: patchmon.svg + weight: 0 + widget: + type: customapi + url: http://192.168.1.252:3000/api/v1/gethomepage/stats + headers: + Authorization: Basic {{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['PATCHMON_API_BASE64_CREDS'] }} + mappings: + - field: total_hosts + label: Total Hosts + - field: hosts_needing_updates + label: Needs Updates + - field: security_updates + label: Security Updates + - Automation: - Home Assistant (Rikku): href: https://ha.trez.wtf