A custom search engine over a highly configurable collection of sources.
Getting Started:
- Pack a browser extension for indexing (kilde)
- Add as a special flag/search engine on browsers. (other deploy options can be figured later)
- HTML Source: Utility to process a given HTML Page (with the URI) and Update into Index.
- Sources:
- Some configurable sources
- Plugin support for sources not available
- Design the Search Frontend.
- Include a polybar extension as well.
-
Export your GOPATH variable, alternatively create a
.env
file and addGOPATH=<PATH TO GO DIR>
. To obtain the it usego env GOPATH
. -
Run the command to launch the docker-container. Live reloading is already configured for the gin framework.
docker-compose up
-
Reflex is configured to auto-reload on changes to any
*.go
file in the workspace. This can be updates in thereflex.conf
file in the directory. -
After making changes to the
Dockerfile
ordocker-compose.yml
always rebuild.docker-compose up --build
-
To exit
docker-compose down