Go to file
2024-04-12 21:17:34 -05:00
src add config 2024-04-12 21:17:34 -05:00
.gitignore add config 2024-04-12 21:17:34 -05:00
.prettierrc fix clicking suggestions and better docs.rs 2023-12-21 18:43:29 -06:00
Cargo.lock add config 2024-04-12 21:17:34 -05:00
Cargo.toml add config 2024-04-12 21:17:34 -05:00
compose.yml use host networking 2024-01-22 22:01:21 -05:00
Containerfile remove replace bind addr with 0.0.0.0 2024-02-02 21:49:17 -06:00
default-config.toml add config 2024-04-12 21:17:34 -05:00
LICENSE add license 2024-01-09 19:20:35 -06:00
README add config 2024-04-12 21:17:34 -05:00
rustfmt.toml add line wrapping to rustfmt 2024-01-03 01:53:14 -06:00

a cute metasearch engine

it sources from google, bing, brave, and a few others.

there's a demo instance at https://s.matdoes.dev, but don't use it as your
default or rely on it, please (so i don't get ratelimited by google).

USAGE

build it with `cargo b -r`, the resulting binary will be at
`target/release/metasearch2`.

the config.toml file is created in your current working directory on the first
run of metasearch2. alternatively, you can copy the example-config.toml in the
repo and rename it to config.toml.

the default port is port 28019.

CONTRIBUTING

it's written in rust using no templating engine and with as little client-side
javascript as possible.

FORKS

here's a probably incomplete list of maintained forks that add new features:

- https://github.com/mrcbax/metasearch2/tree/seo_spam
- https://git.shrecked.dev/Shrecknt/metasearch