25 lines
1.0 KiB
YAML
25 lines
1.0 KiB
YAML
use_default_settings: True
|
|
|
|
general:
|
|
debug : False # Debug mode, only for development
|
|
instance_name : "Project Athens SearX" # displayed name
|
|
|
|
search:
|
|
safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
|
|
autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
|
|
default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
|
|
|
|
server:
|
|
port : 8080
|
|
bind_address : "127.0.0.1" # explicitly only listen on localhost
|
|
secret_key : "VnnTHjYycpMerevPKQ5DAngpcZ3in5R8wgshvz2kW1LBDw6Z/ytWGdkZfXZTdY7zMb0oe6UXoZ9a"
|
|
base_url : "https://search.project-athens.xyz"
|
|
image_proxy : False # Proxying image results through searx
|
|
|
|
# TODO: add morty proxy to the setup for cleaner results
|
|
# uncomment below section if you have running morty proxy
|
|
#result_proxy:
|
|
# url : http://127.0.0.1:3000/
|
|
# key : !!binary "your_morty_proxy_key"
|
|
|