![]() |
2 years ago | |
---|---|---|
data | 2 years ago | |
nginx-relay | 4 years ago | |
nginx-terminate | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago | |
init-certificate.sh | 4 years ago |
To run a Signal TLS proxy, you will need a host that has ports 80 and 443 available and a domain name that points to that host.
apt update && apt install docker docker-compose
)adduser $USER docker
)./init-certificate.sh
docker-compose up --detach
Your proxy is now running! You can share this with the URL https://signal.tube/#<your_host_name>
If you've previously run a proxy, please update to the most recent version by pulling the most recent changes from main
, then restarting your Docker containers:
git pull
docker-compose down
docker-compose up --detach