Skip to content

Commit

Permalink
update enabled plugins for searXNG and hostname replace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Aug 24, 2024
1 parent 1dc73b8 commit 068e245
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions searxng/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ enabled_plugins:
# these plugins are enabled if nothing is configured ..
- "Hash plugin"
- "Search on category select"
- "Self Informations"
- 'Self Information'
- "Tracker URL remover"
- "Ahmia blacklist" # activation depends on outgoing.using_tor_proxy
# these plugins are disabled if nothing is configured ..
- "Hostname replace" # see hostname_replace configuration below
- "Hostnames plugin" # see hostname_replace configuration below
- 'Open Access DOI rewrite'
# - 'Vim-like hotkeys'
- 'Basic Calculator'
- 'Autodetect search language'

doi_resolvers:
oadoi.org: "https://oadoi.org/"
Expand All @@ -102,14 +104,19 @@ default_doi_resolver: "oadoi.org"

# Configuration of the "Hostname replace" plugin:
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"
'([^.\s]+\.)?medium\.com$': "scribe.aosus.link"
'(i\.)?imgur\.com$': "rimgo.aosus.link"
replace:
# '(.*\.)?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"
'([^.\s]+\.)?medium\.com$': "scribe.aosus.link"
'(i\.)?imgur\.com$': "rimgo.aosus.link"
high_priority:
- '(.*\.)?aosus.org$'
low_priority:
- '(.*\.)?stackshare.com$'
# '(www\.)?instagram\.com/p/$': 'bibliogram.aosus.org/p'
# '(www\.)?instagram\.com': 'bibliogram.aosus.org/u'

Expand Down

0 comments on commit 068e245

Please sign in to comment.