1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-06-16 08:17:18 -04:00
Signal-TLS-Proxy Fork with upstream NGINX images and fixes to the docker-compose.yml file.
Go to file
Tommy 708bbf0496
Drop capabilities
Signed-off-by: Tommy <contact@tommytran.io>
2022-09-11 11:03:17 -04:00
data Add two new domain names for the signal service 2021-09-07 09:44:17 -05:00
.gitignore Big bang 2021-02-04 08:15:35 -08:00
docker-compose.yml Drop capabilities 2022-09-11 11:03:17 -04:00
init-certificate.sh Big bang 2021-02-04 08:15:35 -08:00
LICENSE Big bang 2021-02-04 08:15:35 -08:00
README.md Note in README that you need to ensure your user has access to docker 2021-09-07 10:20:22 -05:00

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>