No description
Find a file
2018-12-05 12:33:47 -08:00
signal-server-patches Update twilio patch again 2018-12-04 23:24:00 -08:00
.gitlab-ci.yml Add testhlper.go, a tool for helping with tests 2018-12-05 12:03:40 -08:00
docker-compose.yaml Add docker-compose.yaml 2018-12-04 12:16:01 -08:00
README.md Adding README.md 2018-12-04 12:19:49 -08:00
signal-server.Dockerfile Change how signal server patches are applied 2018-12-04 21:29:19 -08:00
testhelper.Dockerfile Fix how testhelper is built 2018-12-05 12:33:47 -08:00
testhelper.go Add testhlper.go, a tool for helping with tests 2018-12-05 12:03:40 -08:00

signald test infrastructure

infrastructure and configuration for signald testing

Signal Server

The Signal server is a java app, with dependencies on postgres and redis. signal-server.Dockerfile describes how to build it, and docker-compose.yaml shows how to run it. The test server runs nginx in front of the Signal server, which terminates TLS and proxies back to localhost:8080 (the Signal server)