This is my personal Glance dashboard configuration for my homelab.
I’m a Mechanical Engineer getting into automation, dashboards and self-hosted tools. Not a pro developer, just building useful stuff and sharing it.
If you came here from Reddit, welcome. Take whatever is useful.
Here’s how it looks in my setup:
Everything runs on a Raspberry Pi 5 with Docker. I also monitor an Intel NUC 11 running Windows and a VM on Google Cloud.
| Service | Description |
|---|---|
| Home Assistant | Home automation |
| Plex | Media server |
| Sonarr / Radarr | TV shows and movies management |
| qBittorrent | Torrent client |
| Overseerr (Seerr) | Media requests |
| AdGuard Home | DNS-based ad blocking |
| Nginx Proxy Manager | Reverse proxy with SSL |
| WG-Easy | WireGuard VPN |
| Tailscale | Remote access |
| Arcane | Docker stack manager |
| Speedtest Tracker | Internet speed monitoring |
| NetAlertX (Pi-Alert) | Network device monitor |
| Glances | Server resource monitoring |
glance-dashboard-config/
glance/
├── glance.yml # Full Glance configuration
└── .env.example # Required environment variables template
-
Clone or download this repository
-
Copy the
.env.examplefile and rename it to.env:cp env.example .env
-
Edit the
.envfile and fill in your own values (IPs, passwords, API keys)- IP addresses
- API keys
- tokens
-
Use glance.yml in your setup
-
Enjoy it 😎
All files in this repo have been sanitized — IPs, passwords, tokens and API keys have been replaced with placeholder variables like {{VARIABLE}} or ${VARIABLE}. Nothing here works as-is; you need to fill in your own values in the .env file.
- Main server: Raspberry Pi 5 (NVMe via HAT)
- Secondary PC: Intel NUC 11 — Windows 11
- Cloud VM: Google Cloud f1-micro
- Router: ASUS ZenWiFi AX Mini
This project took time, trial and error, and a lot of learning. I’m sharing it openly so others can use it or build on top of it.
If it helped you in any way, you can support me here: ☕ https://buymeacoffee.com/gines
No pressure, just appreciated.

