homepage improvements
This commit is contained in:
28
config/services.yaml
Normal file
28
config/services.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
# Network & Infrastructure
|
||||
- Network:
|
||||
- Pi-hole Primary:
|
||||
icon: pi-hole.png
|
||||
href: http://[IP_ADDRESS1]/admin/ # REPLACE WITH REAL IP
|
||||
widget:
|
||||
type: pihole
|
||||
url: http://[IP_ADDRESS1] # REPLACE WITH REAL IP
|
||||
key: "" # REPLACE WITH API KEY
|
||||
- Pi-hole Secondary:
|
||||
icon: pi-hole.png
|
||||
href: http://[IP_ADDRESS2]/admin/ # REPLACE WITH REAL IP
|
||||
widget:
|
||||
type: pihole
|
||||
url: http://[IP_ADDRESS2] # REPLACE WITH REAL IP
|
||||
key: "" # REPLACE WITH API KEY
|
||||
|
||||
# Automatic Discovery via Docker Attributes
|
||||
# Services with 'homepage.group' labels will automatically appear here
|
||||
# or in their specific groups if the group name matches.
|
||||
|
||||
# This tells Homepage to look for Docker containers with "homepage.*" labels
|
||||
# and add them to the dashboard automatically.
|
||||
- Docker:
|
||||
- my-docker:
|
||||
template: "" # Use default templates if available
|
||||
|
||||
Reference in New Issue
Block a user