-
|
Hello! I am 100% sure I am missing something obvious here due to being a bit green so I apologize in advance for that. Any help would be appreciated! The problem I am having is getting to the webui after deploying the stack. I am using a Portainer stack to deploy VoidAuth and NGINX Proxy Manager in one stack and use Cloudflare for exposing my services to the internet. I have configured a proxy host in NPM pointed at the IP and Port using Https (I did try HTTP as well). I am running these services within a Proxmox LXC. Going to http://192.168.1.178(VoidAuthIPAddress):3000 shows the following:
My stack with sensitive info removed (Storage Key and DB Password is setup but missing here): services: ddns: helloworld: voidauth: voidauth-db: volumes: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey I figured it out, and yeah I was dumb. Hopefully if someone else makes this same mistake they can look at this. NPM and VoidAuth share port 3000, changed VoidAuth to listen at 3001 and have not had any issues. I also had the Nginx snippets in the wrong spot, reviewed the volumns for NPM in portainer and created the snippets in a spot that was visible to NPM. Thanks |
Beta Was this translation helpful? Give feedback.

Hey I figured it out, and yeah I was dumb. Hopefully if someone else makes this same mistake they can look at this.
NPM and VoidAuth share port 3000, changed VoidAuth to listen at 3001 and have not had any issues.
I also had the Nginx snippets in the wrong spot, reviewed the volumns for NPM in portainer and created the snippets in a spot that was visible to NPM.
Thanks