51 lines
935 B
YAML
51 lines
935 B
YAML
---
|
|
use_default_settings: true
|
|
|
|
server:
|
|
limiter: false
|
|
image_proxy: true
|
|
|
|
redis:
|
|
url: redis://dragonfly.database.svc.cluster.local:6379?db=10
|
|
|
|
search:
|
|
safe_search: 0
|
|
autocomplete: brave
|
|
formats:
|
|
- html
|
|
- json
|
|
|
|
general:
|
|
instance_name: HansonSearch
|
|
|
|
ui:
|
|
static_use_hash: true
|
|
default_theme: simple
|
|
theme_args:
|
|
simple_style: dark
|
|
infinite_scroll: true
|
|
results_on_new_tab: true
|
|
|
|
enabled_plugins:
|
|
- Basic Calculator
|
|
- Hash plugin
|
|
- Hostnames plugin
|
|
- Open Access DOI rewrite
|
|
- Self Informations
|
|
- Tracker URL remover
|
|
- Unit converter plugin
|
|
|
|
hostnames:
|
|
high_priority:
|
|
- (.*)\/blog\/(.*)
|
|
- (.*\.)?wikipedia.org$
|
|
- (.*\.)?github.com$
|
|
- (.*\.)?reddit.com$
|
|
- (.*\.)?linuxserver.io$
|
|
- (.*\.)?docker.com$
|
|
- (.*\.)?archlinux.org$
|
|
- (.*\.)?stackoverflow.com$
|
|
- (.*\.)?askubuntu.com$
|
|
- (.*\.)?superuser.com$
|
|
replace:
|
|
(www\.)?reddit\.com$: red.hsn.dev
|