You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to deploy this on my local machine and it worked very well (thank you!), however, when I tried moving it to my NAS, things were not as smooth as I would've hoped them to be.
My setup is as follows:
Synology NAS with 2 containers:
nginx
nodepki
Nginx container is essentially a reverse proxy for my other services. So, when I go to https://myservice.mydomain.com, nginx will proxy_pass to an internal url. I thought that I would do the same thing with nodepki, but I cannot figure out proper environment variables for everything to just work. All my service subdomains have a Let's Encrypt cert installed, so I have the following connection flow: Internet ----> SSL ---> NGinx ---> HTTP ----> service
I am trying to have all the services on a single subdomain (say, certification.mydomain.com), instead of multiple. I have also used your nginx template from main readme file, where different services are at different locations.
I am pretty sure that the issue is with environment variables, but I am not sure.
Hello,
I was able to deploy this on my local machine and it worked very well (thank you!), however, when I tried moving it to my NAS, things were not as smooth as I would've hoped them to be.
My setup is as follows:
Synology NAS with 2 containers:
Nginx container is essentially a reverse proxy for my other services. So, when I go to
https://myservice.mydomain.com
, nginx willproxy_pass
to an internal url. I thought that I would do the same thing with nodepki, but I cannot figure out proper environment variables for everything to just work. All my service subdomains have a Let's Encrypt cert installed, so I have the following connection flow:Internet ----> SSL ---> NGinx ---> HTTP ----> service
I am trying to have all the services on a single subdomain (say,
certification.mydomain.com
), instead of multiple. I have also used your nginx template from main readme file, where different services are at different locations.I am pretty sure that the issue is with environment variables, but I am not sure.
Here's my nginx.conf:
Here's my env variables:
Containers are linked to each other, which is why I am able to use
nodepki
as a hostname in my nginx config.Thanks for your help!
The text was updated successfully, but these errors were encountered: