this post was submitted on 22 Jul 2023
10 points (100.0% liked)

Self Hosted - Self-hosting your services.

10919 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

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?

top 6 comments
sorted by: hot top controversial new old
[–] krolden@lemmy.ml 7 points 11 months ago (1 children)

Only if you need to run a different reverse proxy for some reason.

[–] Salix@sh.itjust.works 1 points 11 months ago (1 children)

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 9 points 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 4 points 11 months ago

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

[–] outcide@lemmy.world 1 points 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.

[–] mark@social.cool110.xyz 1 points 11 months ago

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