This commit is contained in:
@@ -7,18 +7,31 @@ metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: homepage
|
||||
data:
|
||||
docker.yaml: "{}"
|
||||
bookmarks.yaml: "{}"
|
||||
custom.css: "{}"
|
||||
custom.js: "{}"
|
||||
docker.yaml: |
|
||||
""
|
||||
bookmarks.yaml: |
|
||||
""
|
||||
custom.css: |
|
||||
""
|
||||
custom.js: |
|
||||
""
|
||||
kubernetes.yaml: |
|
||||
mode: cluster
|
||||
widgets.yaml: |
|
||||
- kubernetes:
|
||||
cluster:
|
||||
show: true
|
||||
cpu: true
|
||||
memory: true
|
||||
showLabel: true
|
||||
label: "k3s-cluster"
|
||||
nodes:
|
||||
show: false
|
||||
- longhorn:
|
||||
expanded: true
|
||||
total: true
|
||||
labels: true
|
||||
nodes: true
|
||||
nodes: false
|
||||
settings.yaml: |
|
||||
layout:
|
||||
Proxmox (NVIDIA GPU):
|
||||
@@ -41,13 +54,13 @@ data:
|
||||
style: row
|
||||
columns: 5
|
||||
tab: Bookmarks
|
||||
providers:
|
||||
longhorn:
|
||||
url: http://longhorn-ui.longhorn-system.svc.cluster.local:8000
|
||||
useEqualHeights: true
|
||||
hideErrors: true
|
||||
statusStyle: "dot"
|
||||
background: /images/sur.png
|
||||
providers:
|
||||
longhorn:
|
||||
url: http://longhorn-ui.longhorn-system.svc.cluster.local:8000
|
||||
services.yaml: |
|
||||
- Apps:
|
||||
- Sonarr:
|
||||
@@ -189,13 +202,6 @@ data:
|
||||
password: "${PROXMOX_BACKUP_SERVER_PASSWORD}"
|
||||
datastore: backups
|
||||
fields: ["datastore_usage", "cpu_usage", "memory_usage"]
|
||||
- Nextcloud:
|
||||
href: https://nextcloud.${DOMAIN}
|
||||
description: files
|
||||
icon: nextcloud.png
|
||||
namespace: tools
|
||||
podSelector: app=nextcloud
|
||||
app: nextcloud
|
||||
- Invidious:
|
||||
href: https://invidious.${DOMAIN}
|
||||
description: youtube frontend
|
||||
@@ -203,6 +209,13 @@ data:
|
||||
podSelector: app=invidious
|
||||
app: invidious
|
||||
icon: invidious.png
|
||||
- Nextcloud:
|
||||
href: https://nextcloud.${DOMAIN}
|
||||
description: files
|
||||
icon: nextcloud.png
|
||||
namespace: tools
|
||||
podSelector: app=nextcloud
|
||||
app: nextcloud
|
||||
- VS Code:
|
||||
href: https://vs.${DOMAIN}
|
||||
description: VS code server
|
||||
|
||||
Reference in New Issue
Block a user