-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Compatible with Nginx Proxy Manager? #2986
Comments
Hello, i tried and found a working solution :-) Basically, you'll need to setup Netmaker "the hard way" :
Create a netmaker.env file, looking like this :
Then, set your hosts in NGinx Proxy Manager, like explained in this repo : https://github.com/upgrade-computer/netmaker-nginx-proxy-manager-v2 Worked pretty well :-) /joen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
I am looking to utilize NetMaker on my homelab that is running Proxmox on a LXC container. I have a Nginx Proxy Manager LXC setup that is forwarding the required sub-domains to the LXC hosting NetMaker, including API.{NM_DOMAIN}, Dashboard.{NM_DOMAIN}, grpc.{NM_DOMAIN}, and broker.{NM_DOMAIN}.
Issue Description
When I install NetMaker utilizing the quick installer provided, I receive the following
Expected Outcome
I would expect for NetMaker to install successfully.
Does anyone have any recommendations of what I can try? I have spent hours diagnosing this issue and have not had any luck.
I have tried using the community docker-compose script to run without Caddy, and that also did not work for me. Whenever I try accessing dashboard, I reach the 502 openresty page.
I know my proxy manager itself is working correctly, because traffic will forward to other LXCs I am running. I'm assuming this may have something to do with headers, but I am not nearly experienced enough with Nginx or Caddy to track down the issue.
Any recommendations would be greatly appreciated!
The text was updated successfully, but these errors were encountered: