![]() |
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
data | %!s(int64=2) %!d(string=hai) anos | |
nginx-relay | %!s(int64=4) %!d(string=hai) anos | |
nginx-terminate | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
docker-compose.yml | %!s(int64=2) %!d(string=hai) anos | |
init-certificate.sh | %!s(int64=4) %!d(string=hai) anos |
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