• 1 Post
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle






  • The audacity of this company to increase prices when:

    A) downloads are locked behind the paywall but havent worked in years (probably close to a decade at this point)

    B) they focus all the development time on bringing bullshit to the platform (live tv, rentals, other streaming app searches, etc)

    Requiring a subscription for remote access is actually fucking insane, they don’t have any bandwidth costs associated with that other than authentication so ???

    This will drive people to Jellyfin, and watch how fast Plex drops into irrelevance when all the selfhosters move away. Plex is (now was) the #1 thing to that both myself and others in this community would recommend to someone looking to get into selfhosting. ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯ not anymore, wonder how much the revenue will drop?



  • Hey, can you elaborate a little bit more? Based on my Google search, casa-os is a front end for selfhosting? So, I would assume that you are not connecting to the right ports.

    So, my assumption is: casa-os is using your port 80 and 443, so when you set up the DNS A Record, and navigate to it in your browser, it takes you to the homepage for casa-os. If this is indeed the case, then you have a couple options. You could:

    1. Change the ports that casa-os is using and then rebind NGINX to 80 and 443
    2. set up a second device just for NGINX (which is what I do, I use a Raspberry Pi just for network entry for stability reasons)
    3. (I’ve never done this, so YMMV) you might be able to use Tailscale Serve
      • You would have it serve the port for NGINX under your Tailscale DNS name
      • Once you’re there, I imagine that you could use a CNAME DNS record or something on your custom domain in order to continue using the domains that you want, sub domains, SSL, etc.

    Let me know what ends up working for you. I hope that either option 1 or 3 work, if those fail then you can definitely get it working via option 2 :)