Smarttube next has a fix for now
Unless I’m misunderstanding, I do believe it is that simple, yes.
I think the first decision to make is pre built vs DIY. The most common pre built solution would be something like Synology. You may start researching there and see if that would fit your needs, or what people do as alternatives.
I personally built one with a similar use case and use Unraid for my OS. The other normal option is TrueNAS.
With that budget you’ll be able to get a good result.
For project A, I’d look into tailscale. I’d advise against having home assistant open to the internet otherwise.
Don’t know anything about your other project, sorry.
“It’s like relying on unpaid labor when the company has nearly a billion dollars in revenue,” he added. Reddit reported revenue of $804 million in 2023, according to an earlier filing.
It’s not like that, it is that.
Yeah it’s relatively easy to reuse most webcam cameras, you just have to get them connected to a USB cable, then most computers will immediately recognize them as cameras.
I usually just harvest usable parts like the hard drive and camera and call it a day.
Alternatively, if you’re able to plug an external monitor in and get it to work for setup, you could install some sort of Linux distro on it and run it headless for lots of different purposes.
I’ve got a homemade NAS running unRAID and my arr suite/Jellyfin/qbittorrent, and an orangepi running the orangepiOS (flavor of Ubuntu I think?) Which handles home assistant and associated containers .
Yeah do it there is basically no downside. I agree with others that you may have trouble with the ads in streaming services. On my android TV, YouTube ads, for instance, aren’t blocked by pihole.
I use a fractal design node 304. It’s pretty cool, but has all the limitations and problems you would expect from a case that size.
If one wants the NAS functionality then yeah unRAID is great. If not I think they’d be served as well or better with Ubuntu and docker (ideally with portainer UI)
Why not proton drive?
Yeah I have an orangepi5 running pihole and a suite of home assistant related docker containers and it’s been working flawlessly. Even has an m.2 slot
Edit: actually read the OP lol. For Jellyfin I think I’d opt for something a bit more powerful than an SBC.
I am using the official “cloudflared” docker image yeah. Setting up the tunnel was easy but for some reason I’ve had A LOT of trouble getting the DNS and subdomain settings to work consistently.
I don’t have a ton of experience with NASes but I’ve just recently set up my first unRAID server and had similar requirements.
Totally agree with the USB annoyance. It technically serves as the boot drive but the OS itself runs on the RAM once started. I have a 500gb ssd which I use as a cache drive, then an array of 2x4tb HDD plus another 4tb parity drive, with plans to expand; ultimately that’s why I chose unRAID over TrueNAS because I read that it was much easier to add drives to your array in the former.
As far as docker, I run 9 containers 24/7. Most of them are *arr media acquisition software and Jellyfin. I don’t think I’ve ever had to do CLI with those with the exception of installing a cloud flare tunnel. The native docker support works well. Some people prefer spinning up a Linux VM then using docker on that but I’ve never found a reason to try that (plus I can’t get VMs working correctly. Not sure why).
As a comparison, I’ve also got an orangepi5 which I run home assistant and associated containers via docker compose, and the unraid system is definitely a lot easier.
A piece that I don’t have the knowledge to address is which platform would be the easiest to import your data into. From my limited experience, I had to add drives to my array, format them to the desired file system, add my data over the local network, then physically add the remaining drive. With as much data as you have, that strat could be problematic.
Everyone here has laid out very good instructions on setup.
My method is a little less sophisticated but when I’m setting up new devices, I’ll plug them into the only monitor I have, and eventually get them to the point where everything else can be done headless with either ssh or the webUI of whatever application I’m using. After that, it really never needs a monitor again.
I set it up as a docker container and the installation was very easy.
HOWEVER the data input and actually getting it off the ground is very complex and intimidating. I havent really gotten deep into it yet.
I’m working on putting together an unRAID NAS for media acquisition and storage right now. My initial plan was to use trueNAS scale, but from my research it’s a lot less tolerant about adding drives to your array whenever you want, and I didn’t want to drop a zillion dollars in HD space straight off the bat.
So far docker containers work well on it, and are relatively easy to configure. I’m planning to still leave my home assistant and associated docker containers on the orangepi where they live now though.
Are you using the binhex image by any chance? I had this same problem, just had to update it from the apps/community center page instead of from the docker page.