Files
esh-pfi-infrastructure/configs/homepage/settings.yaml
T

76 lines
1.6 KiB
YAML

---
# https://gethomepage.dev/latest/configs/settings
title: ... all my base ...
theme: dark
color: slate
background:
image: https://w.wallhaven.cc/full/p9/wallhaven-p9gr2p.jpg
blur: sm
opacity: 20
headerStyle: boxedWidgets
providers:
openweathermap: openweathermapapikey
weatherapi: weatherapiapikey
quicklaunch:
searchDescriptions: true
hideInternetSearch: true
showSearchSuggestions: true
hideVisitURL: true
showStats: false
statusStyle: ""
# Force all cards in a row to match the tallest card's height. Without
# this, widget-bearing cards (Plex stats, Traefik metrics) stand taller
# than plain link cards and the grid looks ragged.
useEqualHeights: true
# Function-first layout, three-tab split:
# Main - daily-use apps, inference, media, bookmarks
# Infrastructure - hardware, hypervisors, BMCs (per site)
# Toolchain - backend services running but rarely clicked
#
# Row counts target ~4-per-row so dense groups (Apps, Service Networking)
# read as a grid instead of an endless column.
layout:
Monitoring:
tab: Main
style: row
columns: 4
AI Systems:
tab: Main
style: row
columns: 4
Apps:
tab: Main
style: row
columns: 4
Media:
tab: Main
style: row
columns: 3
Games:
tab: Main
UltraSeedbox:
tab: Main
style: row
columns: 3
Infra - ANA:
tab: Infrastructure
style: row
columns: 4
Infra - NH3:
tab: Infrastructure
style: row
columns: 4
Infra - ESH:
tab: Infrastructure
style: row
columns: 4
Service Networking:
tab: Toolchain
style: row
columns: 4