diff --git a/config/docker.yaml b/config/docker.yaml index 2217a14..0e2cc59 100644 --- a/config/docker.yaml +++ b/config/docker.yaml @@ -1,3 +1,4 @@ --- my-docker: - socket: tcp://socket-proxy:${SOCKET_PROXY_PORT} + host: socket-proxy + port: 2375 diff --git a/config/services.yaml b/config/services.yaml index ebc3a8e..bdd2ce4 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -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. +# Groups for auto-discovery +# Even though Homepage creates groups automatically, defining them here controls the order. -# 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 - \ No newline at end of file +- Portfolio: [] +- Web: [] +- Monitoring: [] +- APIs: [] +- Infra: [] \ No newline at end of file