Skip to content

Commit

Permalink
Update searx
Browse files Browse the repository at this point in the history
  • Loading branch information
quietsy committed Jun 27, 2024
1 parent 143cf47 commit 4aa1564
Showing 1 changed file with 75 additions and 1 deletion.
76 changes: 75 additions & 1 deletion docs/searx.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ These settings may require changing in the file:
```Yaml
# see https://docs.searxng.org/admin/engines/settings.html#use-default-settings
use_default_settings: true
general:
debug: false
instance_name: "Search"
privacypolicy_url: false
donation_url: false
contact_url: false
enable_metrics: false
server:
secret_key: "CHANGE THIS"
limiter: false # can be disabled for a private instance
Expand All @@ -56,8 +63,75 @@ ui:
theme_args:
simple_style: dark
infinite_scroll: true
query_in_title: true
search:
autocomplete: "google"
autocomplete: "duckduckgo"
default_lang: "all"
enabled_plugins:
- 'Hash plugin'
- 'Search on category select'
- 'Self Informations'
- 'Tracker URL remover'
- 'Hostnames plugin'
- 'Open Access DOI rewrite'
- 'Unit converter plugin'
hostnames:
high_priority:
- '(.*)\/blog\/(.*)'
- '(.*\.)?wikipedia.org$'
- '(.*\.)?github.com$'
- '(.*\.)?reddit.com$'
- '(.*\.)?linuxserver.io$'
- '(.*\.)?docker.com$'
- '(.*\.)?archlinux.org$'
- '(.*\.)?stackoverflow.com$'
- '(.*\.)?askubuntu.com$'
- '(.*\.)?superuser.com$'
remove:
- '(.*\.)?facebook.com$'
- '(.*\.)?instagram.com$'
- '(.*\.)?codegrepper.com$'
- '(.*\.)?w3schools.com$'
- '(.*\.)?geeksforgeeks.org$'
- '(.*\.)?stackshare.io$'
- '(.*\.)?tutorialspoint.com$'
- '(.*\.)?answeright.com$'
- '(.*\.)?askdev.info$'
- '(.*\.)?askdev.io$'
- '(.*\.)?blogmepost.com$'
- '(.*\.)?c-sharpcorner.com$'
- '(.*\.)?code-examples.net$'
- '(.*\.)?codeflow.site$'
- '(.*\.)?gitmemory.cn$'
- '(.*\.)?gitmemory.com$'
- '(.*\.)?intellipaat.com$'
- '(.*\.)?javaer101.com$'
- '(.*\.)?programmerstart.com$'
- '(.*\.)?programmersought.com$'
- '(.*\.)?qastack.com$'
- '(.*\.)?roboflow.ai$'
- '(.*\.)?stackanswers.net$'
- '(.*\.)?stackoom.com$'
- '(.*\.)?stackovernet.com$'
- '(.*\.)?stackovernet.xyz$'
- '(.*\.)?stackoverrun.com$'
- '(.*\.)?thetopsites.net$'
- '(.*\.)?ubuntugeeks.com$'
- '(.*\.)?cyberciti.biz$'
- '(.*\.)?ispycode.com$'
- '(.*\.)?reposhub.com$'
- '(.*\.)?githubmemory.com$'
- '(.*\.)?issueexplorer.com$'
- '(.*\.)?tabnine.com$'
- '(.*\.)?gitcode.net$'
- '(.*\.)?command-not-found.com$'
- '(.*\.)?im-coder.com$'
- '(.*\.)?i-harness.com$'
replace:
'(.*\.)?reddit.com$': 'some.redlib.com'
'(.*\.)?redd.it$': 'some.redlib.com'
'(.*\.)?youtube.com$': 'some.piped.com'
'(.*\.)?youtu.be$': 'some.piped.com'
```
## Rate Limiting (Optional)
Expand Down

0 comments on commit 4aa1564

Please sign in to comment.