Skip to content

Commit

Permalink
update searxng settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Aug 24, 2024
1 parent f8c5cba commit 1dc73b8
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions searxng/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ general:
instance_name: "بحث أسس" # displayed name
contact_url: false # mailto:[email protected]
enable_metrics: true # record stats
donation_url: https://opencollective.com/aosus
donation_url: https://aosus.org/support-us

brand:
new_issue_url: https://github.com/searxng/searxng/issues/new
Expand Down Expand Up @@ -101,10 +101,10 @@ doi_resolvers:
default_doi_resolver: "oadoi.org"

# Configuration of the "Hostname replace" plugin:
hostname_replace:
'(.*\.)?youtube\.com$': "piped.aosus.link"
'(.*\.)?youtu\.be$': "piped.aosus.link"
'(.*\.)?youtube-noocookie\.com$': "piped.aosus.link"
hostnames:
# '(.*\.)?youtube\.com$': "piped.aosus.link"
# '(.*\.)?youtu\.be$': "piped.aosus.link"
# '(.*\.)?youtube-noocookie\.com$': "piped.aosus.link"
'(.*\.)?reddit\.com$': "redlib.aosus.link"
'(.*\.)?redd\.it$': "redlib.aosus.link"
'(www\.)?twitter\.com$': "nitter.aosus.link"
Expand All @@ -125,11 +125,6 @@ engines:
- name: brave
disabled: false

- name: lingva
engine: lingva
# set lingva instance in url, by default it will use the official instance
url: https://lingva.aosus.link

- name: ddg definitions
engine: duckduckgo_definitions
disabled: false
Expand Down

0 comments on commit 1dc73b8

Please sign in to comment.