Brak opisu

Ehren Kret 8999930ff0 Note in README that you need to ensure your user has access to docker 3 lat temu
data c2198487ba Add two new domain names for the signal service 3 lat temu
nginx-relay 39a97dab72 Use HTTPS to download NGINX 4 lat temu
nginx-terminate 39a97dab72 Use HTTPS to download NGINX 4 lat temu
.gitignore c3ef184c81 Big bang 4 lat temu
LICENSE c3ef184c81 Big bang 4 lat temu
README.md 8999930ff0 Note in README that you need to ensure your user has access to docker 3 lat temu
docker-compose.yml c3ef184c81 Big bang 4 lat temu
init-certificate.sh c3ef184c81 Big bang 4 lat temu

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>