Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

further adjusts to homepage #181

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 14 additions & 20 deletions kubernetes/apps/default/homepage/app/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ metadata:
app.kubernetes.io/name: homepage
data:
bookmarks.yaml: |
- Git:
- ChatBots:
- Perplexity:
- icon: https://twitter.com/perplexity_ai/photo
href: https://www.perplexity.ai/
- ChatGPT:
- icon: chatgpt.png
href: https://chat.openai.com/
- home-cluster:
- icon: kubernetes.png
- icon: github-light.png
href: https://github.com/jgilfoil/home-cluster
- kubesearch:
- icon: kubernetes-dashboard.png
href: https://kubesearch.dev
- flux-cluster-template:
- icon: github.png
- icon: github-light.png
href: https://github.com/onedr0p/flux-cluster-template
docker.yaml: ""
kubernetes.yaml: |
Expand All @@ -37,30 +43,18 @@ data:
color: slate
headerStyle: boxed
layout:
Calendar:
style: columns
Automation:
style: columns
Media:
style: row
columns: 3
Observability:
style: columns
columns: 3
Selfhosted:
Network:
style: row
columns: 2
Security:
Storage:
style: row
columns: 2
Downloads:
style: row
columns: 3
Games:
style: row
Infrastructure:
style: row
columns: 2
Observability:
style: row
columns: 3
widgets.yaml: |
- resources:
backend: kubernetes
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
ingressClassName: internal
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Infrastructure
gethomepage.dev/group: Storage
gethomepage.dev/name: Rook-Ceph
gethomepage.dev/icon: rook.svg
gethomepage.dev/description: Cluster Storage Orchestrator
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/storage/minio/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
className: internal
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Infrastcuture
gethomepage.dev/group: Storage
gethomepage.dev/name: Minio
gethomepage.dev/icon: minio.svg
gethomepage.dev/description: S3 Object Storage
Expand Down