various fixes
This commit is contained in:
@@ -7,26 +7,18 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: homepage
|
app.kubernetes.io/name: homepage
|
||||||
data:
|
data:
|
||||||
docker.yaml: ""
|
docker.yaml: "{}"
|
||||||
bookmarks.yaml: ""
|
bookmarks.yaml: "{}"
|
||||||
|
custom.css: "{}"
|
||||||
|
custom.js: "{}"
|
||||||
kubernetes.yaml: |
|
kubernetes.yaml: |
|
||||||
mode: cluster
|
mode: cluster
|
||||||
widgets.yaml: |
|
widgets.yaml: |
|
||||||
- kubernetes:
|
- longhorn:
|
||||||
cluster:
|
expanded: true
|
||||||
show: true
|
total: true
|
||||||
cpu: true
|
labels: true
|
||||||
memory: true
|
nodes: true
|
||||||
showLabel: true
|
|
||||||
label: "cluster"
|
|
||||||
nodes:
|
|
||||||
show: true
|
|
||||||
cpu: true
|
|
||||||
memory: true
|
|
||||||
showLabel: true
|
|
||||||
- search:
|
|
||||||
provider: google
|
|
||||||
target: _blank
|
|
||||||
settings.yaml: |
|
settings.yaml: |
|
||||||
layout:
|
layout:
|
||||||
Proxmox (NVIDIA GPU):
|
Proxmox (NVIDIA GPU):
|
||||||
@@ -49,6 +41,9 @@ data:
|
|||||||
style: row
|
style: row
|
||||||
columns: 5
|
columns: 5
|
||||||
tab: Bookmarks
|
tab: Bookmarks
|
||||||
|
providers:
|
||||||
|
longhorn:
|
||||||
|
url: http://longhorn-ui.longhorn-system.svc.cluster.local:8000
|
||||||
useEqualHeights: true
|
useEqualHeights: true
|
||||||
hideErrors: true
|
hideErrors: true
|
||||||
statusStyle: "dot"
|
statusStyle: "dot"
|
||||||
@@ -167,18 +162,6 @@ data:
|
|||||||
url: http://gitea-service.git-ops.svc.cluster.local:3011
|
url: http://gitea-service.git-ops.svc.cluster.local:3011
|
||||||
key: "${GITEA_API_KEY}"
|
key: "${GITEA_API_KEY}"
|
||||||
fields: ["repositories", "issues", "pulls"]
|
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:
|
- Crafty:
|
||||||
href: https://crafty.${DOMAIN}
|
href: https://crafty.${DOMAIN}
|
||||||
description: minecraft server manager
|
description: minecraft server manager
|
||||||
@@ -206,6 +189,13 @@ data:
|
|||||||
password: "${PROXMOX_BACKUP_SERVER_PASSWORD}"
|
password: "${PROXMOX_BACKUP_SERVER_PASSWORD}"
|
||||||
datastore: backups
|
datastore: backups
|
||||||
fields: ["datastore_usage", "cpu_usage", "memory_usage"]
|
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:
|
- Invidious:
|
||||||
href: https://invidious.${DOMAIN}
|
href: https://invidious.${DOMAIN}
|
||||||
description: youtube frontend
|
description: youtube frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user