Configure Hajimari with Kagi search and app groups
- Set Kagi as default search provider with simple-icons:kagi - Add Google and DuckDuckGo as alternative search providers - Explicitly enable showAppGroups, showAppUrls, showAppInfo Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d1164c8aac
commit
08e5546c0b
1 changed files with 24 additions and 0 deletions
|
|
@ -7,6 +7,30 @@ hajimari:
|
||||||
name: Erich
|
name: Erich
|
||||||
defaultEnable: true
|
defaultEnable: true
|
||||||
|
|
||||||
|
# Display settings
|
||||||
|
showAppGroups: true
|
||||||
|
showAppUrls: true
|
||||||
|
showAppInfo: true
|
||||||
|
|
||||||
|
# Search - default to Kagi
|
||||||
|
defaultSearchProvider: Kagi
|
||||||
|
searchProviders:
|
||||||
|
- name: Kagi
|
||||||
|
token: k
|
||||||
|
icon: simple-icons:kagi
|
||||||
|
searchUrl: https://kagi.com/search?q={query}
|
||||||
|
url: https://kagi.com
|
||||||
|
- name: Google
|
||||||
|
token: g
|
||||||
|
icon: simple-icons:google
|
||||||
|
searchUrl: https://www.google.com/search?q={query}
|
||||||
|
url: https://www.google.com
|
||||||
|
- name: DuckDuckGo
|
||||||
|
token: d
|
||||||
|
icon: simple-icons:duckduckgo
|
||||||
|
searchUrl: https://duckduckgo.com/?q={query}
|
||||||
|
url: https://duckduckgo.com
|
||||||
|
|
||||||
# Discover ingresses from all namespaces
|
# Discover ingresses from all namespaces
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
any: true
|
any: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue