112 lines
3.0 KiB
YAML
112 lines
3.0 KiB
YAML
---
|
|
|
|
searxng_homedir: /opt/searxng
|
|
|
|
searxng_git_commit: e52e9bb4b699e39d9ce51874ea339d4773717389
|
|
|
|
searxng_settings:
|
|
use_default_settings: true
|
|
|
|
general:
|
|
debug: false
|
|
instance_name: "cuqmbr's SearXNG"
|
|
donation_url: "https://cuqmbr.xyz/en/donate"
|
|
contact_url: "https://cuqmbr.xyz/en/contact"
|
|
enable_metrics: true
|
|
|
|
search:
|
|
safe_search: 0
|
|
autocomplete: ""
|
|
formats:
|
|
- html
|
|
- csv
|
|
- json
|
|
|
|
server:
|
|
base_url: "https://searxng.dev.cuqmbr.xyz"
|
|
bind_address: "0.0.0.0"
|
|
port: 8888
|
|
secret_key: !vault |
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
36303663616233326563336237336164383966613633373735363562346533663933393936643036
|
|
6237626332643263386530306139383866353739616261650a376236663962643962653335313237
|
|
38313232363839383030373338643666333135613838366363363565643530336331613464386236
|
|
3039376137306339310a346139613363303433366362336539316632346232636663346664336334
|
|
35346366376262316134636262393262386364356336376333383664313637366630376463303232
|
|
64383765663032616633346231653563613065653961646666346461613732646233363266373065
|
|
33326563383238613135616431323661373165383431646337653361633065626638313937393361
|
|
62303634643662313637
|
|
image_proxy: true
|
|
method: "POST"
|
|
default_http_headers:
|
|
X-Content-Type-Options: nosniff
|
|
X-Download-Options: noopen
|
|
X-Robots-Tag: noindex, nofollow
|
|
Referrer-Policy: no-referrer
|
|
limiter: false
|
|
|
|
ui:
|
|
static_use_hash: true
|
|
results_on_new_tab: true
|
|
|
|
categories_as_tabs:
|
|
general:
|
|
images:
|
|
videos:
|
|
files:
|
|
|
|
plugins:
|
|
searx.plugins.calculator.SXNGPlugin:
|
|
active: true
|
|
searx.plugins.hash_plugin.SXNGPlugin:
|
|
active: true
|
|
searx.plugins.self_info.SXNGPlugin:
|
|
active: true
|
|
searx.plugins.tracker_url_remover.SXNGPlugin:
|
|
active: true
|
|
searx.plugins.unit_converter.SXNGPlugin:
|
|
active: true
|
|
searx.plugins.ahmia_filter.SXNGPlugin:
|
|
active: true
|
|
searx.plugins.hostnames.SXNGPlugin:
|
|
active: true
|
|
searx.plugins.tor_check.SXNGPlugin:
|
|
active: true
|
|
|
|
|
|
fluentbit_settings:
|
|
service:
|
|
flush: 1
|
|
daemon: false
|
|
log_level: info
|
|
http_server: false
|
|
pipeline:
|
|
inputs:
|
|
- name: systemd
|
|
tag: systemd_input
|
|
filters:
|
|
- name: rewrite_tag
|
|
match: systemd_input
|
|
rule: $_SYSTEMD_UNIT ^(searxng.service)$ searxng false
|
|
- name: rewrite_tag
|
|
match: systemd_input
|
|
rule: $_SYSTEMD_UNIT ^(searxng.service.+|(?!searxng.service).*)$ systemd false
|
|
- name: record_modifier
|
|
match: searxng
|
|
allowlist_key:
|
|
- MESSAGE
|
|
# - name: record_modifier
|
|
# match: systemd
|
|
# allowlist_key:
|
|
# - _SYSTEMD_UNIT
|
|
# - MESSAGE
|
|
outputs:
|
|
- name: loki
|
|
host: 192.168.0.252
|
|
labels: "env=dev,hostname=searxng,service_name=searxng"
|
|
match: searxng
|
|
- name: loki
|
|
host: 192.168.0.252
|
|
labels: "env=dev,hostname=searxng,service_name=systemd"
|
|
match: systemd
|