Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b4ca7a64a | ||
|
|
5a1e697c0a | ||
|
|
a370768b90 | ||
|
|
8507515e56 |
BIN
assets/tools/pgadmin.ico
Normal file
BIN
assets/tools/pgadmin.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
43
config.yml
43
config.yml
@@ -6,7 +6,7 @@ footer: false
|
|||||||
|
|
||||||
links: [] # Allows for navbar (dark mode, layout, and search) without any links
|
links: [] # Allows for navbar (dark mode, layout, and search) without any links
|
||||||
services:
|
services:
|
||||||
- name: "DevOps"
|
- name: "DevSecOps"
|
||||||
icon: "fas fa-code-branch"
|
icon: "fas fa-code-branch"
|
||||||
items:
|
items:
|
||||||
- name: "Gitlab"
|
- name: "Gitlab"
|
||||||
@@ -14,6 +14,11 @@ services:
|
|||||||
tag: "CI"
|
tag: "CI"
|
||||||
url: "https://gitlab.ducoterra.net/"
|
url: "https://gitlab.ducoterra.net/"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
|
- name: "pgAdmin"
|
||||||
|
logo: "assets/tools/pgadmin.ico"
|
||||||
|
tag: "CI"
|
||||||
|
url: "https://pgadmin.ducoterra.net/"
|
||||||
|
target: '_blank'
|
||||||
- name: "Storage"
|
- name: "Storage"
|
||||||
icon: "fas fa-save"
|
icon: "fas fa-save"
|
||||||
items:
|
items:
|
||||||
@@ -53,9 +58,24 @@ services:
|
|||||||
url: "https://zipkin.ducoterra.net/"
|
url: "https://zipkin.ducoterra.net/"
|
||||||
tag: "Monitoring"
|
tag: "Monitoring"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
- name: "Glances"
|
- name: "Mainframe"
|
||||||
logo: "assets/tools/glances.png"
|
logo: "assets/tools/glances.png"
|
||||||
url: "https://temp.ducoterra.net/"
|
url: "https://monitor.ducoterra.net/"
|
||||||
|
tag: "Monitoring"
|
||||||
|
target: '_blank'
|
||||||
|
- name: "Red"
|
||||||
|
logo: "assets/tools/glances.png"
|
||||||
|
url: "http://red"
|
||||||
|
tag: "Monitoring"
|
||||||
|
target: '_blank'
|
||||||
|
- name: "Grey"
|
||||||
|
logo: "assets/tools/glances.png"
|
||||||
|
url: "https://grey"
|
||||||
|
tag: "Monitoring"
|
||||||
|
target: '_blank'
|
||||||
|
- name: "Purple"
|
||||||
|
logo: "assets/tools/glances.png"
|
||||||
|
url: "https://purple"
|
||||||
tag: "Monitoring"
|
tag: "Monitoring"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
- name: "Network"
|
- name: "Network"
|
||||||
@@ -81,21 +101,8 @@ services:
|
|||||||
tag: "Network"
|
tag: "Network"
|
||||||
url: "https://traefik-external.ducoterra.net/"
|
url: "https://traefik-external.ducoterra.net/"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
- name: "Pihole1"
|
- name: "Pihole"
|
||||||
logo: assets/tools/pihole.svg
|
logo: assets/tools/pihole.svg
|
||||||
tag: "Network"
|
tag: "Network"
|
||||||
url: "https://pihole1.ducoterra.net/admin/"
|
url: "http://pihole.ducoterra.net/admin/"
|
||||||
target: '_blank'
|
|
||||||
- name: "Pihole2"
|
|
||||||
logo: assets/tools/pihole.svg
|
|
||||||
tag: "Network"
|
|
||||||
url: "https://pihole2.ducoterra.net/admin/"
|
|
||||||
target: '_blank'
|
|
||||||
- name: "Tools"
|
|
||||||
icon: "fas fa-wrench"
|
|
||||||
items:
|
|
||||||
- name: "SVG Editor"
|
|
||||||
icon: "fas fa-icons"
|
|
||||||
tag: "Tools"
|
|
||||||
url: "https://svg-edit.github.io/svgedit/editor/svg-editor.html"
|
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
@@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
homer:
|
homer:
|
||||||
build: .
|
build: .
|
||||||
image: hub.ducoterra.net/ducoterra/homer:1.0.0
|
image: hub.ducoterra.net/ducoterra/homer:1.0.2
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user