Set server.public_instance: true
This commit is contained in:
parent
117156811b
commit
510768eff7
|
@ -4,17 +4,17 @@ use_default_settings: true
|
|||
|
||||
general:
|
||||
debug: false
|
||||
instance_name: "Sam's SearXNG"
|
||||
privacypolicy_url: "https://{{ services.samsapti_dev.domain }}/privacy/"
|
||||
contact_url: "https://{{ services.samsapti_dev.domain }}/contact/"
|
||||
instance_name: Sam's SearXNG
|
||||
privacypolicy_url: https://{{ services.samsapti_dev.domain }}/privacy
|
||||
contact_url: https://{{ services.samsapti_dev.domain }}/contact
|
||||
enable_metrics: true
|
||||
|
||||
server:
|
||||
secret_key: "{{ secrets.searxng.secret_key }}"
|
||||
limiter: true
|
||||
image_proxy: true
|
||||
http_protocol_version: "1.1"
|
||||
method: "GET"
|
||||
method: GET
|
||||
public_instance: true
|
||||
|
||||
ui:
|
||||
results_on_new_tab: false
|
||||
|
|
Reference in a new issue