Bez popisu

Jon Chambers 7d03721445 Return 404 by default před 2 roky
data 7d03721445 Return 404 by default před 2 roky
nginx-relay 39a97dab72 Use HTTPS to download NGINX před 4 roky
nginx-terminate 39a97dab72 Use HTTPS to download NGINX před 4 roky
.gitignore c3ef184c81 Big bang před 4 roky
LICENSE c3ef184c81 Big bang před 4 roky
README.md 8999930ff0 Note in README that you need to ensure your user has access to docker před 3 roky
docker-compose.yml 79b96cad6e Expose Certbot ports před 2 roky
init-certificate.sh c3ef184c81 Big bang před 4 roky

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>