• 1 Post
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle



  • Honestly the single biggest thing to self-hosting is breaking stuff.

    Host stuff that seems interesting to you, and dick around with it. If it breaks, read the logs and try to fix. If you can’t, revert to a backup and try to reproduce.

    If you start out with things that interest you, you’ll more likely stick with the hobby. From there you can move to hosting things with external access - maybe vpn inside your own network through your router?

    From there, get your security in line and host a basic webserver. Something small, low attack vector, and build on it. Then expand!

    Definitely recommend docker to start with - specifically docker compose. Read the documentation and mess around!

    First container I would host is portainer. General web admin/management panel for containers.

    Good luck :).








  • I honestly can’t tell if you’re trolling.

    Also, “limiting their consumption to the occasional worthwhile thing” can also be written as:

    “spend their well-earned time actually watching something worth the investment”

    And “they might even assuage their guilt by paying for it…” as:

    “if they find content they enjoy, they’d like to show that monetarily and hopefully boost the production of more content of that same caliber”


  • Straight black but I still consider ethical:

    The entire “going to the movies” experience is terrible for me and my wife, only going to get worse with a runt on the way. It’s certainly a fault of the theater I try and attend, but I’m not driving 2 hours for a decent viewing experience.

    I pirate like CRAZY. BUT if I find a film/TV show I really enjoy, I certainly do my part in word-of-mouth or digital marketing for them. It’s certainly once it’s left the theaters but I wasn’t going to that anyway. It also gives a chance for older films/series to get some funding that I may not have picked up otherwise.

    Occasionally if there’s a film/show that’s a standout, I’ll buy a physical copy. Honestly I never open them as I have a more convenient digital copy on plex but I do put in some for it.

    That said, watch Grave Encounters 1 (not 2…) and Cabin in the Woods. I believe they’re both on Netflix but absolute top tier movies if you’re into horror for GE or horror parody for CITW, cabin possibly being in my top 5 of all time.

    Also that said, I’ve seen way too many episodes of MTV Cribs for me to care about it too much >:(




  • Yes and no. They do have some connections to NZB, but primarily used for torrents.

    Search on sonarr for TV > add series to sonarr > search for series by episode or season > sonarr asks prowlarr (or jackett) to search torrent providers > find and add episode or season > prowlarr finds torrent and sends to sonarr > sonarr sends torrent to your torrent client to download (I use qbittorrent) > done.

    If setup correctly, once the download is finished, sonarr will copy the series to your media server folder so it’s accessible from plex/jellyfin/emby/what have you.

    It does leave the initial files in the torrent software for seeding purposes. I’m sure there is a setting in there somewhere to disable that, but always seed!

    The search can be entirely automated too. Handful of apps integrate with sonarr/radarr so you can have your server users request shows and sonarr would find them and add them automatically for you.

    You can also specify release type in quality and specifically if it’s a rip or HDTV recording, assuming the provider reports that which most do.

    Lastly, you can specify by size ranges. It takes a good while to find something you like, but to keep your server from filling up, you can limit the max size for a single episode or movie (in radarr).

    My only real complaint is the automated search in sonarr is by episode so you can get a mixed back of quality that way. You can manually search for an entire season. It can’t correctly deal with a full series release on its own so some manual work would be needed there.

    It’s effort for sure, but worth it.