Skip to content

Commit

Permalink
feat: chnages default serach engine to whoogle for
Browse files Browse the repository at this point in the history
hajimari
  • Loading branch information
axeII committed Jan 20, 2024
1 parent d4ca97e commit 78127d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubernetes/apps/default/hajimari/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ spec:
- flux-system
- external
name: "Ales"
defaultSearchProvider: YouTube
defaultSearchProvider: Whoogle
searchProviders:
- name: YouTube
- name: Whoogle
token: 'y'
icon: simple-icons:youtube
searchUrl: https://www.youtube.com/results?search_query={query}
url: https://www.youtube.com
icon: simple-icons:google
searchUrl: https://whoogle.${SECRET_DOMAIN}/search?q=
url: https://whoogle.${SECRET_DOMAIN}
customApps:
- group: monitoring
apps:
Expand Down

0 comments on commit 78127d1

Please sign in to comment.