Skip to content

Commit

Permalink
update homepage dash
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Mar 2, 2024
1 parent 0dec612 commit 0932e39
Showing 1 changed file with 59 additions and 5 deletions.
64 changes: 59 additions & 5 deletions kubernetes/apps/homepage/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ data:
title: homelab | pnfb.home
theme: dark
color: slate
layout:
Google:
style: row
columns: 3
BareMetal:
style: row
columns: 2
custom.css: ""
custom.js: ""
bookmarks.yaml: |
Expand Down Expand Up @@ -50,6 +59,56 @@ data:
href: https://console.cloud.google.com/welcome?authuser=1
target: _blank
- BareMetal
- Proxmox 1:
icon: proxmox.png
href: https://pve1.pnfb.home:8006
description: HyperVisor
ping: 192.168.7.10
target: _blank
widget:
type: proxmox
url: https://192.168.7.10:8006
username: api@pam!homepage
password: 700c880d-0470-47b5-85b9-c64fa8bd21c1
- WesternDigal Cloud:
icon: truenas.png
href: http://wd.pnfb.home
description: WD Cloud
ping: 192.168.4.110
target: _blank
- Applications:
- Kubernetes:
icon: kubernetes.png
href: http://localhost/
description: Container orchestration
target: _blank
- ArgoCD:
icon: argocd.png
href: https://192.168.5.11
description: GitOps for Kubernetes
target: _blank
- Portainer:
icon: portainer.png
href: https://portainer.pnfb.home:9443
description: Container management
target: _blank
widget:
type: portainer
url: https://192.168.4.11:9443
env: 2
key: ptr_3wDTxu01RXriNErtjeXITuAqZA5k2VyIItVSoFDbDzE=
- Code server:
icon: code.png
href: http://code.pnfb.home:8083/?folder=/home/coder
description: Code in the browser
target: _blank
- Services:
- PiHole:
Expand Down Expand Up @@ -105,9 +164,4 @@ data:
cpu: true
memory: true
showLabel: true
- resources:
backend: resources
expanded: true
cpu: true
memory: true
docker.yaml: ""

0 comments on commit 0932e39

Please sign in to comment.