l;k
This commit is contained in:
parent
d3da48c53a
commit
4bc8cd4b13
2 changed files with 38 additions and 31 deletions
|
|
@ -122,6 +122,9 @@ body.tab-nucking-futz { background-image: url("/images/Nucking-futz-bg.png")
|
|||
transition: border-color var(--ng-transition),
|
||||
box-shadow var(--ng-transition),
|
||||
transform var(--ng-transition);
|
||||
/* Never let a card stretch across the full page */
|
||||
max-width: 420px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.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(4) { animation-delay: 0.12s; }
|
||||
.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; }
|
||||
|
|
|
|||
|
|
@ -2,84 +2,88 @@
|
|||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings
|
||||
|
||||
title: Phil's Home Lab
|
||||
title: Phil's Home Lab
|
||||
|
||||
providers:
|
||||
# openweathermap: openweathermapapikey
|
||||
weatherapi: c3ed78e184cf4e688f413510241310
|
||||
|
||||
|
||||
layout:
|
||||
|
||||
# ── Glance tab ──────────────────────────────
|
||||
Glance:
|
||||
tab: Glance
|
||||
header: false
|
||||
|
||||
# Netgrimoire:
|
||||
# tab: Netgrimoire
|
||||
|
||||
# ── Netgrimoire tab ─────────────────────────
|
||||
Applications:
|
||||
tab: Netgrimoire
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Monitoring:
|
||||
tab: Netgrimoire
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Remote Access:
|
||||
tab: Netgrimoire
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Management:
|
||||
tab: Netgrimoire
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Backup:
|
||||
tab: Netgrimoire
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Mail Services:
|
||||
tab: Netgrimoire
|
||||
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Services:
|
||||
tab: Netgrimoire
|
||||
style: column
|
||||
|
||||
# PNCHarris:
|
||||
# tab: PNCHarris
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
# ── PNCHarris tab ───────────────────────────
|
||||
PNCHarris Apps:
|
||||
tab: PNCHarris
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
|
||||
#Wasted-Bandwidth:
|
||||
# tab: Wasted-Bandwidth
|
||||
|
||||
# ── Wasted-Bandwidth tab ────────────────────
|
||||
Jolly Roger:
|
||||
tab: Wasted-Bandwidth
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Downloaders:
|
||||
tab: Wasted-Bandwidth
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
VPN Protected Apps:
|
||||
tab: Wasted-Bandwidth
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Media Management:
|
||||
tab: Wasted-Bandwidth
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
Media Search:
|
||||
tab: Wasted-Bandwidth
|
||||
style: column
|
||||
|
||||
|
||||
#Nucking-Futz:
|
||||
# tab: Nucking-Futz
|
||||
style: row
|
||||
columns: 4
|
||||
|
||||
# ── Nucking-Futz tab ────────────────────────
|
||||
Nucking Apps:
|
||||
tab: Nucking-Futz
|
||||
style: column
|
||||
style: row
|
||||
columns: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue