various fixes
This commit is contained in:
@@ -7,26 +7,18 @@ metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: homepage
|
||||
data:
|
||||
docker.yaml: ""
|
||||
bookmarks.yaml: ""
|
||||
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: "cluster"
|
||||
nodes:
|
||||
show: true
|
||||
cpu: true
|
||||
memory: true
|
||||
showLabel: true
|
||||
- search:
|
||||
provider: google
|
||||
target: _blank
|
||||
- longhorn:
|
||||
expanded: true
|
||||
total: true
|
||||
labels: true
|
||||
nodes: true
|
||||
settings.yaml: |
|
||||
layout:
|
||||
Proxmox (NVIDIA GPU):
|
||||
@@ -49,6 +41,9 @@ 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"
|
||||
@@ -167,18 +162,6 @@ data:
|
||||
url: http://gitea-service.git-ops.svc.cluster.local:3011
|
||||
key: "${GITEA_API_KEY}"
|
||||
fields: ["repositories", "issues", "pulls"]
|
||||
- Nextcloud:
|
||||
href: https://nextcloud.${DOMAIN}
|
||||
description: files
|
||||
icon: nextcloud.png
|
||||
namespace: tools
|
||||
podSelector: app=nextcloud
|
||||
app: nextcloud
|
||||
widget:
|
||||
type: nextcloud
|
||||
url: https://nextcloud-service.tools.svc.cluster.local:9200
|
||||
username: akshun
|
||||
password: "${NEXTCLOUD_PASSWORD}"
|
||||
- Crafty:
|
||||
href: https://crafty.${DOMAIN}
|
||||
description: minecraft server manager
|
||||
@@ -206,6 +189,13 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user