chore(dashboard): update resources based on current docs

https://gethomepage.dev/latest/installation/k8s
This commit is contained in:
David Landry 2024-05-08 00:45:14 -04:00
parent db4fbbb99f
commit 46b3a334d0
7 changed files with 81 additions and 103 deletions

View file

@ -1,29 +1,42 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: homepage
labels:
app.kubernetes.io/name: homepage
app.kubernetes.io/instance: homepage
app.kubernetes.io/version: "v0.6.10"
data:
bookmarks.yaml: |
- Developer:
- Github:
- abbr: GH
href: https://github.com/
docker.yaml: ""
kubernetes.yaml: |
mode: cluster
services.yaml: |
layout:
Files:
Media:
Games:
Manage Homelab:
Manage Media:
# layout:
# Files:
# Media:
# Games:
# Manage Homelab:
# Manage Media:
- My First Group:
- My First Service:
href: http://localhost/
description: Homepage is awesome
- My Second Group:
- My Second Service:
href: http://localhost/
description: Homepage is the best
- My Third Group:
- My Third Service:
href: http://localhost/
description: Homepage is 😎
settings.yaml: |
layout:
Games:
@ -37,25 +50,37 @@ data:
Media:
columns: 4
style: row
custom.css: ""
custom.js: ""
widgets.yaml: |
- datetime:
format:
dateStyle: long
hour12: true
timeStyle: short
text_size: xl
format:
dateStyle: long
hour12: true
timeStyle: short
text_size: xl
- kubernetes:
cluster:
cpu: true
label: cluster
memory: true
show: true
cpu: true
memory: true
showLabel: true
label: "cluster"
nodes:
show: true
cpu: true
memory: true
show: true
showLabel: true
- resources:
backend: resources
expanded: true
cpu: true
memory: true
- search:
provider: duckduckgo
target: _blank
docker.yaml: ""