Files
homepage/config/services.yaml

29 lines
858 B
YAML

---
# Network & Infrastructure
- Network:
- Pi-hole Primary:
icon: pi-hole.png
href: http://{{HOMEPAGE_VAR_PIHOLE_1_IP}}/admin/
widget:
type: pihole
url: http://{{HOMEPAGE_VAR_PIHOLE_1_IP}}
version: 6
key: "{{HOMEPAGE_VAR_PIHOLE_1_KEY}}"
- Pi-hole Secondary:
icon: pi-hole.png
href: http://{{HOMEPAGE_VAR_PIHOLE_2_IP}}/admin/
widget:
type: pihole
url: http://{{HOMEPAGE_VAR_PIHOLE_2_IP}}
version: 6
key: "{{HOMEPAGE_VAR_PIHOLE_2_KEY}}"
- Management:
- Portainer:
icon: portainer.png
href: https://{{HOMEPAGE_VAR_PORTAINER_DOMAIN}}/admin/
widget:
type: portainer
url: https://{{HOMEPAGE_VAR_PORTAINER_DOMAIN}}
env: 3
key: "{{HOMEPAGE_VAR_PORTAINER_KEY}}"