No description
Find a file
2021-07-23 23:01:50 -07: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 more typos 2021-07-23 23:01:50 -07:00
apt-signing-key.asc package apt-signing-key into signald-builder image 2021-01-25 01:16:48 -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 cross compile docker images with docker buildx 2021-07-22 00:11:15 -07:00
signald-cross-builder.Dockerfile cross compile docker images with docker buildx 2021-07-22 00:11:15 -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)