it finally works
All checks were successful
renovate / renovate (push) Successful in 8m36s

This commit is contained in:
2025-10-19 10:35:28 +05:30
parent ada0ec2d2d
commit 27f9d6a0f6

View File

@@ -7,18 +7,31 @@ metadata:
labels: labels:
app.kubernetes.io/name: homepage app.kubernetes.io/name: homepage
data: data:
docker.yaml: "{}" docker.yaml: |
bookmarks.yaml: "{}" ""
custom.css: "{}" bookmarks.yaml: |
custom.js: "{}" ""
custom.css: |
""
custom.js: |
""
kubernetes.yaml: | kubernetes.yaml: |
mode: cluster mode: cluster
widgets.yaml: | widgets.yaml: |
- kubernetes:
cluster:
show: true
cpu: true
memory: true
showLabel: true
label: "k3s-cluster"
nodes:
show: false
- longhorn: - longhorn:
expanded: true expanded: true
total: true total: true
labels: true labels: true
nodes: true nodes: false
settings.yaml: | settings.yaml: |
layout: layout:
Proxmox (NVIDIA GPU): Proxmox (NVIDIA GPU):
@@ -41,13 +54,13 @@ 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"
background: /images/sur.png background: /images/sur.png
providers:
longhorn:
url: http://longhorn-ui.longhorn-system.svc.cluster.local:8000
services.yaml: | services.yaml: |
- Apps: - Apps:
- Sonarr: - Sonarr:
@@ -189,13 +202,6 @@ 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
@@ -203,6 +209,13 @@ data:
podSelector: app=invidious podSelector: app=invidious
app: invidious app: invidious
icon: invidious.png icon: invidious.png
- Nextcloud:
href: https://nextcloud.${DOMAIN}
description: files
icon: nextcloud.png
namespace: tools
podSelector: app=nextcloud
app: nextcloud
- VS Code: - VS Code:
href: https://vs.${DOMAIN} href: https://vs.${DOMAIN}
description: VS code server description: VS code server