569922aab7
* notepad * fix config * mdn docs * search bar fix * remove unnecessary check * notepad fix * make config avaliable to all stages of request * make config more consistent * minecraft wiki infobox * cleanup * engine_list_separator fix * are you happy now mta * change Arc<Config> to &Config in places --------- Co-authored-by: mat <git@matdoes.dev> |
||
---|---|---|
src | ||
.gitignore | ||
.prettierrc | ||
Cargo.lock | ||
Cargo.toml | ||
compose.yml | ||
Containerfile | ||
default-config.toml | ||
LICENSE | ||
README | ||
rustfmt.toml |
a cute metasearch engine it sources from google, bing, brave, and a few others. it's written in rust using no templating engine and with as little client-side javascript as possible. 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 default-config.toml in the repo and rename it to config.toml. the default port is 28019.