From 9db4c9d9aec59c72cfb94e3d4a81031da3ab8048 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 2 Feb 2026 15:08:35 -0800 Subject: [PATCH] Replace homepage search widget with Quick Launch Use Quick Launch settings for Kagi search with suggestions instead of the search widget, which is the proper way to configure keyboard-driven search in homepage. Co-Authored-By: Claude Opus 4.5 --- argocd/manifests/homepage/values.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/argocd/manifests/homepage/values.yaml b/argocd/manifests/homepage/values.yaml index 3088f85..5e334f2 100644 --- a/argocd/manifests/homepage/values.yaml +++ b/argocd/manifests/homepage/values.yaml @@ -117,11 +117,6 @@ config: provider: openweathermap apiKey: "{{HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY}}" cache: 15 - - search: - provider: custom - url: https://kagi.com/search?q= - target: _blank - suggestionUrl: https://kagisuggest.com/api/autosuggest?q= # Kubernetes autodiscovery kubernetes: @@ -131,6 +126,12 @@ config: settingsString: | title: BlumeOps headerStyle: boxed + quicklaunch: + searchDescriptions: true + showSearchSuggestions: true + provider: custom + url: https://kagi.com/search?q= + suggestionUrl: https://kagisuggest.com/api/autosuggest?q= layout: Host Services: style: column