2 Commits

Author SHA1 Message Date
ducoterra
156ec87493 update hub address 2020-09-17 20:47:46 -04:00
ducoterra
16810bf7fd remove pihole + pi glances 2020-09-01 10:48:23 -04:00
2 changed files with 1 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
variables: variables:
CI_PROJECT_NAME: "homer" CI_PROJECT_NAME: "homer"
CI_PROJECT_DIR: "." CI_PROJECT_DIR: "."
CI_REGISTRY_IMAGE: hub.ducoterra.net/ducoterra/homer CI_REGISTRY_IMAGE: hub/ducoterra/homer
stages: stages:
- build - build

View File

@@ -63,21 +63,6 @@ services:
url: "https://monitor.ducoterra.net/" url: "https://monitor.ducoterra.net/"
tag: "Monitoring" tag: "Monitoring"
target: '_blank' target: '_blank'
- name: "Red"
logo: "assets/tools/glances.png"
url: "http://red"
tag: "Monitoring"
target: '_blank'
- name: "Grey"
logo: "assets/tools/glances.png"
url: "http://grey"
tag: "Monitoring"
target: '_blank'
- name: "Purple"
logo: "assets/tools/glances.png"
url: "http://purple"
tag: "Monitoring"
target: '_blank'
- name: "Network" - name: "Network"
icon: "fas fa-server" icon: "fas fa-server"
items: items:
@@ -101,8 +86,3 @@ services:
tag: "Network" tag: "Network"
url: "https://traefik-external.ducoterra.net/" url: "https://traefik-external.ducoterra.net/"
target: '_blank' target: '_blank'
- name: "Pihole"
logo: assets/tools/pihole.svg
tag: "Network"
url: "http://pihole.ducoterra.net/admin/"
target: '_blank'