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

further adjusts to homepage #181

merged 1 commit into from
Mar 4, 2024

Conversation

jgilfoil
Copy link
Owner

@jgilfoil jgilfoil commented Mar 4, 2024

rook and minio in storage category and add links to chatbots

rook and minio in storage category and add links to chatbots
Copy link

github-actions bot commented Mar 4, 2024

--- 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:

Copy link

github-actions bot commented Mar 4, 2024

--- 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

@jgilfoil jgilfoil merged commit aca9dc1 into main Mar 4, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant