my fork of profit's annoy-antiroach bot
Go to file
dave a94f1751ff disable old greeter 2020-08-15 16:24:25 -07:00
cmd/swarm disable old greeter 2020-08-15 16:24:25 -07:00
.gitignore initial commit 2019-08-05 16:57:01 -07:00
Dockerfile initial commit 2019-08-05 16:57:01 -07:00
Makefile proxy support, fix 1.15 builds 2020-08-15 15:59:04 -07:00
README.md proxy support, fix 1.15 builds 2020-08-15 15:59:04 -07:00
antiroach.yml initial commit 2019-08-05 16:57:01 -07:00

README.md

antiroachlol

Building server binary

# You need golang...
CGO_ENABLED=0 go build ./...

Building docker

docker build -t antiroachlol
docker tag antiroachlol your.docker.endpoint.here/name
docker push your.docker.endpoint.here/name

Building kubernetes

Edit antiroach.yml to match the docker name and desired replicas you put above and then apply it

kubectl apply -f antiroach.yml

Run with proxy

ALL_PROXY=socks5://localhost:1243 ./swarm