diff --git a/apps/hydra/glance/configmap-glance.yaml b/apps/hydra/glance/configmap-glance.yaml index 39b4d8a..5521284 100644 --- a/apps/hydra/glance/configmap-glance.yaml +++ b/apps/hydra/glance/configmap-glance.yaml @@ -12,12 +12,12 @@ data: branding: custom-footer: | -
Configured and Deployed via GitOps at: Daniel's Homelab
+Configured and Deployed via GitOps from: Daniel's Homelab
# logo-url: /assets/logo.png # favicon-url: /assets/logo.png app-name: "Daniel's Dashboard" # app-icon-url: "/assets/app-icon.png" - app-background-color: "#111C18" + # app-background-color: "#111C18" server: assets-path: /app/assets @@ -47,7 +47,23 @@ data: widgets: - type: bookmarks groups: - - title: "Cloud Hosted" + - title: "Hosted in Homelab" + description: "Hosted in my personal homlab, some of them accesible on my Private VPN, others publicly exposed via reverse proxy" + color: 200 50 50 + links: + - title: Immich + icon: sh:immich + url: https://photos.danicos.me + - title: Immich VPN + icon: sh:immich + url: http://hydra-0.orca-uaru.ts.net:30011 + - title: Linkding + icon: sh:linkding + url: https://link.danicos.me + - title: TrueNAS VPN + icon: sh:truenas-core + url: http://apex-truenas.orca-uaru.ts.net + - title: "Hosted in the Cloud" description: "Hosted in my OVH Cloud VPS" color: 10 70 50 links: @@ -60,22 +76,6 @@ data: - title: Git platform (Gitea) icon: sh:gitea url: https://danicos.dev - - title: "Hosted in Homelab" - description: "Hosted in my personal homlab, some of them accesible on my Private VPN, others publicly exposed via reverse proxy" - color: 200 50 50 - links: - - title: Linkding - icon: sh:linkding - url: https://link.danicos.me - - title: Immich - icon: sh:immich - url: https://photos.danicos.me - - title: Immich VPN - icon: sh:immich - url: http://hydra-0.orca-uaru.ts.net:30011 - - title: TrueNAS VPN - icon: sh:truenas-core - url: http://apex-truenas.orca-uaru.ts.net - title: "Public" color: 100 40 25 links: @@ -89,6 +89,13 @@ data: widgets: - type: calendar first-day-of-week: monday + - size: small + widgets: + - type: clock + hour-format: 24h + timezones: + - timezone: America/Montreal + label: Home - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true diff --git a/config/glance/config/glance.yml b/config/glance/config/glance.yml index 6f354ea..768f3bf 100644 --- a/config/glance/config/glance.yml +++ b/config/glance/config/glance.yml @@ -9,12 +9,12 @@ theme: branding: custom-footer: | -Configured and Deployed via GitOps at: Daniel's Homelab
+Configured and Deployed via GitOps from: Daniel's Homelab
# logo-url: /assets/logo.png # favicon-url: /assets/logo.png app-name: "Daniel's Dashboard" # app-icon-url: "/assets/app-icon.png" - app-background-color: "#111C18" + # app-background-color: "#111C18" server: assets-path: /app/assets diff --git a/config/glance/config/home.yml b/config/glance/config/home.yml index dac9f48..be39446 100644 --- a/config/glance/config/home.yml +++ b/config/glance/config/home.yml @@ -9,7 +9,23 @@ widgets: - type: bookmarks groups: - - title: "Cloud Hosted" + - title: "Hosted in Homelab" + description: "Hosted in my personal homlab, some of them accesible on my Private VPN, others publicly exposed via reverse proxy" + color: 200 50 50 + links: + - title: Immich + icon: sh:immich + url: https://photos.danicos.me + - title: Immich VPN + icon: sh:immich + url: http://hydra-0.orca-uaru.ts.net:30011 + - title: Linkding + icon: sh:linkding + url: https://link.danicos.me + - title: TrueNAS VPN + icon: sh:truenas-core + url: http://apex-truenas.orca-uaru.ts.net + - title: "Hosted in the Cloud" description: "Hosted in my OVH Cloud VPS" color: 10 70 50 links: @@ -22,22 +38,6 @@ - title: Git platform (Gitea) icon: sh:gitea url: https://danicos.dev - - title: "Hosted in Homelab" - description: "Hosted in my personal homlab, some of them accesible on my Private VPN, others publicly exposed via reverse proxy" - color: 200 50 50 - links: - - title: Linkding - icon: sh:linkding - url: https://link.danicos.me - - title: Immich - icon: sh:immich - url: https://photos.danicos.me - - title: Immich VPN - icon: sh:immich - url: http://hydra-0.orca-uaru.ts.net:30011 - - title: TrueNAS VPN - icon: sh:truenas-core - url: http://apex-truenas.orca-uaru.ts.net - title: "Public" color: 100 40 25 links: @@ -51,6 +51,13 @@ widgets: - type: calendar first-day-of-week: monday + - size: small + widgets: + - type: clock + hour-format: 24h + timezones: + - timezone: America/Montreal + label: Home - name: Default # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # hide-desktop-navigation: true