netbird/infrastructure_files
Misha Bragin 86a66c6202
Make Signal Service listen on a standard 443/80 port instead of 10000 (#396)
Right now Signal Service runs the Let'sEncrypt manager on port 80
and a gRPC server on port 10000. There are two separate listeners.
This PR combines these listeners into one with a cmux lib.
The gRPC server runs on either 443 with TLS or 80 without TLS.
Let's Encrypt manager always runs on port 80.
2022-07-25 19:55:38 +02:00
..
tests Update self hosting scripts (#367) 2022-06-24 14:50:14 +02:00
base.setup.env Update self hosting scripts (#367) 2022-06-24 14:50:14 +02:00
configure.sh Update self hosting scripts (#367) 2022-06-24 14:50:14 +02:00
docker-compose.yml.tmpl Make Signal Service listen on a standard 443/80 port instead of 10000 (#396) 2022-07-25 19:55:38 +02:00
management.json.tmpl Rebrand client cli (#320) 2022-05-22 18:53:47 +02:00
setup.env.example Update self hosting scripts (#367) 2022-06-24 14:50:14 +02:00
turnserver.conf.tmpl Updated self-hosted scripts and documentation (#249) 2022-03-05 11:20:04 +01:00