This commit is contained in:
traveler 2026-04-03 23:55:43 -05:00
parent d3da48c53a
commit 4bc8cd4b13
2 changed files with 38 additions and 31 deletions

View file

@ -122,6 +122,9 @@ body.tab-nucking-futz { background-image: url("/images/Nucking-futz-bg.png")
transition: border-color var(--ng-transition), transition: border-color var(--ng-transition),
box-shadow var(--ng-transition), box-shadow var(--ng-transition),
transform var(--ng-transition); transform var(--ng-transition);
/* Never let a card stretch across the full page */
max-width: 420px;
width: 100%;
} }
.service-card:hover { .service-card:hover {
@ -437,4 +440,4 @@ body.tab-glance iframe[src*="glance.netgrimoire.com"] {
.service-card:nth-child(3) { animation-delay: 0.08s; } .service-card:nth-child(3) { animation-delay: 0.08s; }
.service-card:nth-child(4) { animation-delay: 0.12s; } .service-card:nth-child(4) { animation-delay: 0.12s; }
.service-card:nth-child(5) { animation-delay: 0.16s; } .service-card:nth-child(5) { animation-delay: 0.16s; }
.service-card:nth-child(6) { animation-delay: 0.20s; } .service-card:nth-child(6) { animation-delay: 0.20s; }

View file

@ -2,84 +2,88 @@
# For configuration options and examples, please see: # For configuration options and examples, please see:
# https://gethomepage.dev/configs/settings # https://gethomepage.dev/configs/settings
title: Phil's Home Lab title: Phil's Home Lab
providers: providers:
# openweathermap: openweathermapapikey
weatherapi: c3ed78e184cf4e688f413510241310 weatherapi: c3ed78e184cf4e688f413510241310
layout: layout:
# ── Glance tab ──────────────────────────────
Glance: Glance:
tab: Glance tab: Glance
header: false header: false
# Netgrimoire: # ── Netgrimoire tab ─────────────────────────
# tab: Netgrimoire
Applications: Applications:
tab: Netgrimoire tab: Netgrimoire
style: column style: row
columns: 4
Monitoring: Monitoring:
tab: Netgrimoire tab: Netgrimoire
style: column style: row
columns: 4
Remote Access: Remote Access:
tab: Netgrimoire tab: Netgrimoire
style: column style: row
columns: 4
Management: Management:
tab: Netgrimoire tab: Netgrimoire
style: column style: row
columns: 4
Backup: Backup:
tab: Netgrimoire tab: Netgrimoire
style: column style: row
columns: 4
Mail Services: Mail Services:
tab: Netgrimoire tab: Netgrimoire
style: row
columns: 4
Services: Services:
tab: Netgrimoire tab: Netgrimoire
style: column style: row
columns: 4
# PNCHarris:
# tab: PNCHarris
# ── PNCHarris tab ───────────────────────────
PNCHarris Apps: PNCHarris Apps:
tab: PNCHarris tab: PNCHarris
style: row style: row
columns: 4 columns: 4
# ── Wasted-Bandwidth tab ────────────────────
#Wasted-Bandwidth:
# tab: Wasted-Bandwidth
Jolly Roger: Jolly Roger:
tab: Wasted-Bandwidth tab: Wasted-Bandwidth
style: column style: row
columns: 4
Downloaders: Downloaders:
tab: Wasted-Bandwidth tab: Wasted-Bandwidth
style: column style: row
columns: 4
VPN Protected Apps: VPN Protected Apps:
tab: Wasted-Bandwidth tab: Wasted-Bandwidth
style: column style: row
columns: 4
Media Management: Media Management:
tab: Wasted-Bandwidth tab: Wasted-Bandwidth
style: column style: row
columns: 4
Media Search: Media Search:
tab: Wasted-Bandwidth tab: Wasted-Bandwidth
style: column style: row
columns: 4
#Nucking-Futz:
# tab: Nucking-Futz
# ── Nucking-Futz tab ────────────────────────
Nucking Apps: Nucking Apps:
tab: Nucking-Futz tab: Nucking-Futz
style: column style: row
columns: 4