metasearch/config-default.toml

32 lines
750 B
TOML
Raw Normal View History

# See src/config.rs for all of the possible options.
# The commented-out lines are examples of values you could set, not the defaults.
2024-04-18 04:41:26 +00:00
bind = "0.0.0.0:28019"
2024-06-29 06:06:27 +00:00
api = false
2024-04-18 04:41:26 +00:00
[ui]
# engine_list_separator = true
# show_version_info = true
2024-06-29 07:01:05 +00:00
# stylesheet_url = "/themes/catppuccin-mocha.css"
2024-10-28 18:30:30 +00:00
show_settings_link = false
site_name = "Dashboard"
2024-04-18 04:41:26 +00:00
[image_search]
2024-10-28 18:30:30 +00:00
enabled = true
2024-04-18 04:41:26 +00:00
[engines]
# numbat = false
# fend = true
[urls.replace]
# "www.reddit.com" = "old.reddit.com"
# "medium.com" = "scribe.rip"
# ".medium.com" = "scribe.rip"
[urls.weight]
# These are checked after applying replacements. Setting the weight to 0 (or any
# negative number) completely hides the result. Longer matches have a higher
# priority.
# "quora.com" = 0.1
# ".quora.com" = 0.1