diff --git a/config/settings.yaml b/config/settings.yaml index 25b8253..d0d7284 100755 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -1,6 +1,9 @@ --- # For configuration options and examples, please see: # https://gethomepage.dev/configs/settings +# +# NOTE: Any group discovered via Docker labels that is NOT listed here +# will default to full-width. Add new groups here as you add services. title: Phil's Home Lab @@ -19,11 +22,11 @@ layout: tab: Netgrimoire style: column - Monitoring: + Gremlin: tab: Netgrimoire style: column - Remote Access: + Monitoring: tab: Netgrimoire style: column @@ -31,11 +34,15 @@ layout: tab: Netgrimoire style: column + Mail Services: + tab: Netgrimoire + style: column + Backup: tab: Netgrimoire style: column - Mail Services: + Remote Access: tab: Netgrimoire style: column @@ -43,15 +50,6 @@ layout: tab: Netgrimoire style: column - Gremlin: - tab: Netgrimoire - style: column - - # ── PNCHarris tab ─────────────────────────── - PNCHarris Apps: - tab: PNCHarris - style: column - # ── Wasted-Bandwidth tab ──────────────────── Jolly Roger: tab: Wasted-Bandwidth @@ -73,7 +71,23 @@ layout: tab: Wasted-Bandwidth style: column + # ── PNCHarris tab ─────────────────────────── + PNCHarris Apps: + tab: PNCHarris + style: column + # ── Nucking-Futz tab ──────────────────────── Nucking Apps: tab: Nucking-Futz + style: column + + Entertainment: + tab: Nucking-Futz + style: column + + # ── Bookmarks (no tab — shown on all) ─────── + Developer: + style: column + + Social: style: column \ No newline at end of file