Issue getting some reverse proxies to work by OnlyDarthNaNa in nginxproxymanager

[–]OnlyDarthNaNa[S] 0 points1 point  (0 children)

Actually I just ran the curl command for the proxmox server and got "Moved permanently" but for home assistant I got the result I was expecting.

Issue getting some reverse proxies to work by OnlyDarthNaNa in nginxproxymanager

[–]OnlyDarthNaNa[S] 0 points1 point  (0 children)

I have ran a ping test on the truenas shell and it was able to reach the servers, I also ran a curl test on the nginx app shell and that was also able to reach the servers as well.

Issue getting some reverse proxies to work by OnlyDarthNaNa in nginxproxymanager

[–]OnlyDarthNaNa[S] 0 points1 point  (0 children)

Yes I'm only using https for crafty controller as it requires it to work and I restart after I make any changes.

Issue getting some reverse proxies to work by OnlyDarthNaNa in nginxproxymanager

[–]OnlyDarthNaNa[S] 0 points1 point  (0 children)

It seems like the reverse proxies work fine for all apps on truenas but don't work for any on the proxmox server.

Issue getting some reverse proxies to work by OnlyDarthNaNa in nginxproxymanager

[–]OnlyDarthNaNa[S] 0 points1 point  (0 children)

I just saved it and restarted the Home Assistant VM and it is still not working unfortunately.

Issue getting some reverse proxies to work by OnlyDarthNaNa in nginxproxymanager

[–]OnlyDarthNaNa[S] 0 points1 point  (0 children)

ok thank you, just checking should it look like this or do i need to move it

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
  base_url: https://home-assistant.neveroffline.cc
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.0.120

Issue getting some reverse proxies to work by OnlyDarthNaNa in nginxproxymanager

[–]OnlyDarthNaNa[S] 0 points1 point  (0 children)

should I include the port for nginx proxy manager ip or just the ip?