npmSteven / Unraid-VM-CP

GNU Affero General Public License v3.0
11 stars 1 forks source link

Add Reverse Proxy Support #3

Open bdlnaredi opened 1 year ago

bdlnaredi commented 1 year ago

I have installed VM CP and it works fine.

then I reverse proxied the ip on cloudflare and viola login page appears, but I can't log in with either my root password or managed id/password. logs shows:

[1] INFO Accepting connections at http://0.0.0.0:8786 [0] Backend has started on port 8787 [1] HTTP 3/3/2023 9:32:33 PM 172.17.0.5 GET /login [1] HTTP 3/3/2023 9:32:33 PM 172.17.0.5 Returned 200 in 1951 ms

Please let me know what am I doing wrong or its just that this doesn't support reverse proxy.

npmSteven commented 1 year ago

At the moment we do not support reverse proxy, so it's no your fault. I will look into supporting this, I have never done it myself so it'll be a fun learning experience.

npmSteven commented 1 year ago

I have installed VM CP and it works fine.

then I reverse proxied the ip on cloudflare and viola login page appears, but I can't log in with either my root password or managed id/password. logs shows:

[1] INFO Accepting connections at http://0.0.0.0:8786 [0] Backend has started on port 8787 [1] HTTP 3/3/2023 9:32:33 PM 172.17.0.5 GET /login [1] HTTP 3/3/2023 9:32:33 PM 172.17.0.5 Returned 200 in 1951 ms

Please let me know what am I doing wrong or its just that this doesn't support reverse proxy.

Would there be any chance you could take me though your setup on a screen share? So I can understand your issues better. I have discord Noisy#0001 or google meet.

bdlnaredi commented 1 year ago

thanks for the reply.

I'll be waiting for the feature update.

FroSteel commented 8 months ago

Hello, is the issue still present, or has a solution been found?