Is it your local server, which streams music for your PC and phone? Is it something else?

What about streaming music from your server to your work laptop?

  • ITGuyLevi@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 hours ago

    I’m just curious about the reason for both a reverse proxy and wireguard? If using a proxy (Nginx/etc), I would expect it to be exposed to the internet.

    • hellmo_luciferrari@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 hours ago

      The reverse proxy is infernal. I type sub.domain.tld to get to my internal site. All with automated certs.

      Makes it so I dont have to remember IP and port combos

      • ITGuyLevi@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 hours ago

        Makes sense, I do something similar but just for things I want to access externally. I started adding some internal only ones but ultimately decided I was too lazy to remember the names and already knew the IPs/ports.

        • hellmo_luciferrari@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          I use a combination of a custom built Caddy Docker container, Technitium for DNS, and DNSWeaver.

          Automated DNS Entries, Automated Reverse Proxy entries all with Docker labels.