streamlined homepage deployment
This commit is contained in:
130
09_Homepage/04_homepage-configmap.yaml
Normal file
130
09_Homepage/04_homepage-configmap.yaml
Normal file
@@ -0,0 +1,130 @@
|
||||
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
|
||||
- Pihole:
|
||||
icon: pi-hole.png
|
||||
href: http://pi.hole
|
||||
description: Pi-hole
|
||||
widgets:
|
||||
- type: pihole
|
||||
url: http://pi.hole
|
||||
version: 6
|
||||
key: 5ipI9bvB
|
||||
|
||||
|
||||
- My Second Group:
|
||||
- Proxmox pve-81:
|
||||
icon: proxmox.png
|
||||
href: http://pve-81.fritz.box:8006
|
||||
description: Homepage is the best
|
||||
- Proxmox pve-82:
|
||||
icon: proxmox.png
|
||||
href: http://pve-82.fritz.box:8006
|
||||
description: Homepage is the best
|
||||
- Proxmox pve-83:
|
||||
icon: proxmox.png
|
||||
href: https://pve-83.fritz.box:8006
|
||||
description: Homepage is the best
|
||||
widgets:
|
||||
- type: proxmox
|
||||
url: https://pve-83.fritz.box:8006
|
||||
username: homepage_api@pam!homepage_api
|
||||
password: 7676925b-3ed4-4c8b-9df5-defb4a9a0871
|
||||
|
||||
- Party Time:
|
||||
- Linkwarden:
|
||||
icon: linkwarden.png
|
||||
href: https://lw.homeee.schnorbus.net
|
||||
description: Homepage is 😎
|
||||
widgets:
|
||||
- type: linkwarden
|
||||
url: https://lw.homeee.schnorbus.net
|
||||
key: eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..bEvs2PcR0ZTNpb8b.Lhe1-00LlVVC97arojvhh7IK4VADR82AMAzK5sd7AcUhs2WUQmu8Q-cOAKFGVlgPgdk-w1Pa8CJJHF71opWJk85aJXkTcdl7jANwN8PqgHXsSPoqtvzX.5GFRIAMo31sw5GStVlznHQ
|
||||
- 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: ""
|
||||
Reference in New Issue
Block a user