VoucherVault icon indicating copy to clipboard operation
VoucherVault copied to clipboard

[BUG Unraid] I can't do my remote access

Open Logidroid opened this issue 7 months ago • 1 comments

Describe the bug I have set a CNAME as for my other apps on Unraid it works very well but already if I change the port I end up with a : Bad Request. Besides I also think that the port is not taken into account during the change

Affected version All version

Image

Image

Image

Logidroid avatar May 28 '25 14:05 Logidroid

Have you set DOMAIN properly to your CNAME?

You may enable debug mode using DEBUG=True as environment variable. This will report back more detailed error messages. The 400er error typically indicates that you access VoucherVault via an untrusted domain:port pair. Fix the environment variables DOMAIN and PORT.

The container runs per default on port 8000. If you change the port to 8006 via environment variables, you also have to portmap correctly via 8006:8000 and then access VoucherVault via http(s)://<IP>:8006. Otherwise, it does not make sense changing it.

[!TIP] Btw, you can join NPM into the same docker bridge network as VoucherVault container and then just reference port 8000 and Vouchervault's container/service name. Will work natively. No need to port map or define IP addresses at all. Docker will handle DNS and routing automagically.

l4rm4nd avatar May 28 '25 15:05 l4rm4nd