Update homepage-config.yml to add Drone service and modify Proxmox configurations

This commit is contained in:
2025-06-22 00:18:47 +05:30
parent 43d3dd7cc8
commit 18a45cd677

View File

@@ -148,6 +148,7 @@ data:
type: gitea type: gitea
url: http://10.0.0.14:3011 url: http://10.0.0.14:3011
key: "${GITEA_API_KEY}" key: "${GITEA_API_KEY}"
fields: ["repositories", "issues", "pulls"]
- Crafty: - Crafty:
href: https://minecraft.akshun-lab.uk href: https://minecraft.akshun-lab.uk
description: crafty controller description: crafty controller
@@ -211,6 +212,10 @@ data:
icon: adguard-home.png icon: adguard-home.png
description: ad blocker description: ad blocker
href: https://adguard.akshun-lab.uk href: https://adguard.akshun-lab.uk
- Drone:
icon: drone.png
description: CI/CD
href: https://drone.akshun-lab.uk
- Bookmarks: - Bookmarks:
- Disney: - Disney:
href: https://www.hotstar.com href: https://www.hotstar.com
@@ -259,7 +264,7 @@ data:
widget: widget:
type: glances type: glances
url: http://192.168.1.113:61208 url: http://192.168.1.113:61208
metric: disk:sda metric: disk:sdb
- Proxmox (Main): - Proxmox (Main):
- CPU Usage: - CPU Usage:
widget: widget:
@@ -286,60 +291,29 @@ data:
type: glances type: glances
url: http://192.168.1.126:61208 url: http://192.168.1.126:61208
metric: disk:nvme0n1 metric: disk:nvme0n1
- Proxmox (HP): - Proxmox (Asus):
- CPU Usage: - CPU Usage:
widget: widget:
type: glances type: glances
url: http://192.168.1.88:61208 url: http://192.168.1.199:61208
metric: cpu metric: cpu
- Memory Usage: - Memory Usage:
widget: widget:
type: glances type: glances
url: http://192.168.1.88:61208 url: http://192.168.1.199:61208
metric: memory metric: memory
- Processes: - Processes:
widget: widget:
type: glances type: glances
url: http://192.168.1.88:61208 url: http://192.168.1.199:61208
metric: process metric: process
- Sensor: - Sensor:
widget: widget:
type: glances type: glances
url: http://192.168.1.88:61208 url: http://192.168.1.199:61208
metric: sensor:acpitz 1 metric: sensor:Sensor 1
- Disk Usage: - Disk Usage:
widget: widget:
type: glances type: glances
url: http://192.168.1.88:61208 url: http://192.168.1.199:61208
metric: disk:sda
- Proxmox (Acer):
- CPU Usage:
widget:
type: glances
url: http://192.168.1.128:61208
metric: cpu
version: 4
- Memory Usage:
widget:
type: glances
url: http://192.168.1.128:61208
metric: memory
version: 4
- Processes:
widget:
type: glances
url: http://192.168.1.128:61208
metric: process
version: 4
- Sensor:
widget:
type: glances
url: http://192.168.1.128:61208
metric: sensor:pch_cannonlake 0
version: 4
- Disk Usage:
widget:
type: glances
url: http://192.168.1.128:61208
metric: disk:nvme0n1 metric: disk:nvme0n1
version: 4