diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2020-03-30 23:24:30 +0200 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2020-06-03 21:33:14 +0200 |
commit | 640da73a9ea3203d96490d355c22c8cad63d6539 (patch) | |
tree | 6f1e8ac735471879ea1d930897fa8b7bcc008b66 /searx/settings.yml | |
parent | 08fdfc73fbbbe47811252ba89d8aeff8c1d07fcb (diff) | |
download | searxng-640da73a9ea3203d96490d355c22c8cad63d6539.tar.gz searxng-640da73a9ea3203d96490d355c22c8cad63d6539.zip |
make category order configurable using ui.categories_order
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 2497a764b..8df151b14 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -24,6 +24,12 @@ ui: default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section theme_args : oscar_style : logicodev # default style of oscar +# categories_order : +# - general +# - files +# - map +# - it +# - science # searx supports result proxification using an external service: https://github.com/asciimoo/morty # uncomment below section if you have running morty proxy |