No description
Find a file
2020-08-16 20:54:50 -07:00
cmd Add tooling to generate a full config on the fly, doesn't quite work yet 2020-08-16 20:54:50 -07:00
signal-server-patches Update to 2.92 2020-06-16 21:37:37 -07:00
.gitlab-ci.yml Remove runner tag requirements for gitlab.com CI support 2020-08-16 00:53:50 -07:00
docker-compose.yml Add tooling to generate a full config on the fly, doesn't quite work yet 2020-08-16 20:54:50 -07:00
go.mod Add tooling to generate a full config on the fly, doesn't quite work yet 2020-08-16 20:54:50 -07:00
go.sum Add tooling to generate a full config on the fly, doesn't quite work yet 2020-08-16 20:54:50 -07:00
migrate-and-start-server.sh Add tooling to generate a full config on the fly, doesn't quite work yet 2020-08-16 20:54:50 -07:00
README.md Adding README.md 2018-12-04 12:19:49 -08:00
signal-server.Dockerfile Add tooling to generate a full config on the fly, doesn't quite work yet 2020-08-16 20:54:50 -07:00
test-helper.Dockerfile Add tooling to generate a full config on the fly, doesn't quite work yet 2020-08-16 20:54:50 -07: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)