diff --git a/docker-compose.yaml b/docker-compose.yaml index 64e2152..6dcebd3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,6 +4,6 @@ services: homer: image: b4bz/homer:latest ports: - - 8081:8080 + - 8080:8080 volumes: - ./helm/config.yml:/www/config.yml \ No newline at end of file diff --git a/helm/config.yml b/helm/config.yml index 62b3404..c463fdf 100644 --- a/helm/config.yml +++ b/helm/config.yml @@ -1,7 +1,7 @@ --- -title: "Ducoterra Network" +title: "DucoTerra Network" subtitle: "DTN" -logo: "https://gitlab.ducoterra.net/services/homer/-/raw/master/assets/tools/dtn3.png" # Optional icon +logo: "https://gitlab.ducoterra.net/services/homer/-/raw/master/assets/tools/dtn4.png" # Optional icon footer: false links: [] # Allows for navbar (dark mode, layout, and search) without any links @@ -61,6 +61,11 @@ services: tag: "Network" url: "https://traefik.ducoterra.net/" target: '_blank' + - name: "Pihole" + logo: "https://gitlab.ducoterra.net/services/homer/-/raw/master/assets/tools/pihole.svg" + tag: "Network" + url: "https://pi.hole" + target: '_blank' - name: "Unifi" logo: "https://gitlab.ducoterra.net/services/homer/-/raw/master/assets/tools/unifi.png" tag: "Network"