This is more of a docker question than a selfhosted question, but i think that most of people here should be familiar with docker.

HA runs with network-mode : host (in order for autodiscovery to work) when my Nginx Proxy Manager is running on a bridge network (and in a different docker-compose.yml file), which makes them not see each other as far as I know. Could I maybe add an additional network to the HA like this:

networks:
  default:
    driver: host
  nginxnetwork:
     external: true
  • rambos@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    I have this in my configuration.yaml

    http: use_x_forwarded_for: true trusted_proxies: - 10.0.0.200

    10.0.0.200 should be your npm docker IP

    • life8853@tslemmy.duckdns.orgOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I do have this setup, but i don’t think that npm can reach the HA, i have tried through direct IP and 127.0.0.1 and none of them seemed to work.