nginx-local-ip
nginx-local-ip copied to clipboard
HTTPS Nginx reverse-proxy: public URLs to expose your local webapp in your LAN
Hello, First of all, thank you for your script. I have a local web application on port 8098, to access it I launch the following URL `http://192.168.0.110:8098` , but I...
We added in https://github.com/medic/nginx-local-ip/issues/9 the ability to check whether the `$APP_URL` was defined by the user or not, and gracefully exit the container with a clear message why. We should...
In #2 , we added a way to check for expired certs on boot. However, there might be some long running instances of the `nginx-local-ip` container when folks run it...
We let the user to change the ports through the `$HTTP` and `$HTTPS` environment variables, but the Nginx `server` section that has the configuration for the redirect from `http://` to...
Currently the setup needs the env var to be passed, which means a user needs to know their local ip. Ideally a script can figure that out. Instead of running......
The goal of this PR is to further operationalize this service with the goal of making it easier to consume (without limiting its flexibility). I have updated the Dockerfile to...