summaryrefslogtreecommitdiff
path: root/searx/settings.yml
AgeCommit message (Collapse)Author
2020-10-09[enh] add ability to set enabled plugins from settings - closes #1613 #778Adam Tauber
2020-10-09Fix XPATH of lobste.rs engine && add timeoutNoémi Ványi
2020-10-08add ebay enginte to shopping categoryNoémi Ványi
2020-10-03[enh] Add SepiaSearch engine (#2227)Finn
supported_languages values: see https://framagit.org/framasoft/peertube/search-index/-/blob/master/client/src/views/Search.vue#L618-641
2020-09-28[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : ↵Alexandre Flament
fix URLs
2020-09-08[enh] Add command line engines: git grep, find, etc. (#2128)Noémi Ványi
A new "base" engine called command is introduced. It is the foundation for all command line engines for now. You can use this engine to create your own command line engine. Add some engines (commented out to make sure no one enables anything accidentally): * git grep: This engine lets you grep in the searx repo. * locate: If locate is installed and initialized, you can search on the FS. * find: You can find files with a specific name from where you started searx. * pattern search in files: This engine utilizes the command fgrep. * regex search in files: This engine runs `grep` to find a file based on its contents.
2020-09-01Add key to settings.yml for opening result links in a new tabScott Wallace
Closes #1552 Closes #444
2020-08-31Added metager-search (#2139)Singustromo
* Added metager-search
2020-08-18[enh] add yggtorrent engine (#2135)Émilien Devos
2020-08-10[fix] piratebay engineEmilien Devos
2020-08-09Make default query submission method configurableMohamad Safadieh
Sending queries through POST, while better for privacy, breaks functionality with certain extensions (e.g. Firefox containers). Since Firefox does not send cookies when requesting `/opensearch.xml`, users cannot easily switch to GET on the client side unless they make a custom search engine. This commit allows admins to modify the default method on their side so they can set it to GET if needed.
2020-08-08add peertube engine (#2109)Michael Ilsaas
2020-07-29DOI improvements: enable HTTPS, update URL of doai.io (#1718)Lynda Lopez
- enabling HTTPS for sci-hub.tw by default - making sci-hub the default DOI resolver as it has the largest collection of scientific articles. - replaced doai.io with dissem.in, as it redirects to this new domain. Co-authored-by: Aurora of Earth <auroraofearth@ya.ru>
2020-07-28add Gitea engineNoémi Ványi
Closes #1448 Closes #1447
2020-07-28[add] naver engineVenca24
It adds new search engine for users from the South Korea (and therefore it is disabled by default). Closes #1553
2020-07-28[enh] add external plugin supportAdam Tauber
2020-06-03make category order configurable using ui.categories_orderNoémi Ványi
2020-05-19Revise outdated URLsSion Kazama
2020-04-15Remove discontinued faroo engineHLFH
2020-04-12Merge branch 'master' into wikimedia-projectsNoémi Ványi
2020-04-07fix: Change Wikiversity and Wikivoyage shortcuts to wv and wy.Splinter Suidman
Suggested by @Venca24 <https://github.com/asciimoo/searx/pull/1914#issuecomment-610194209>.
2020-04-06fix: Remove unnecessary query parameter for Wikimedia projects.Splinter Suidman
2020-04-06fix: Spelling of Wiktionary.Splinter Suidman
2020-04-06fix: Change Wikinews category to news.Splinter Suidman
2020-04-05Add Wikimedia projects.Splinter Suidman
A list of the added projects: - Wikibooks - Wikinews - Wikiquote - Wikisource - Wiktionary - Wikiversity - Wikivoyage
2020-04-03[add] rubygems engineVenca24
2020-02-23Add missing autocomplete backends to settings.yml commentMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-02-23Merge branch 'master' into engine-etoolsMarkus Heiser
2020-02-23fix default locale and language issuesMarc Abonce Seguin
2020-02-12Add etools engine to the listpiplongrun
2020-02-08Merge commit 'refs/pull/1621/head' of https://github.com/asciimoo/searxMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-01-30[enh] update translationsAdam Tauber
2020-01-02[fix] tmp suspend insecure enginesAdam Tauber
2019-12-29Merge branch 'master' into fix-engine-spotifyMarkus Heiser
2019-12-24Merge branch 'master' into libgenMarkus Heiser
2019-12-22Switch to https for some domainsVipul
2019-12-22[Fix] Libgen engineVipul
Libgen has switched to new domain (i.e https://libgen.is) with TLS support and older domain (i.e. http://libgen.io) is no longer accessible. See, https://en.wikipedia.org/wiki/Library_Genesis, for more information. Resolves: #1693
2019-12-02Merge pull request #1754 from MarcAbonce/seedpeerAdam Tauber
Add Seedpeer again
2019-11-28Merge pull request #1682 from Venca24/devel_mojeekAdam Tauber
[fix] mojeek engine
2019-11-24add seedpeer againMarc Abonce Seguin
2019-10-16[mod] remove cloudflare protected digbt from engines listAdam Tauber
2019-10-14[fix] update voat xpaths - closes #1581Adam Tauber
2019-08-20[fix] mojeek engineVenca24
2019-08-05[fix] etymonline, voat enginesDalf
2019-08-02[enh] Add timeout limit per request (#1640)Alexandre Flament
The new url parameter "timeout_limit" set timeout limit defined in second. Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds. In addition, the query can start with <[number] to set the timeout limit. For number between 0 and 99, the unit is the second : Example: "<30 searx" means the timeout limit is 3 seconds For number above 100, the unit is the millisecond: Example: "<850 searx" means the timeout is 850 milliseconds. In addition, there is a new optional setting: outgoing.max_request_timeout. If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query). If the value is set, the user can set a timeout between 0 and max_request_timeout using <[number] or timeout_limit query parameter. Related to #1077 Updated version of PR #1413 from @isj-privacore
2019-08-02[enh] add invidious engine. (#1657)cy8aer
closes #1372
2019-07-31Require Spotify API credentials in settings0xhtml
2019-07-27[fix] small fixes in preferences view's textMarc Abonce Seguin
2019-07-27[fix] settings.yml: make sure all engine names are lower caseDalf
2019-07-25[fix] fixes google play engines (#1651)Alexandre Flament
update commit 87baa74a863ac74ae4c86bbfcb04148ba7f70696