Skip to content

Commit

Permalink
commiting homepage configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Mar 1, 2024
1 parent 11b955d commit ad49b5d
Showing 1 changed file with 80 additions and 26 deletions.
106 changes: 80 additions & 26 deletions kubernetes/apps/homepage/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,90 @@ metadata:
data:
kubernetes.yaml: |
mode: cluster
settings.yaml: ""
#settings.yaml: |
# providers:
# longhorn:
# url: https://longhorn.my.network
settings.yaml: |
title: homelab | pnfb.home
theme: dark
color: slate
custom.css: ""
custom.js: ""
bookmarks.yaml: |
- Developer:
- Github:
- abbr: GH
href: https://github.com/
- Links:
- Virgin Media:
- icon: reddit.png
href: http://192.168.100.1/
description: ISP router
- Github:
- icon: github.png
href: https://github.com/mrpbennett/home-ops
description: Homelab repo
- 90 Days of DevOps:
- icon: github.png
href: https://github.com/MichaelCade/90DaysOfDevOps/tree/main/2024
description: DevOps
- Homepage Docs:
- icon: github.png
href: https://gethomepage.dev/latest/
description: Dashboard docs
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 😎
- Google:
- Gmail:
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/a02a5999fe56948671721da8b0830cdd5b609ed7/svg/google.svg
href: https://mail.google.com/mail/u/0/#inbox
target: _blank
- Gcal:
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/a02a5999fe56948671721da8b0830cdd5b609ed7/svg/google-calendar.svg
href: https://calendar.google.com/calendar/u/0
target: _blank
- Google Cloud:
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/a02a5999fe56948671721da8b0830cdd5b609ed7/svg/google-cloud-platform.svg
href: https://console.cloud.google.com/welcome?authuser=1
target: _blank
- Services:
- PiHole:
icon: pi-hole.png
href: http://pihole.pnfb.home/admin
description: Network Adblocking
ping: 192.168.4.2
target: _blank
widget:
type: pihole
url: http://192.168.4.2
key: 3520250f7c1621b4bc5a3e2b0b465de5f29309ac50d3100f2d7663fb00b16dc1
- Uptime Kuma:
icon: uptime-kuma.png
href: http://uptime.pnfb.home:3001/status/homelab
description: Self hosted registry
ping: 192.168.7.210
target: _blank
widget:
type: uptimekuma
url: http://192.168.7.201:3001
slug: homelab
- Docker Registry:
icon: docker.png
href: http://registry.pnfb.home:5000/v2/_catalog
description: Self hosted registry
ping: 192.168.7.210
target: _blank
- ntfy:
icon: https://camo.githubusercontent.com/5ba99b4ebca9a54f59e57cdab38eaf0df8a2ea2b5b8bbb37826e92f34eb47a48/68747470733a2f2f6e7466792e73682f5f6e6578742f7374617469632f6d656469612f6c6f676f2e30373766366131332e737667
href: http://ntfy.pnfb.uk
description: Push notifications made easy
target: _blank
- Cloudflare:
icon: cloudflare.png
href: https://dash.cloudflare.com/5a2fb936e1a58d410c2a9ab8cf7e5ec3
description: DNS and Tunnels
target: _blank
widgets.yaml: |
- kubernetes:
cluster:
Expand All @@ -53,7 +110,4 @@ data:
expanded: true
cpu: true
memory: true
- search:
provider: duckduckgo
target: _blank
docker.yaml: ""

0 comments on commit ad49b5d

Please sign in to comment.