Skip to content

Commit d0164b7

Browse files
committed
fix: update homepage ConfigMap settings and layout structure
1 parent dc5865e commit d0164b7

File tree

1 file changed

+67
-68
lines changed

1 file changed

+67
-68
lines changed

apps/base/homepage/configmap.yaml

Lines changed: 67 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -10,88 +10,87 @@ data:
1010
mode: cluster
1111
1212
settings.yaml: |
13+
# hideVersion: true
1314
background:
14-
image: "https://raw.githubusercontent.com/gethomepage/homepage/main/docs/assets/blossom_valley.jpg"
15-
blur: sm
16-
opacity: 50
17-
cardBlur: 3xl
15+
# image: "https://w.wallhaven.cc/full/yx/wallhaven-yxmm3g.jpg"
16+
image: "https://w.wallhaven.cc/full/pk/wallhaven-pkl5pm.jpg"
17+
blur: sm
18+
opacity: 50
1819
theme: dark
1920
color: zinc
2021
headerStyle: clean
21-
# fullWidth: true
22-
disableCollapse: true
23-
22+
# disableCollapse: true
2423
layout:
25-
widgets:
24+
AI:
2625
style: row
27-
# columns: 1
2826
header: false
29-
Homelab:
30-
style: row
31-
columns: 3
32-
header: true
27+
columns: 8
3328
Misc:
3429
style: row
35-
columns: 3
36-
header: true
37-
iconsOnly: true
38-
AI:
30+
columns: 8
31+
header: false
32+
Homelab:
3933
style: row
40-
columns: 3
41-
header: true
42-
iconsOnly: true
43-
34+
header: false
35+
columns: 8
36+
Some:
37+
style: row
38+
columns: 4
39+
header: false
4440
custom.css: ""
4541
custom.js: ""
4642
bookmarks.yaml: ""
4743
services.yaml: |
4844
- Homelab:
49-
- Linkding:
50-
icon: linkding.png
51-
href: http://linkding.homelab.internal/
52-
description: Bookmark management
53-
target: _self
54-
- Mealie:
55-
icon: mealie.png
56-
href: http://mealie.homelab.internal/
57-
description: Recipe management
58-
target: _self
59-
- Vault:
60-
icon: vault.png
61-
href: http://vault.homelab.internal/
62-
description: Secret management
63-
target: _self
64-
- Misc:
65-
- Luma:
66-
icon: https://raw.githubusercontent.com/HYP3R00T/homelab/refs/heads/main/assets/luma.png
67-
href: https://lu.ma/home
68-
target: _self
45+
- Linkding:
46+
icon: linkding.png
47+
href: http://linkding.homelab.internal/
48+
target: _self
49+
- Mealie:
50+
icon: mealie.png
51+
href: http://mealie.homelab.internal/
52+
target: _self
53+
- Vault:
54+
icon: vault.png
55+
href: http://vault.homelab.internal/
56+
target: _self
6957
- AI:
70-
- ChatGPT:
71-
icon: chatgpt.png
72-
href: https://chatgpt.com/
73-
description: ChatGPT by OpenAI
74-
target: _self
75-
- Gemini:
76-
icon: google-gemini.png
77-
href: https://gemini.google.com/app
78-
description: Gemini by Google
79-
target: _self
80-
- Claude:
81-
icon: claude-ai.png
82-
href: https://claude.ai/chats
83-
description: Claude by Anthropic
84-
target: _self
85-
- GitHub Copilot:
86-
icon: https://registry.npmmirror.com/@lobehub/icons-static-png/latest/files/dark/githubcopilot.png
87-
href: https://github.com/copilot/
88-
description: AI pair programmer
89-
target: _self
90-
- Grok:
91-
icon: https://registry.npmmirror.com/@lobehub/icons-static-png/1.46.0/files/dark/grok.png
92-
href: https://grok.com/
93-
description: AI by x.com
94-
target: _self
58+
- ChatGPT:
59+
icon: chatgpt.png
60+
href: https://chatgpt.com/
61+
target: _self
62+
- Gemini:
63+
icon: google-gemini.png
64+
href: https://gemini.google.com/app
65+
target: _self
66+
- Claude:
67+
icon: claude-ai.png
68+
href: https://claude.ai/chats
69+
target: _self
70+
- GitHub Copilot:
71+
icon: https://registry.npmmirror.com/@lobehub/icons-static-png/1.62.0/files/light/githubcopilot.png
72+
href: https://github.com/copilot/
73+
target: _self
74+
- Grok:
75+
icon: grok.png
76+
href: https://grok.com/
77+
target: _self
78+
- Perplexity:
79+
icon: https://registry.npmmirror.com/@lobehub/icons-static-png/1.62.0/files/light/perplexity-color.png
80+
href: https://www.perplexity.ai/
81+
target: _self
82+
- Some:
83+
- Grafana:
84+
icon: grafana.png
85+
href: http://grafana.homelab.internal/
86+
target: _self
87+
widget:
88+
type: grafana
89+
version: 2 # optional, default is 1
90+
alerts: alertmanager # optional, default is grafana
91+
url: http://kube-prometheus-stack-grafana.monitoring.svc.cluster.local
92+
username: admin
93+
password: hyperoot
9594
9695
widgets.yaml: |
9796
- kubernetes:
@@ -113,9 +112,9 @@ data:
113112
memory: true
114113
network: default
115114
- datetime:
116-
text_size: xl
115+
text_size: 3xl
117116
format:
118-
dateStyle: long
117+
hourCycle: h23
119118
timeStyle: short
120119
121120
docker.yaml: ""

0 commit comments

Comments
 (0)