Skip to content

Commit

Permalink
feat(homepage): some more fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent 211f7f3 commit a29b077
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions registry/components/homepage/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ data:
type: pihole
url: http://pihole.pihole.svc.cluster.local
key: "{{HOMEPAGE_VAR_PIHOLE_API_KEY}}"
- Bookmarks:
- Logout:
icon: mdi-logout-#ffffff
description: Logout from the homepage
href: /oauth2/sign_out
target: _self
- Repository:
icon: github-light
href: https://github.com/mrsimonemms/infrastructure
Expand Down Expand Up @@ -93,11 +99,6 @@ data:
color: purple
params:
showName: true
- Logout:
icon: mdi-logout-#ffffff
description: Logout from the homepage
href: /oauth2/sign_out
target: _self
settings.yaml: |
background:
image: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80
Expand All @@ -112,7 +113,10 @@ data:
statusStyle: dot
layout:
- Home:
- Bookmarks:
- Cluster:
style: row
columns: 4
widgets.yaml: |
- kubernetes:
cluster:
Expand Down

0 comments on commit a29b077

Please sign in to comment.