glances monitor page implementation

This commit is contained in:
2025-11-13 13:31:34 +01:00
parent 003f22d944
commit 9ad731dae8
9 changed files with 45 additions and 6 deletions
+1
View File
@@ -13,3 +13,4 @@ pages:
# It's not necessary to create a new file for each page and include it, you can simply
# put its contents here, though multiple pages are easier to manage when separated
- $include: home.yml
- $include: monitor.yml
+1 -5
View File
@@ -75,11 +75,7 @@
name: Apple
- symbol: MSFT
name: Microsoft
- type: dns-stats
service: adguard
url: https://adguard.workstation/
username: forust
password: ${ADGUARD_PASSWORD}
- type: releases
cache: 1d
+15
View File
@@ -0,0 +1,15 @@
- name: Monitoring
columns:
- size: small
widgets:
- type: dns-stats
service: adguard
url: https://adguardhome:3000
username: forust
password: ${ADGUARD_PASSWORD}
- size: full
widgets:
- type: docker-containers
hide-by-default: false