Files
homelab/apps/hydra/glance/configmap-glance.yaml
T
2026-05-07 17:43:16 -04:00

204 lines
6.8 KiB
YAML

apiVersion: v1
data:
glance.yml: |
# Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md
theme:
background-color: 186 21 20
contrast-multiplier: 1.5
primary-color: 97 13 80
# Note: assets are cached by the browser, changes to the CSS file
# will not be reflected until the browser cache is cleared (Ctrl+F5)
custom-css-file: /assets/user.css
branding:
custom-footer: |
<p>Configured and Deployed using GitOps from: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
# 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"
server:
assets-path: /app/assets
proxied: true
# auth:
# secret-key: # this must be set to a random value generated using the secret:make CLI command
# users:
# admin:
# password: 123456
# svilen:
# password: 123456
pages:
# It's not necessary to create a new file for each page and include it, you can simply
# put its contents here, though multiple pages are easier to manage when separated
- $include: home.yml
home.yml: |
# icon: si:immich # si for Simple icons https://simpleicons.org/
# icon: sh:immich # sh for selfh.st icons https://selfh.st/icons/
# icon: di:immich # di for Dashboard icons https://github.com/homarr-labs/dashboard-icons
# icon: mdi:camera # mdi for Material Design icons https://pictogrammers.com/library/mdi/
- name: Home
# head-widgets:
columns:
- size: small
widgets:
- type: bookmarks
groups:
- 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:
- title: Curious Ape
icon: si:spidermonkey
url: https://ape.danicos.me
- title: Personal Webpage
icon: mdi:web
url: https://danicos.me
- title: Git platform (Gitea)
icon: sh:gitea
url: https://danicos.dev
- title: "Public"
color: 100 40 25
links:
- title: Github
icon: sh:github
url: https://github.com/danielcosme
- title: X
icon: sh:x
url: https://x.com/Cosmedani05
- size: full
widgets:
- type: videos
title: Chill Music
channels:
- UCD3mA_LbjO8V515Hw1jlYhg # Cigarette in Paris
- UC9fr5ejRTqZWIBn5CfqEKng # The Silent Gentleman
# playlists:
style: horizontal-cards
- type: rss
limit: 15
collapse-after: 5
style: detailed-list
cache: 12h
feeds:
- url: https://selfh.st/rss/
title: selfh.st
# limit: 3
- size: small
widgets:
- type: clock
hour-format: 24h
timezones:
- timezone: America/Bogota
label: Bogota
- timezone: America/Vancouver
label: Vancouver
- timezone: America/Montreal
label: Montreal
- timezone: UTC
label: UTC
- timezone: Europe/Madrid
label: Madrid
- timezone: Europe/Sofia
label: Sofia (Bulgaria)
- type: calendar
first-day-of-week: monday
- type: weather
location: Montreal, Canada
units: metric # alternatively "imperial"
hour-format: 24h # alternatively "24h"
# Optionally hide the location from being displayed in the widget
# hide-location: true
- name: Entertainment
columns:
- size: small
widgets:
- type: twitch-channels
channels:
- theprimeagen
- j_blow
- size: full
widgets:
- type: videos
title: Homestead-esque
channels:
- UCv2Li-PxOya3XCL-St_4DkA # Homesteady
- UCkOTo20XS1LL95g2p6CcE3A # Few Acres Farm
- UCBn3itOeDjCeuol70nQq1cg # Domaie Sauvage
style: grid-cards
collapse-after-rows: 1
- type: videos
title: Hardware
channels:
- UCBB0oz7Yo_35gnbPYGKGJTA # Diesel Creek
- UCKqKiBDpq9j29bXbBx0cfOw # BuildWit
style: grid-cards
collapse-after-rows: 1
- size: small
widgets:
- type: videos
title: Other
channels:
- UCtinbF-Q-fVthA0qrFQTgXQ # Casey Neistat
- UCp00ppkfPFBUTiiNNd8kS9Q # Buttery Bros
style: vertical-list
- name: Info
columns:
- size: full
widgets:
- type: group
widgets:
- type: reddit
subreddit: technology
show-thumbnails: true
- type: reddit
subreddit: selfhosted
show-thumbnails: true
- size: small
widgets:
- type: markets
markets:
- symbol: SPY
name: S&P 500
- symbol: BTC-USD
name: Bitcoin
- symbol: NVDA
name: NVIDIA
- symbol: AAPL
name: Apple
- symbol: MSFT
name: Microsoft
kind: ConfigMap
metadata:
name: glance-configmap
namespace: glance