ej52 / proxmox-scripts

MIT License
587 stars 308 forks source link

IP address doesn't show WebUI #2

Closed FirefoxNL closed 3 years ago

FirefoxNL commented 3 years ago

Hey,

First off, thanks for making this awesome script! It installs perfectly, or rather without errors, but then when I go to the IP it indicates, it says 'Site can't be reached'. Any idea how to troubleshoot or solve that?

Tried with the DHCP address and setting a static, different IP for it and used the :81 port. The container gets created successfully and I can access the shell there but I know too little about docker or npm yet to solve the problem on my own. Thanks!

FirefoxNL commented 3 years ago

Today the host was giving the same wget: bad address 'raw.githubusercontent.com' error. Apparently there was (is?) something going wrong with initiating the command on the created container. After manually running the: wget --no-cache -qO - https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/setup.sh | sh command on the created container, it now functions as intended.

Once again, thanks for the amazing script. Other than this small error, setting up the container was extremely easy. I had been struggling with setting up docker for hours... haha