I currently run servers via VM in Proxmox.

Two of these VMs are:

  1. FreshRSS, RSS-Bridge, and Nginx Proxy Manager
  2. Audiobookshelf

Nginx Proxy Manager is currently being used to reverse proxy FreshRSS & RSS-Bridge. Should I use my currently installed NPM from VM 1 to reverse proxy Audiobookshelf on VM 2? Or should I also install NPM in VM 2 to manage that reverse proxy?

    • Salix@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      So it would be okay to run 1 reverse proxy to manage all of my servers? Even after I add more server VMs down the line?

      • poVoq@slrpnk.net
        link
        fedilink
        arrow-up
        9
        ·
        11 months ago

        Yes no problem.

        Sometimes you might want to run multiple and put a load-balancer in front, but that is only for more advanced setups.

  • huojtkeg@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    11 months ago

    I use just 1 Traefik instace to manage all my subdomains, certificates, RPs, IP filter, rate limiter…

  • Outcide@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    11 months ago

    There might be specific cases where it makes sense to run multiple reverse proxies, but in general I’d only run one.