Add clock widget to glance

This commit is contained in:
Daniel Cosme
2026-05-07 16:22:07 -04:00
parent ce13ad77f4
commit cceb5d95e3
3 changed files with 52 additions and 38 deletions

View File

@@ -12,12 +12,12 @@ data:
branding: branding:
custom-footer: | custom-footer: |
<p>Configured and Deployed via GitOps at: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p> <p>Configured and Deployed via GitOps from: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
# logo-url: /assets/logo.png # logo-url: /assets/logo.png
# favicon-url: /assets/logo.png # favicon-url: /assets/logo.png
app-name: "Daniel's Dashboard" app-name: "Daniel's Dashboard"
# app-icon-url: "/assets/app-icon.png" # app-icon-url: "/assets/app-icon.png"
app-background-color: "#111C18" # app-background-color: "#111C18"
server: server:
assets-path: /app/assets assets-path: /app/assets
@@ -47,7 +47,23 @@ data:
widgets: widgets:
- type: bookmarks - type: bookmarks
groups: 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" description: "Hosted in my OVH Cloud VPS"
color: 10 70 50 color: 10 70 50
links: links:
@@ -60,22 +76,6 @@ data:
- title: Git platform (Gitea) - title: Git platform (Gitea)
icon: sh:gitea icon: sh:gitea
url: https://danicos.dev 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" - title: "Public"
color: 100 40 25 color: 100 40 25
links: links:
@@ -89,6 +89,13 @@ data:
widgets: widgets:
- type: calendar - type: calendar
first-day-of-week: monday first-day-of-week: monday
- size: small
widgets:
- type: clock
hour-format: 24h
timezones:
- timezone: America/Montreal
label: Home
- name: Default - name: Default
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
# hide-desktop-navigation: true # hide-desktop-navigation: true

View File

@@ -9,12 +9,12 @@ theme:
branding: branding:
custom-footer: | custom-footer: |
<p>Configured and Deployed via GitOps at: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p> <p>Configured and Deployed via GitOps from: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
# logo-url: /assets/logo.png # logo-url: /assets/logo.png
# favicon-url: /assets/logo.png # favicon-url: /assets/logo.png
app-name: "Daniel's Dashboard" app-name: "Daniel's Dashboard"
# app-icon-url: "/assets/app-icon.png" # app-icon-url: "/assets/app-icon.png"
app-background-color: "#111C18" # app-background-color: "#111C18"
server: server:
assets-path: /app/assets assets-path: /app/assets

View File

@@ -9,7 +9,23 @@
widgets: widgets:
- type: bookmarks - type: bookmarks
groups: 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" description: "Hosted in my OVH Cloud VPS"
color: 10 70 50 color: 10 70 50
links: links:
@@ -22,22 +38,6 @@
- title: Git platform (Gitea) - title: Git platform (Gitea)
icon: sh:gitea icon: sh:gitea
url: https://danicos.dev 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" - title: "Public"
color: 100 40 25 color: 100 40 25
links: links:
@@ -51,6 +51,13 @@
widgets: widgets:
- type: calendar - type: calendar
first-day-of-week: monday first-day-of-week: monday
- size: small
widgets:
- type: clock
hour-format: 24h
timezones:
- timezone: America/Montreal
label: Home
- name: Default - name: Default
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look # Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
# hide-desktop-navigation: true # hide-desktop-navigation: true