Rohan Verma



Commit Briefs

d127bfea68 Rohan Verma

update table width, move to librey (main)


edc1831cb3 rohanverma2007

add favicon to docker


0e66fa10ef rohanverma2007

edit main go for favicon


0e598bf53d rohanverma2007

add favicon


2be865c18d rohanverma2007

init


Branches

Tags

This repository contains no tags

Tree

Dockerfilecommits | blame
LICENSEcommits | blame
Makefilecommits | blame
README.mdcommits | blame
compose.yamlcommits | blame
favicon.icocommits | blame
go.modcommits | blame
index.htmlcommits | blame
main.gocommits | 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
```