Development Automation, Self-Hosted Enthusiast from Kyiv, Ukraine

  • 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle




  • You think Ukrainian Борщ (written stupidly in English as “Borscht”) is hard to pronounce, but actually, you all know how to pronounce this щ letter, if you pronounce “question” like “kwesh-chun”, this “sh-ch” is exactly as we Ukrainians pronounce the letter “щ”. So how could anyone write “Borscht” with “shch” sound? It’s Borshch!

    To borscht or not to borshch, that is the borstion!











  • The way I got it set up using Pihole and NginxProxyManager in Unraid:

    • Deploy NginxProxyManager using custom: br0 with a separate IP address

    • Pihole can’t do wildcards unless you create pihole/dnmasq.d/03-custom-dns.conf and add address=/tld/npm_ip, this way *.tld goes to the stated IP.

    • Now your plex.tld goes to your nginx proxy manager IP, and it needs to handle the subdomain. NginxProxyManager can do wildcards both ways, so you can create plex.* to go to plex IP and port. or sonarr.* that goes to your server IP and sonarr port

    Please tell me if you need more details.