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