Sin descripción

Jon Chambers 7d03721445 Return 404 by default hace 2 años
data 7d03721445 Return 404 by default 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 79b96cad6e Expose Certbot ports hace 2 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>