83 lines
2.2 KiB
YAML
83 lines
2.2 KiB
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: homepage
|
|
namespace: homepage
|
|
labels:
|
|
app.kubernetes.io/name: homepage
|
|
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
|
|
#settings.yaml: |
|
|
# providers:
|
|
# longhorn:
|
|
# url: https://longhorn.my.network
|
|
custom.css: ""
|
|
custom.js: ""
|
|
bookmarks.yaml: |
|
|
- Developer:
|
|
- Github:
|
|
- abbr: GH
|
|
href: https://github.com/
|
|
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 😎
|
|
- 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
|
|
- resources:
|
|
backend: resources
|
|
expanded: true
|
|
cpu: true
|
|
memory: true
|
|
network: default
|
|
- search:
|
|
provider: duckduckgo
|
|
target: _blank
|
|
|
|
docker.yaml: ""
|