173 lines
5.9 KiB
YAML
173 lines
5.9 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 via GitOps at: <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:
|
|
- type: bookmarks
|
|
groups:
|
|
- title: "Cloud Hosted"
|
|
description: "Hosted in my OVH Cloud VPS"
|
|
color: 10 70 50
|
|
links:
|
|
- title: Curious Ape
|
|
url: https://ape.danicos.me
|
|
- title: Personal Webpage
|
|
url: https://danicos.me
|
|
- title: Git platform (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
|
|
url: https://link.danicos.me
|
|
- title: Immich
|
|
url: https://photos.danicos.me
|
|
- title: Immich VPN
|
|
url: http://hydra-0.orca-uaru.ts.net:30011
|
|
- title: TrueNAS VPN
|
|
url: http://apex-truenas.orca-uaru.ts.net
|
|
- title: "Public"
|
|
color: 100 40 25
|
|
links:
|
|
- title: Github
|
|
url: https://github.com/danielcosme
|
|
- title: X
|
|
url: https://x.com/Cosmedani05
|
|
columns:
|
|
- size: full
|
|
widgets:
|
|
- type: calendar
|
|
first-day-of-week: monday
|
|
- name: Default
|
|
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
|
# hide-desktop-navigation: true
|
|
columns:
|
|
- size: small
|
|
widgets:
|
|
- type: calendar
|
|
first-day-of-week: monday
|
|
|
|
- type: rss
|
|
limit: 10
|
|
collapse-after: 3
|
|
cache: 12h
|
|
feeds:
|
|
- url: https://selfh.st/rss/
|
|
title: selfh.st
|
|
- url: https://ciechanow.ski/atom.xml
|
|
- url: https://www.joshwcomeau.com/rss.xml
|
|
title: Josh Comeau
|
|
- url: https://samwho.dev/rss.xml
|
|
- url: https://ishadeed.com/feed.xml
|
|
title: Ahmad Shadeed
|
|
|
|
- type: twitch-channels
|
|
channels:
|
|
- theprimeagen
|
|
- j_blow
|
|
- giantwaffle
|
|
- cohhcarnage
|
|
- christitustech
|
|
- EJ_SA
|
|
|
|
- size: full
|
|
widgets:
|
|
- type: group
|
|
widgets:
|
|
- type: hacker-news
|
|
- type: lobsters
|
|
|
|
- type: videos
|
|
channels:
|
|
- UCXuqSBlHAE6Xw-yeJA0Tunw # Linus Tech Tips
|
|
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
|
|
- UCsBjURrPoezykLs9EqgamOA # Fireship
|
|
- UCBJycsmduvYEL83R_U4JriQ # Marques Brownlee
|
|
- UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium
|
|
|
|
- type: group
|
|
widgets:
|
|
- type: reddit
|
|
subreddit: technology
|
|
show-thumbnails: true
|
|
- type: reddit
|
|
subreddit: selfhosted
|
|
show-thumbnails: true
|
|
|
|
- size: small
|
|
widgets:
|
|
- type: weather
|
|
location: London, United Kingdom
|
|
units: metric # alternatively "imperial"
|
|
hour-format: 12h # alternatively "24h"
|
|
# Optionally hide the location from being displayed in the widget
|
|
# hide-location: true
|
|
|
|
- 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
|
|
|
|
- type: releases
|
|
cache: 1d
|
|
# Without authentication the Github API allows for up to 60 requests per hour. You can create a
|
|
# read-only token from your Github account settings and use it here to increase the limit.
|
|
# token: ...
|
|
repositories:
|
|
- glanceapp/glance
|
|
- go-gitea/gitea
|
|
- immich-app/immich
|
|
- syncthing/syncthing
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: glance-configmap
|
|
namespace: glance
|