![]() |
hace 2 años | |
---|---|---|
data | hace 2 años | |
nginx-relay | hace 4 años | |
nginx-terminate | hace 4 años | |
.gitignore | hace 4 años | |
LICENSE | hace 4 años | |
README.md | hace 2 años | |
docker-compose.yml | hace 2 años | |
init-certificate.sh | hace 4 años |
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