generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rook and minio in storage category and add links to chatbots
--- HelmRelease: rook-ceph/rook-ceph-cluster Ingress: rook-ceph/rook-ceph-dashboard
+++ HelmRelease: rook-ceph/rook-ceph-cluster Ingress: rook-ceph/rook-ceph-dashboard
@@ -4,13 +4,13 @@
metadata:
name: rook-ceph-dashboard
namespace: rook-ceph
annotations:
gethomepage.dev/description: Cluster Storage Orchestrator
gethomepage.dev/enabled: 'true'
- gethomepage.dev/group: Infrastructure
+ gethomepage.dev/group: Storage
gethomepage.dev/icon: rook.svg
gethomepage.dev/name: Rook-Ceph
spec:
rules:
- host: rook.${SECRET_DOMAIN}
http:
--- HelmRelease: storage/minio Ingress: storage/minio
+++ HelmRelease: storage/minio Ingress: storage/minio
@@ -7,13 +7,13 @@
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
annotations:
gethomepage.dev/description: S3 Object Storage
gethomepage.dev/enabled: 'true'
- gethomepage.dev/group: Infrastcuture
+ gethomepage.dev/group: Storage
gethomepage.dev/icon: minio.svg
gethomepage.dev/name: Minio
spec:
ingressClassName: internal
tls:
- hosts: |
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-config
+++ kubernetes/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage-config
@@ -1,19 +1,25 @@
---
apiVersion: v1
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: |
mode: cluster
services.yaml: |
- Network:
@@ -29,36 +35,24 @@
settings.yaml: |
title: Dashboard
theme: dark
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
cpu: true
expanded: true
memory: true
--- kubernetes/apps/storage/minio/app Kustomization: flux-system/minio HelmRelease: storage/minio
+++ kubernetes/apps/storage/minio/app Kustomization: flux-system/minio HelmRelease: storage/minio
@@ -84,13 +84,13 @@
- 100
ingress:
main:
annotations:
gethomepage.dev/description: S3 Object Storage
gethomepage.dev/enabled: 'true'
- gethomepage.dev/group: Infrastcuture
+ gethomepage.dev/group: Storage
gethomepage.dev/icon: minio.svg
gethomepage.dev/name: Minio
className: internal
enabled: true
hosts:
- host: '{{ .Release.Name }}.${SECRET_DOMAIN}'
--- kubernetes/apps/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster
+++ kubernetes/apps/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster
@@ -165,13 +165,13 @@
osd_class_update_on_start = false
ingress:
dashboard:
annotations:
gethomepage.dev/description: Cluster Storage Orchestrator
gethomepage.dev/enabled: 'true'
- gethomepage.dev/group: Infrastructure
+ gethomepage.dev/group: Storage
gethomepage.dev/icon: rook.svg
gethomepage.dev/name: Rook-Ceph
host:
name: rook.${SECRET_DOMAIN}
path: /
ingressClassName: internal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rook and minio in storage category and add links to chatbots