26 lines
591 B
YAML
26 lines
591 B
YAML
---
|
|
# Network & Infrastructure
|
|
- Network:
|
|
- Pi-hole Primary:
|
|
icon: pi-hole.png
|
|
href: http://192.168.1.X/admin/
|
|
widget:
|
|
type: pihole
|
|
url: http://192.168.1.X
|
|
key: ""
|
|
- Pi-hole Secondary:
|
|
icon: pi-hole.png
|
|
href: http://192.168.1.Y/admin/
|
|
widget:
|
|
type: pihole
|
|
url: http://192.168.1.Y
|
|
key: ""
|
|
|
|
# Groups for auto-discovery
|
|
# Even though Homepage creates groups automatically, defining them here controls the order.
|
|
|
|
- Portfolio: []
|
|
- Web: []
|
|
- Monitoring: []
|
|
- APIs: []
|
|
- Infra: [] |