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?

  • mark
    link
    fedilink
    21 year ago

    @Salix Ideally you would put NPM in VM 3, so you have a single entry point separated from everything else.

    • @SalixOP
      link
      11 year ago

      I just actually moved NPM into a LXC container now and it works great!