Hi,
I'm new to NPM, and I'm following this tutorial.
I've installed a VM on Proxmox, with docker on it to install NPM and Portainer.
The installation works fine until I try to :
After this step, I'm unable to access at NPM.
I've a ndd.tld on OVH for this.
Also I would config NPM to access at Zabbix, Nextcloud, Home Assistant, PiHole, PfSense. WHo use base url like IP/zabbix. Don't know how to configure NPM for doing that.
Thanks for the help.
I'm new to NPM, and I'm following this tutorial.
I've installed a VM on Proxmox, with docker on it to install NPM and Portainer.
The installation works fine until I try to :
Code:
docker run -d --name npm --network npm-proxy -p 80:80 -p 443:443 --restart unless-stopped -v /home/ubuntu/docker/npm/data:/data -v /home/ubuntu/docker/npm/letsencrypt:/etc/letsencrypt jc21/nginx-proxy-manager
I've a ndd.tld on OVH for this.
Also I would config NPM to access at Zabbix, Nextcloud, Home Assistant, PiHole, PfSense. WHo use base url like IP/zabbix. Don't know how to configure NPM for doing that.
Thanks for the help.