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: |
Configured and Deployed using 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" 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: monitor cache: 1m title: Public Services 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 - title: Curious Ape icon: si:spidermonkey url: https://ape.danicos.me - type: monitor cache: 1m title: Private Services VPN sites: - title: Immich VPN icon: sh:immich url: http://hydra-0.orca-uaru.ts.net:30011 - title: Linkding VPN icon: sh:linkding url: http://hydra-0.orca-uaru.ts.net:30010 - title: TrueNAS VPN icon: sh:truenas-core url: http://apex-truenas.orca-uaru.ts.net - type: bookmarks groups: - color: 100 40 25 # title: "" links: - title: Personal Webpage icon: mdi:web url: https://danicos.me - title: Github icon: sh:github url: https://github.com/danielcosme - title: X icon: sh:x url: https://x.com/Cosmedani05 - size: full widgets: - 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} - 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: group widgets: - type: weather location: Montreal, Canada units: metric hour-format: 24h show-area-name: true - type: calendar first-day-of-week: monday - type: releases show-source-icon: true # collapse-after: 10 # limit: 50 repositories: - immich-app/immich - go-gitea/gitea - sissbruecker/linkding - glanceapp/glance - jellyfin/jellyfin - fluxcd/flux2 - ghcr.io:cloudnative-pg/postgresql - name: Entertainment columns: - size: small widgets: - type: twitch-channels channels: - theprimeagen - j_blow - size: full widgets: - 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 limit: 16 - type: videos title: Machines channels: - UCBB0oz7Yo_35gnbPYGKGJTA # Diesel Creek - UCKqKiBDpq9j29bXbBx0cfOw # BuildWit style: grid-cards collapse-after-rows: 2 limit: 16 - type: group widgets: - type: reddit subreddit: technology show-thumbnails: true - type: reddit subreddit: selfhosted show-thumbnails: true - size: small widgets: - type: videos title: Other channels: - UCtinbF-Q-fVthA0qrFQTgXQ # Casey Neistat - UCp00ppkfPFBUTiiNNd8kS9Q # Buttery Bros style: vertical-list kind: ConfigMap metadata: name: glance-configmap namespace: glance