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
.envfile 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
*.gofile in the workspace. This can be updates in thereflex.conffile in the directory. -
After making changes to the
Dockerfileordocker-compose.ymlalways rebuild.docker-compose up --build -
To exit
docker-compose down