chore: Refined services

This commit is contained in:
2026-07-27 23:08:59 +01:00
parent 2191fe566b
commit 0add4d3221
2 changed files with 76 additions and 20 deletions
+75 -13
View File
@@ -46,34 +46,96 @@
widget: widget:
type: traefik type: traefik
url: https://traefik.vpn.luke-else.co.uk url: https://traefik.vpn.luke-else.co.uk
- Glances (prod): - Glances (prod) - CPU:
href: https://glances.luke-else.co.uk href: https://glances.luke-else.co.uk
description: Performance monitoring - prod description: CPU - prod
icon: mdi-chart-line icon: mdi-cpu-64-bit
container: glances
widget: widget:
type: glances type: glances
url: https://glances.luke-else.co.uk url: https://glances.luke-else.co.uk
version: 4
metric: cpu metric: cpu
chart: false chart: true
- Glances (dev): - Glances (prod) - RAM:
href: https://glances.luke-else.co.uk
description: RAM - prod
icon: mdi-memory
widget:
type: glances
url: https://glances.luke-else.co.uk
version: 4
metric: memory
chart: true
- Glances (prod) - Containers:
href: https://glances.luke-else.co.uk
description: Containers - prod
icon: mdi-containers
widget:
type: glances
url: https://glances.luke-else.co.uk
version: 4
metric: containers
chart: true
- Glances (dev) - CPU:
href: https://glances.cicd.luke-else.co.uk href: https://glances.cicd.luke-else.co.uk
description: Performance monitoring - dev description: CPU - dev
icon: mdi-chart-line icon: mdi-cpu-64-bit
widget: widget:
type: glances type: glances
url: https://glances.cicd.luke-else.co.uk url: https://glances.cicd.luke-else.co.uk
version: 4
metric: cpu metric: cpu
chart: false chart: true
- Glances (vpn): - Glances (dev) - RAM:
href: https://glances.cicd.luke-else.co.uk
description: RAM - dev
icon: mdi-memory
widget:
type: glances
url: https://glances.cicd.luke-else.co.uk
version: 4
metric: memory
chart: true
- Glances (dev) - Containers:
href: https://glances.cicd.luke-else.co.uk
description: Containers - dev
icon: mdi-containers
widget:
type: glances
url: https://glances.cicd.luke-else.co.uk
version: 4
metric: containers
chart: true
- Glances (vpn) - CPU:
href: https://glances.vpn.luke-else.co.uk href: https://glances.vpn.luke-else.co.uk
description: Performance monitoring - vpn description: CPU - vpn
icon: mdi-chart-line icon: mdi-cpu-64-bit
widget: widget:
type: glances type: glances
url: https://glances.vpn.luke-else.co.uk url: https://glances.vpn.luke-else.co.uk
version: 4
metric: cpu metric: cpu
chart: false chart: true
- Glances (vpn) - RAM:
href: https://glances.vpn.luke-else.co.uk
description: RAM - vpn
icon: mdi-memory
widget:
type: glances
url: https://glances.vpn.luke-else.co.uk
version: 4
metric: memory
chart: true
- Glances (vpn) - Containers:
href: https://glances.vpn.luke-else.co.uk
description: Containers - vpn
icon: mdi-containers
widget:
type: glances
url: https://glances.vpn.luke-else.co.uk
version: 4
metric: containers
chart: true
- Status page: - Status page:
href: https://status.luke-else.co.uk href: https://status.luke-else.co.uk
description: Status description: Status
-6
View File
@@ -1,9 +1,3 @@
# Info bar widgets - stats for *this* host (prod), where home actually runs.
- resources:
label: prod
cpu: true
memory: true
disk: /
- search: - search:
provider: duckduckgo provider: duckduckgo
target: _blank target: _blank