Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8507515e56 | ||
|
|
b66575bd29 | ||
|
|
cb71286c1e | ||
|
|
9c8774527f | ||
|
|
e0e90aa291 | ||
|
|
da3945378a | ||
|
|
dc88683e06 |
@@ -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 |
@@ -1,7 +1,7 @@
|
||||
---
|
||||
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
|
||||
@@ -25,7 +25,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 +53,11 @@ services:
|
||||
url: "https://zipkin.ducoterra.net/"
|
||||
tag: "Monitoring"
|
||||
target: '_blank'
|
||||
- name: "Glances"
|
||||
logo: "assets/tools/glances.png"
|
||||
url: "https://monitor.ducoterra.net/"
|
||||
tag: "Monitoring"
|
||||
target: '_blank'
|
||||
- name: "Network"
|
||||
icon: "fas fa-server"
|
||||
items:
|
||||
|
||||
@@ -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