Sin descripción

Jon Chambers 2fe26e3b8a Add entries for cdsi.signal.org hace 2 años
data 2fe26e3b8a Add entries for cdsi.signal.org hace 2 años
nginx-relay 39a97dab72 Use HTTPS to download NGINX hace 4 años
nginx-terminate 39a97dab72 Use HTTPS to download NGINX hace 4 años
.gitignore c3ef184c81 Big bang hace 4 años
LICENSE c3ef184c81 Big bang hace 4 años
README.md 8999930ff0 Note in README that you need to ensure your user has access to docker hace 3 años
docker-compose.yml c3ef184c81 Big bang hace 4 años
init-certificate.sh c3ef184c81 Big bang hace 4 años

README.md

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. Ensure your current user has access to docker (adduser $USER docker)
  3. Clone this repository
  4. ./init-certificate.sh
  5. docker-compose up --detach

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