fix docker config and services groups
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
my-docker:
|
||||
socket: tcp://socket-proxy:${SOCKET_PROXY_PORT}
|
||||
host: socket-proxy
|
||||
port: 2375
|
||||
|
||||
@@ -3,26 +3,24 @@
|
||||
- Network:
|
||||
- Pi-hole Primary:
|
||||
icon: pi-hole.png
|
||||
href: http://[IP_ADDRESS1]/admin/ # REPLACE WITH REAL IP
|
||||
href: http://192.168.1.X/admin/
|
||||
widget:
|
||||
type: pihole
|
||||
url: http://[IP_ADDRESS1] # REPLACE WITH REAL IP
|
||||
key: "" # REPLACE WITH API KEY
|
||||
url: http://192.168.1.X
|
||||
key: ""
|
||||
- Pi-hole Secondary:
|
||||
icon: pi-hole.png
|
||||
href: http://[IP_ADDRESS2]/admin/ # REPLACE WITH REAL IP
|
||||
href: http://192.168.1.Y/admin/
|
||||
widget:
|
||||
type: pihole
|
||||
url: http://[IP_ADDRESS2] # REPLACE WITH REAL IP
|
||||
key: "" # REPLACE WITH API KEY
|
||||
url: http://192.168.1.Y
|
||||
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
|
||||
# Groups for auto-discovery
|
||||
# Even though Homepage creates groups automatically, defining them here controls the order.
|
||||
|
||||
- Portfolio: []
|
||||
- Web: []
|
||||
- Monitoring: []
|
||||
- APIs: []
|
||||
- Infra: []
|
||||
Reference in New Issue
Block a user