Tree
- Tree:
752780dc2f70bccdc70f27d7f72789f258df1d1f- Date:
- Message:
- init
| Dockerfile | commits | blame |
| LICENSE | commits | blame |
| Makefile | commits | blame |
| README.md | commits | blame |
| compose.yaml | commits | blame |
| go.mod | commits | blame |
| index.html | commits | blame |
| main.go | commits | blame |
| utils/ | |
README.md
# find a really basic search engine that uses [4get](https://git.joygnu.org/joy/4get) backend ## usage podman setup ``` podman-compose build podman-compose up -d ``` docker setup ``` docker-compose build docker-compose up -d ``` ## build ``` git clone https://git.sr.ht/~rohanverma2007/find make build cd build ./find ```