Homepage/k8s/configmap.yaml
Alexis Bruneteau e88e7e4cba arr widgets
2025-09-05 00:38:14 +02:00

77 lines
1.8 KiB
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: homepage
namespace: homepage
labels:
app.kubernetes.io/name: homepage
data:
kubernetes.yaml: |
mode: cluster
settings.yaml: ""
#settings.yaml: |
# providers:
# longhorn:
# url: https://longhorn.my.network
custom.css: ""
custom.js: ""
bookmarks.yaml: |
- Developer:
- Github:
- abbr: GH
href: https://github.com/sortifal
- Gitea:
- abbr: GT
href: https://gitea.vidoks.fr
services.yaml: |
- My First Group:
- My First Service:
href: http://localhost/
description: Homepage is awesome
- My Second Group:
- My Second Service:
href: http://localhost/
description: Homepage is the best
- My Third Group:
- My Third Service:
href: http://localhost/
description: Homepage is 😎
widgets.yaml: |
- kubernetes:
cluster:
show: true
cpu: true
memory: true
showLabel: true
label: "cluster"
nodes:
show: true
cpu: true
memory: true
showLabel: true
- resources:
backend: resources
expanded: true
cpu: true
memory: true
network: default
- search:
provider: duckduckgo
target: _blank
- proxmox:
url: https://192.168.1.81:8006
username: your-username@pam
password: your-password
- sonarr:
url: http://192.168.1.19:8989
key: 1c5ede99d43d44138fbe9362c732586d
- radarr:
url: http://192.168.1.19:7878
key: 45180a179dae47c7994c91573cfb12c0
- prowlarr:
url: http://192.168.1.19:9696
key: fa8e81fae8ba4168bcaf082bba1d0b8c
docker.yaml: ""