Replies: 1 comment
-
Did you ever get this to work? I'm struggling with the same issue right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
I've recently stumbled upon this great article: https://community.signalusers.org/t/howto-integrate-signal-tls-proxy-into-existing-nginx-lets-encrypt-setup/27443
It shows how to integrate a Signal TLS proxy into a running NGINX environment.
This is important, because the official documentation is literally just one page and only explains how to create a Signal proxy on an entirely new NGINX reverse proxy environment on a VPS. Now, I'd wish to help my friends stay connected during conversations with a Signal proxy, but I really don't feel like spending the money for a VPS when I have a running, fast, high-bandwidth network with a perfectly working version of the NGINX Proxy Manager by jc21 running.
However, I am very much a novice and cannot make much of the article mentioned above. As I understand it, the NGINX Proxy Manager by jc21 does not have a simple /etc/nginx/nginx.conf file to edit, right? That is why I was very confused as to what I would need to do to get this working! I know when I SSH into the docker container such a file exists, but I do not think I should just easily edit it like on any NGINX environment, so I wanted to ask here first!
Additionally, the article mentions that the --with-stream argument would need to be set to "dynamic" or built this way, however, when I ran
nginx -V
whilst being SSH'ed into my NGINX Proxy Manager container I yielded the following result:So, I am not certain what the attribute "--with-stream" is set to, but it seems to be set to nothing.
So, I just wanted to ask the community for help. Any chance to get this running in my docker container without eliminating all my other sites running on here, or not?
Any answer is highly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions