adding services to homepage

This commit is contained in:
baschno
2025-04-26 21:21:24 +02:00
parent 5514b5687f
commit 5e30b1e83d

View File

@@ -8,7 +8,9 @@ metadata:
data: data:
kubernetes.yaml: | kubernetes.yaml: |
mode: cluster mode: cluster
settings.yaml: "" settings.yaml: |
background: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80
cardBlur: xs
#settings.yaml: | #settings.yaml: |
# providers: # providers:
# longhorn: # longhorn:
@@ -35,6 +37,25 @@ data:
- My Third Service: - My Third Service:
href: http://localhost/ href: http://localhost/
description: Homepage is 😎 description: Homepage is 😎
- Nginx Proxy Manager:
icon: npm.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: | widgets.yaml: |
- kubernetes: - kubernetes:
cluster: cluster:
@@ -57,4 +78,5 @@ data:
- search: - search:
provider: duckduckgo provider: duckduckgo
target: _blank target: _blank
docker.yaml: "" docker.yaml: ""