From d42ed5bd34b4d722393a32a732c7b3c2d328bbc2 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 9 Aug 2025 10:13:46 -0400 Subject: [PATCH] Disabling show stats by default. --- ansible/app-configs/homepage/settings.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/app-configs/homepage/settings.yaml.j2 b/ansible/app-configs/homepage/settings.yaml.j2 index 0656c480..b2e5232a 100644 --- a/ansible/app-configs/homepage/settings.yaml.j2 +++ b/ansible/app-configs/homepage/settings.yaml.j2 @@ -11,11 +11,11 @@ providers: title: Rinoa Dashboard (trez.WTF) headerStyle: underlined color: slate -showStats: true +showStats: false statusStyle: "dot" favicon: /icons/favicon.ico useEqualHeights: true -hideErrors: false +hideErrors: true searchDescriptions: true showSearchSuggestions: true provider: duckduckgo