Files
homelab/apps/hydra/glance/configmap-glance.yaml
T

213 lines
7.0 KiB
YAML
Raw Normal View History

2026-05-07 12:17:47 -04:00
apiVersion: v1
data:
glance.yml: |
2026-05-07 14:02:28 -04:00
# Config: https://github.com/glanceapp/glance/blob/main/docs/configuration.md
2026-05-07 14:22:11 -04:00
theme:
background-color: 186 21 20
contrast-multiplier: 1.5
2026-05-07 14:22:11 -04:00
primary-color: 97 13 80
2026-05-07 14:22:55 -04:00
# 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
2026-05-07 14:22:11 -04:00
2026-05-07 13:53:09 -04:00
branding:
custom-footer: |
2026-05-07 16:49:26 -04:00
<p>Configured and Deployed using GitOps from: <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
2026-05-07 13:53:09 -04:00
# logo-url: /assets/logo.png
# favicon-url: /assets/logo.png
2026-05-07 14:02:28 -04:00
app-name: "Daniel's Dashboard"
2026-05-07 13:53:09 -04:00
# app-icon-url: "/assets/app-icon.png"
2026-05-07 16:22:07 -04:00
# app-background-color: "#111C18"
2026-05-07 13:53:09 -04:00
2026-05-07 12:17:47 -04:00
server:
assets-path: /app/assets
2026-05-07 13:28:44 -04:00
proxied: true
2026-05-07 12:36:47 -04:00
# 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
2026-05-07 12:17:47 -04:00
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: |
2026-05-07 13:53:09 -04:00
# 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/
2026-05-07 18:56:56 -04:00
- name: Home
2026-05-07 16:12:38 -04:00
# head-widgets:
2026-05-07 13:37:27 -04:00
columns:
2026-05-07 16:12:38 -04:00
- size: small
widgets:
2026-05-07 18:21:36 -04:00
- type: monitor
cache: 1m
2026-05-07 18:41:56 -04:00
title: Public Services
2026-05-07 18:21:36 -04:00
sites:
- title: Git platform (Gitea)
icon: sh:gitea
url: https://danicos.dev
- title: Immich
icon: sh:immich
url: https://photos.danicos.me
- title: Linkding
icon: sh:linkding
url: https://link.danicos.me
2026-05-07 18:34:10 -04:00
- title: Curious Ape
icon: si:spidermonkey
url: https://ape.danicos.me
2026-05-07 18:21:36 -04:00
- type: monitor
cache: 1m
2026-05-07 18:34:10 -04:00
title: Private Services VPN
2026-05-07 18:21:36 -04:00
sites:
- title: Immich VPN
icon: sh:immich
url: http://hydra-0.orca-uaru.ts.net:30011
2026-05-07 18:34:10 -04:00
- title: Linkding VPN
icon: sh:linkding
2026-05-07 18:41:56 -04:00
url: http://hydra-0.orca-uaru.ts.net:30010
2026-05-07 18:21:36 -04:00
- title: TrueNAS VPN
icon: sh:truenas-core
url: http://apex-truenas.orca-uaru.ts.net
2026-05-07 16:12:38 -04:00
- type: bookmarks
groups:
2026-05-07 18:41:56 -04:00
- color: 100 40 25
# title: ""
2026-05-07 16:22:07 -04:00
links:
- title: Personal Webpage
icon: mdi:web
url: https://danicos.me
2026-05-07 16:12:38 -04:00
- title: Github
icon: sh:github
url: https://github.com/danielcosme
- title: X
icon: sh:x
url: https://x.com/Cosmedani05
- size: full
2026-05-07 13:37:27 -04:00
widgets:
2026-05-07 18:04:29 -04:00
- type: search
search-engine: https://search.brave.com/search?q={QUERY}
new-tab: true
bangs:
- title: YouTube
shortcut: "!yt"
url: https://www.youtube.com/results?search_query={QUERY}
2026-05-07 17:35:41 -04:00
- type: videos
title: Chill Music
channels:
- UCD3mA_LbjO8V515Hw1jlYhg # Cigarette in Paris
- UC9fr5ejRTqZWIBn5CfqEKng # The Silent Gentleman
# playlists:
style: horizontal-cards
2026-05-07 16:39:45 -04:00
- type: rss
2026-05-07 17:18:01 -04:00
limit: 15
collapse-after: 5
style: detailed-list
2026-05-07 16:39:45 -04:00
cache: 12h
feeds:
- url: https://selfh.st/rss/
title: selfh.st
2026-05-07 17:18:01 -04:00
# limit: 3
2026-05-07 16:39:45 -04:00
2026-05-07 16:22:07 -04:00
- size: small
widgets:
2026-05-07 16:49:26 -04:00
- type: clock
hour-format: 24h
timezones:
- timezone: America/Bogota
label: Bogota
- timezone: America/Vancouver
label: Vancouver
2026-05-07 17:41:38 -04:00
- timezone: America/Montreal
label: Montreal
2026-05-07 16:49:26 -04:00
- timezone: UTC
label: UTC
- timezone: Europe/Madrid
label: Madrid
- timezone: Europe/Sofia
label: Sofia (Bulgaria)
2026-05-07 17:03:28 -04:00
2026-05-07 18:50:45 -04:00
- type: group
widgets:
- type: weather
location: Montreal, Canada
units: metric
hour-format: 24h
show-area-name: true
2026-05-07 18:56:56 -04:00
- type: calendar
first-day-of-week: monday
2026-05-07 18:50:45 -04:00
- type: releases
show-source-icon: true
2026-05-07 18:56:56 -04:00
# collapse-after: 10
# limit: 50
2026-05-07 18:50:45 -04:00
repositories:
2026-05-07 18:56:56 -04:00
- immich-app/immich
2026-05-07 18:50:45 -04:00
- go-gitea/gitea
2026-05-07 18:56:56 -04:00
- sissbruecker/linkding
- glanceapp/glance
2026-05-07 18:50:45 -04:00
- jellyfin/jellyfin
2026-05-07 18:56:56 -04:00
- fluxcd/flux2
- ghcr.io:cloudnative-pg/postgresql
2026-05-07 17:03:28 -04:00
2026-05-07 17:26:42 -04:00
- name: Entertainment
2026-05-07 17:03:28 -04:00
columns:
- size: small
widgets:
- type: twitch-channels
channels:
- theprimeagen
- j_blow
2026-05-07 17:26:42 -04:00
- size: full
widgets:
2026-05-07 17:52:46 -04:00
- type: group
title: Videos
widgets:
- type: videos
title: Homestead/Farm
channels:
- UCv2Li-PxOya3XCL-St_4DkA # Homesteady
- UCkOTo20XS1LL95g2p6CcE3A # Few Acres Farm
- UCBn3itOeDjCeuol70nQq1cg # Domaie Sauvage
style: grid-cards
collapse-after-rows: 2
2026-05-07 18:04:29 -04:00
limit: 16
2026-05-07 17:32:26 -04:00
2026-05-07 17:52:46 -04:00
- type: videos
2026-05-07 18:50:45 -04:00
title: Machines
2026-05-07 17:52:46 -04:00
channels:
- UCBB0oz7Yo_35gnbPYGKGJTA # Diesel Creek
- UCKqKiBDpq9j29bXbBx0cfOw # BuildWit
style: grid-cards
collapse-after-rows: 2
2026-05-07 18:04:29 -04:00
limit: 16
2026-05-07 17:35:41 -04:00
- type: group
widgets:
- type: reddit
subreddit: technology
show-thumbnails: true
- type: reddit
subreddit: selfhosted
show-thumbnails: true
2026-05-07 17:03:28 -04:00
- size: small
widgets:
2026-05-07 18:14:09 -04:00
- type: videos
title: Other
channels:
- UCtinbF-Q-fVthA0qrFQTgXQ # Casey Neistat
- UCp00ppkfPFBUTiiNNd8kS9Q # Buttery Bros
style: vertical-list
2026-05-07 12:17:47 -04:00
kind: ConfigMap
metadata:
name: glance-configmap
namespace: glance