102 lines
3.0 KiB
YAML
102 lines
3.0 KiB
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: homepage
|
|
namespace: homepage
|
|
labels:
|
|
app.kubernetes.io/name: homepage
|
|
annotations:
|
|
reloader.stakater.com/match: "true"
|
|
data:
|
|
kubernetes.yaml: |
|
|
mode: cluster
|
|
settings.yaml: |
|
|
background: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80
|
|
cardBlur: xs
|
|
providers:
|
|
longhorn:
|
|
url: https://longhorn-dashboard.k8s.schnrbs.work
|
|
custom.css: ""
|
|
custom.js: ""
|
|
bookmarks.yaml: |
|
|
- Developer:
|
|
- Github:
|
|
- abbr: GH
|
|
href: https://github.com/
|
|
services.yaml: |
|
|
- Smart Home:
|
|
- Home Assistant:
|
|
icon: home-assistant.png
|
|
href: https://ha.homeee.schnorbus.net
|
|
description: Home Assistant is awesome
|
|
widgets:
|
|
- type: homeassistant
|
|
url: https://ha.homeee.schnorbus.net
|
|
key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3MTA1ZmE1MDA5ZTA0MDQxYTc0NzUxZmUwM2NhYWMwZiIsImlhdCI6MTc0NTcxMDY3OCwiZXhwIjoyMDYxMDcwNjc4fQ.EI6-Husovb1IYpVn5RBy8pJ7bcESQHDzIbS22_5abUs
|
|
- Zigbee2MQTT:
|
|
icon: zigbee2mqtt.png
|
|
href: http://muckibude.fritz.box:8383/#/
|
|
description: Zigbee2MQTT is awesome
|
|
|
|
- My Second Group:
|
|
- My Second Service:
|
|
href: http://localhost/
|
|
description: Homepage is the best
|
|
|
|
- Party Time:
|
|
- My Third Service:
|
|
href: http://localhost/
|
|
description: Homepage is 😎
|
|
- Nginx Proxy Manager:
|
|
icon: nginx-proxy-manager.png
|
|
href: http://192.168.178.42:8181
|
|
description: Nginx Proxy Manager is awesome
|
|
widgets:
|
|
- type: npm
|
|
url: http://192.168.178.42:8181
|
|
username: bastian@schnorbus.net
|
|
password: abcd1234
|
|
- Plex:
|
|
icon: plex.png
|
|
href: http://diskstation.fritz.box:32400/web/index.html#!/
|
|
description: Watch movies and TV shows.
|
|
server: http://diskstation.fritz.box:32400/web/index.html#!/
|
|
container: plex
|
|
widgets:
|
|
- type: plex
|
|
url: http://diskstation.fritz.box:32400
|
|
key: aNcUss31qsVsea5bsDf9
|
|
widgets.yaml: |
|
|
- kubernetes:
|
|
cluster:
|
|
show: true
|
|
cpu: true
|
|
memory: true
|
|
showLabel: true
|
|
label: "cluster"
|
|
nodes:
|
|
show: true
|
|
cpu: true
|
|
memory: true
|
|
showLabel: true
|
|
- longhorn:
|
|
# Show the expanded view
|
|
expanded: true
|
|
# Shows a node representing the aggregate values
|
|
total: true
|
|
# Shows the node names as labels
|
|
labels: true
|
|
# Show the nodes
|
|
nodes: true
|
|
- resources:
|
|
backend: resources
|
|
expanded: true
|
|
cpu: true
|
|
memory: true
|
|
network: default
|
|
- search:
|
|
provider: duckduckgo
|
|
target: _blank
|
|
|
|
docker.yaml: ""
|