1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-09-28 12:14:42 -04:00
Signal-TLS-Proxy Fork with upstream NGINX images and fixes to the docker-compose.yml file.
Go to file
Ehren Kret c2198487ba Add two new domain names for the signal service
The two new domains are:
* chat.signal.org
* ud-chat.signal.org

Change the relay destination to chat.signal.org as the preferred
domain for reaching the signal service.
2021-09-07 09:44:17 -05:00
data Add two new domain names for the signal service 2021-09-07 09:44:17 -05:00
nginx-relay Use HTTPS to download NGINX 2021-02-04 12:50:01 -08:00
nginx-terminate Use HTTPS to download NGINX 2021-02-04 12:50:01 -08:00
.gitignore Big bang 2021-02-04 08:15:35 -08:00
docker-compose.yml Big bang 2021-02-04 08:15:35 -08:00
init-certificate.sh Big bang 2021-02-04 08:15:35 -08:00
LICENSE Big bang 2021-02-04 08:15:35 -08:00
README.md Big bang 2021-02-04 08:15:35 -08:00

Signal TLS Proxy

To run a Signal TLS proxy, you will need a host with a domain name that has ports 80 and 443 available.

  1. Install docker and docker-compose (apt update && apt install docker docker-compose)
  2. Clone this repository
  3. ./init-certificate.sh
  4. docker-compose up --detach

Your proxy is now running! You can share this with the URL https://signal.tube/#<your_host_name>