|
I am having a hard time determining exactly what this env var needs to be as Homepage is running in a docker container behind an nginx reverse proxy and I'm accessing it from a VPN. So the value could be one of probably 4 different options. It would save a lot of trial and error if the message told me where the current client was coming from so I could just set it to that. My logs currently say to use an fqdn that I am accessing from, but using that isn't working. I am guessing this is an issue of reverse proxy setup, so maybe my nginx needs a new/different host instruction. |
Replies: 4 comments 15 replies
|
The error message does tell you exactly what you should set. |
|
btw homepage.local.apnalab.us:3550 is the FQDN, 192.168.4.56:3550 is the reverse proxy server, 192.168.5.10:3550 is the real IP of the server running my docker image |
|
The documentation for this environment variable is bad/false. When you read
everybody understand , I need to specify the client ip (my workstation) . But this is not the case. you need to put all the allowed fqdn or ip to reach your instance .
Please change your documentation |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
The error message does tell you exactly what you should set.