mirror of
https://git.bwaaa.monster/omnisearch
synced 2026-03-25 17:19:02 +02:00
1c4ec1e5bdc951ae037c1760df3b9e104b2b552f
OmniSearch
A modern lightweight metasearch engine with a clean design written in C.
Configuration
Create a config.ini, there is an example included in the root.
Dependencies
- libxml2
- libcurl (may be replaced in the future with curl-impersonate)
- beaker (source)
First Setup
Firstly, install libbeaker:
$ git clone https://git.bwaaa.monster/beaker
$ cd beaker
$ make
# make install
And then install omnisearch:
$ git clone https://git.bwaaa.monster/omnisearch
$ cd omnisearch
$ make
# make install-<init>
Replace <init> with your init system (openrc,systemd,runit,s6)
Hosting
Run it normally behind a reverse proxy (like nginx)
Contribution
Generate a patch with git format-patch HEAD~1 and email to gabriel@bwaaa.monster, beginning the subject line with [PATCH omnisearch]
If you are sending a revised version of a previous patch, please use [PATCH omnisearch v2, v3, etc].
Description
Languages
C
79.7%
CSS
6.8%
HTML
5.4%
Makefile
4.8%
Nix
3%
Other
0.3%