Super small alpine-linux based docker image for etsy's code search tool called hound
run gen-conf.py and provide your github username and access token to populate the config file with the urls of your repos.
Access tokens can be generated in your github profile settings.
Note that the script requires python requests, you can install it via pip install --user requests locally or with the package manager of your choice.
- the github access token only needs
repoorpublic_repopermissions - at the moment the token is only used by the
gen-conf.pyscript to access your repo urls. Maybe hound will support it in the future to access private repos as well
$ make && make datato create both, thehoundandhound-datacontainer./run.sh [PORT]- if you omit the PORT option, the container will expose on 8080
