11 Commits

Author SHA1 Message Date
ducoterra
6e8c4d6998 fix another https issue 2020-08-17 15:13:19 -04:00
ducoterra
2b4ca7a64a fix http 2020-08-17 15:10:57 -04:00
ducoterra
5a1e697c0a add pihole.ducoterra.net and multiple glances 2020-08-17 15:07:59 -04:00
ducoterra
a370768b90 add pgadmin 2020-08-12 12:18:33 -04:00
ducoterra
8507515e56 change temp to monitor: 2020-07-10 12:37:09 -04:00
ducoterra
b66575bd29 switch freenas to http 2020-06-27 11:13:55 -04:00
ducoterra
cb71286c1e add glances 2020-06-27 11:12:39 -04:00
ducoterra
9c8774527f Merge branch 'master' of gitlab.ducoterra.net:services/homer 2020-06-15 21:33:48 -04:00
ducoterra
e0e90aa291 add tag to values 2020-06-15 21:33:42 -04:00
Reese
da3945378a Update config.yml 2020-05-21 02:20:12 +00:00
Reese
dc88683e06 Update config.yml 2020-05-21 02:16:48 +00:00
6 changed files with 34 additions and 21 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
assets/tools/pgadmin.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@@ -1,12 +1,12 @@
---
title: "Reese's Homelab"
subtitle: "Duconet"
icon: "fas fa-database" # Optional icon
icon: "fas fa-tachometer-alt" # Optional icon
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,26 @@ 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: "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"
icon: "fas fa-server"
items:
@@ -76,21 +101,8 @@ services:
tag: "Network"
url: "https://traefik-external.ducoterra.net/"
target: '_blank'
- name: "Pihole1"
- name: "Pihole"
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"
url: "http://pihole.ducoterra.net/admin/"
target: '_blank'

View File

@@ -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:

View File

@@ -1 +1,2 @@
image: hub.ducoterra.net/ducoterra/homer
image: hub.ducoterra.net/ducoterra/homer
tag: 1.1.5