No description
Find a file
2019-10-16 21:33:35 -07:00
signal-server-patches Update for Signal Server 2.55 2019-10-16 21:28:31 -07:00
.gitlab-ci.yml Really fix version 2019-10-16 21:33:35 -07:00
docker-compose.yml Update for Signal Server 2.55 2019-10-16 21:28:31 -07:00
migrate-and-start-server.sh Really fix version 2019-10-16 21:33:35 -07:00
README.md Adding README.md 2018-12-04 12:19:49 -08:00
signal-server.Dockerfile Update for Signal Server 2.55 2019-10-16 21:28:31 -07:00
testhelper.Dockerfile Fix how testhelper is built 2018-12-05 12:33:47 -08:00
testhelper.go testhelper now expects postdata key number instead of account 2019-01-08 14:22:23 -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)