I don’t have a rubber duck. 🦆

  • 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle




  • A reverse proxy is a service that takes incoming traffic on an IP address and port. It reads the URL the connection came into and passes it to the service it is configured for.

    Example: A server runs Plex. There is a DNS entry plex.myhome.nework that points to the IP of that server. Nginx listens on port 80 and 443. If a client connects to port 80 using plex.myhome.network nginx will pass it to Plex. If it comes in on 443 nginx will still pass it to Plex but it will also provide the configured SSL cert to the client connecting to Plex.

    If the server is also running jellyfin and DNS is setup for jellyfin.myhome.network with the same IP. The user connects to jellyfin.myhome.network on port 80 Nginx instead passes it to jellyfin.

    So from our example you can see that we have both jellyfin and Plex using the same IP address and port 80.



  • A UPS will have a load. It’s got to keep the battery healthy.

    They are intended to keep a more vital system up. Generally a NAS is the backup target. And you’d keep the computer is it the target for on the UPS. Maybe the NAS too.

    You can probably get away with a desktop UPS. But the power draw is always going to be a factor. The NAS is designed to stay on all the time. So is low power draw.