No description
Find a file
2021-01-24 23:21:45 -08:00
cmd Generate zkparams, unidentified access and GCP encryption keys correctly 2020-08-16 22:40:49 -07:00
deb-scripts Add aarch64 build 2020-12-02 03:17:08 -08:00
signal-server-patches Simplify how patches are applied 2020-10-05 18:08:29 -07:00
.gitlab-ci.yml and make an x86 version of it 2021-01-24 23:21:45 -08: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 Generate zkparams, unidentified access and GCP encryption keys correctly 2020-08-16 22:40:49 -07:00
README.md Adding README.md 2018-12-04 12:19:49 -08:00
signal-server.Dockerfile Simplify how patches are applied 2020-10-05 18:08:29 -07:00
signald-builder-alpine.Dockerfile add alpine builder 2020-12-02 23:42:06 +00:00
signald-builder.Dockerfile Add aptly to signald-builder 2021-01-24 23:19:56 -08: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)