A modification of omnisearch to use windows 98 theme
|
|
vor 2 Tagen | |
|---|---|---|
| init | vor 2 Tagen | |
| src | vor 3 Tagen | |
| static | vor 1 Woche | |
| templates | vor 6 Tagen | |
| .gitignore | vor 3 Wochen | |
| LICENSE | vor 3 Wochen | |
| Makefile | vor 2 Tagen | |
| README.md | vor 2 Tagen | |
| example-config.ini | vor 2 Tagen |
A modern lightweight metasearch engine with a clean design written in C.
Create a config.ini, there is an example included in the root.
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)
Run it normally behind a reverse proxy (like nginx)
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].