add homepage as a deployment
This commit is contained in:
98
apps/homepage/configmap.yaml
Normal file
98
apps/homepage/configmap.yaml
Normal file
@@ -0,0 +1,98 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: config
|
||||
labels:
|
||||
app.kubernetes.io/name: homepage
|
||||
data:
|
||||
kubernetes.yaml: "" #|
|
||||
# mode: cluster
|
||||
settings.yaml: |
|
||||
title: "Homepage"
|
||||
background: https://images.unsplash.com/photo-1547327132-5d20850c62b5?q=80&w=3870&auto=format&fit=crop
|
||||
cardBlur: sm
|
||||
#settings.yaml: |
|
||||
# providers:
|
||||
# longhorn:
|
||||
# url: https://longhorn.my.network
|
||||
custom.css: ""
|
||||
custom.js: ""
|
||||
bookmarks.yaml: |
|
||||
- Developer:
|
||||
- Github:
|
||||
- abbr: GH
|
||||
href: https://github.com/moll-re
|
||||
services.yaml: |
|
||||
- Media:
|
||||
- Jellyfin backend:
|
||||
href: https://media-backend.kluster.moll.re
|
||||
ping: media-backend.kluster.moll.re
|
||||
- Jellyfin vue:
|
||||
href: https://media.kluster.moll.re
|
||||
ping: media.kluster.moll.re
|
||||
- Immich:
|
||||
href: https://immich.kluster.moll.re
|
||||
ping: immich.kluster.moll.re
|
||||
|
||||
- Productivity:
|
||||
- OwnCloud:
|
||||
href: https://ocis.kluster.moll.re
|
||||
ping: ocis.kluster.moll.re
|
||||
- ToDo:
|
||||
href: https://todos.kluster.moll.re
|
||||
ping: todos.kluster.moll.re
|
||||
- Finance:
|
||||
href: https://finance.kluster.moll.re
|
||||
ping: finance.kluster.moll.re
|
||||
|
||||
- Home:
|
||||
- Home Assistant:
|
||||
href: https://home.kluster.moll.re
|
||||
ping: home.kluster.moll.re
|
||||
- Grafana:
|
||||
href: https://grafana.kluster.moll.re
|
||||
ping: grafana.kluster.moll.re
|
||||
- Recipes:
|
||||
href: https://recipes.kluster.moll.re
|
||||
ping: recipes.kluster.moll.re
|
||||
|
||||
- Infra:
|
||||
- Gitea:
|
||||
href: https://git.kluster.moll.re
|
||||
ping: git.kluster.moll.re
|
||||
- ArgoCD:
|
||||
href: https://argocd.kluster.moll.re
|
||||
ping: argocd.kluster.moll.re
|
||||
|
||||
widgets.yaml: |
|
||||
# - kubernetes:
|
||||
# cluster:
|
||||
# show: true
|
||||
# cpu: true
|
||||
# memory: true
|
||||
# showLabel: true
|
||||
# label: "cluster"
|
||||
# nodes:
|
||||
# show: true
|
||||
# cpu: true
|
||||
# memory: true
|
||||
# showLabel: true
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
- openmeteo:
|
||||
label: Zürich # optional
|
||||
latitude: 47.24236
|
||||
longitude: 8.30439
|
||||
units: metric # or imperial
|
||||
cache: 30 # Time in minutes to cache API responses, to stay within limits
|
||||
format: # optional, Intl.NumberFormat options
|
||||
maximumFractionDigits: 1
|
||||
- datetime:
|
||||
locale: de
|
||||
format:
|
||||
dateStyle: long
|
||||
timeStyle: short
|
||||
- adguard:
|
||||
url: http://adguard-home-web.adguard-home:3000
|
||||
|
||||
docker.yaml: ""
|
Reference in New Issue
Block a user