Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
156ec87493 | ||
|
|
16810bf7fd | ||
|
|
6e8c4d6998 | ||
|
|
2b4ca7a64a | ||
|
|
5a1e697c0a | ||
|
|
a370768b90 | ||
|
|
8507515e56 | ||
|
|
b66575bd29 | ||
|
|
cb71286c1e | ||
|
|
9c8774527f | ||
|
|
e0e90aa291 |
@@ -1,7 +1,7 @@
|
||||
variables:
|
||||
CI_PROJECT_NAME: "homer"
|
||||
CI_PROJECT_DIR: "."
|
||||
CI_REGISTRY_IMAGE: hub.ducoterra.net/ducoterra/homer
|
||||
CI_REGISTRY_IMAGE: hub/ducoterra/homer
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
## Deploy
|
||||
|
||||
```bash
|
||||
helm template homer --set tag=1.1.1 ./helm | kubectl apply -f -
|
||||
helm install homer ./helm
|
||||
```
|
||||
BIN
assets/tools/glances.png
Normal file
BIN
assets/tools/glances.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
assets/tools/pgadmin.ico
Normal file
BIN
assets/tools/pgadmin.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
32
config.yml
32
config.yml
@@ -6,7 +6,7 @@ footer: false
|
||||
|
||||
links: [] # Allows for navbar (dark mode, layout, and search) without any links
|
||||
services:
|
||||
- name: "DevOps"
|
||||
- name: "DevSecOps"
|
||||
icon: "fas fa-code-branch"
|
||||
items:
|
||||
- name: "Gitlab"
|
||||
@@ -14,6 +14,11 @@ services:
|
||||
tag: "CI"
|
||||
url: "https://gitlab.ducoterra.net/"
|
||||
target: '_blank'
|
||||
- name: "pgAdmin"
|
||||
logo: "assets/tools/pgadmin.ico"
|
||||
tag: "CI"
|
||||
url: "https://pgadmin.ducoterra.net/"
|
||||
target: '_blank'
|
||||
- name: "Storage"
|
||||
icon: "fas fa-save"
|
||||
items:
|
||||
@@ -25,7 +30,7 @@ services:
|
||||
- name: "Freenas"
|
||||
logo: "assets/tools/freenas.png"
|
||||
tag: "Storage"
|
||||
url: "https://freenas.ducoterra.net/"
|
||||
url: "http://freenas.ducoterra.net/"
|
||||
target: '_blank'
|
||||
- name: "Entertainment"
|
||||
icon: "fas fa-photo-video"
|
||||
@@ -53,6 +58,11 @@ services:
|
||||
url: "https://zipkin.ducoterra.net/"
|
||||
tag: "Monitoring"
|
||||
target: '_blank'
|
||||
- name: "Mainframe"
|
||||
logo: "assets/tools/glances.png"
|
||||
url: "https://monitor.ducoterra.net/"
|
||||
tag: "Monitoring"
|
||||
target: '_blank'
|
||||
- name: "Network"
|
||||
icon: "fas fa-server"
|
||||
items:
|
||||
@@ -76,21 +86,3 @@ services:
|
||||
tag: "Network"
|
||||
url: "https://traefik-external.ducoterra.net/"
|
||||
target: '_blank'
|
||||
- name: "Pihole1"
|
||||
logo: assets/tools/pihole.svg
|
||||
tag: "Network"
|
||||
url: "https://pihole1.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'
|
||||
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
homer:
|
||||
build: .
|
||||
image: hub.ducoterra.net/ducoterra/homer:1.0.0
|
||||
image: hub.ducoterra.net/ducoterra/homer:1.0.2
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
image: hub.ducoterra.net/ducoterra/homer
|
||||
image: hub.ducoterra.net/ducoterra/homer
|
||||
tag: 1.1.5
|
||||
Reference in New Issue
Block a user