84 lines
1.7 KiB
YAML
84 lines
1.7 KiB
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: homepage-config
|
|
namespace: homepage
|
|
data:
|
|
settings.yaml: |
|
|
title: Homelab
|
|
theme: dark
|
|
color: slate
|
|
layout:
|
|
Network:
|
|
style: row
|
|
columns: 3
|
|
Services:
|
|
style: row
|
|
columns: 3
|
|
Media:
|
|
style: row
|
|
columns: 2
|
|
|
|
widgets.yaml: |
|
|
- kubernetes:
|
|
cluster:
|
|
show: true
|
|
cpu: true
|
|
memory: true
|
|
showLabel: true
|
|
label: "homelab"
|
|
nodes:
|
|
show: true
|
|
cpu: true
|
|
memory: true
|
|
showLabel: true
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
- search:
|
|
provider: duckduckgo
|
|
target: _blank
|
|
|
|
services.yaml: |
|
|
- Network:
|
|
- Grafana:
|
|
href: https://grafana.net-scope.org
|
|
description: Monitoring
|
|
icon: grafana
|
|
- Longhorn:
|
|
href: https://longhorn.net-scope.org
|
|
description: Storage
|
|
icon: longhorn
|
|
- Cloudflare:
|
|
href: https://one.dash.cloudflare.com
|
|
description: Tunnels
|
|
icon: cloudflare
|
|
|
|
- Services:
|
|
- Forgejo:
|
|
href: https://forgejo.net-scope.org
|
|
description: GitOps
|
|
icon: forgejo
|
|
- MinIO:
|
|
href: https://minio.net-scope.org
|
|
description: Backup
|
|
icon: minio
|
|
|
|
- Media:
|
|
- Website:
|
|
href: https://net-scope.org
|
|
description: Meine Website
|
|
icon: globe
|
|
- Reddit:
|
|
href: https://reddit.com
|
|
description: Reddit
|
|
icon: reddit
|
|
|
|
bookmarks.yaml: |
|
|
[]
|
|
docker.yaml: |
|
|
[]
|
|
kubernetes.yaml: |
|
|
mode: cluster
|