Nextcloud got too bulky for me, and in my search I tried a number of different options before installing OpenCloud without realizing it isn’t fully finished yet. That said, it still works well enough for my use case.
Un Dorian Gray sin pasado, ni patria ni bandera.
I’m just a guy in the #pnw who likes going on adventures, and playing games with friends.
Three things I love: the Oxford Comma, irony, and missed opportunities.
#hiking #camping #backpacking #ttrpg #linux #foss #OpenSource #pathfinder2e #pf2e #pathfinder #travel #knitting #baking #games #pdx #privacy #lgbtq #fedi22
Nextcloud got too bulky for me, and in my search I tried a number of different options before installing OpenCloud without realizing it isn’t fully finished yet. That said, it still works well enough for my use case.
Tailscale is great for not opening your ports to the internet. Having it playable on a friend’s appletv adds some extra complexity. Reverse proxy on a subdomain with something like fail2ban would work, but it does leave you more vulnerable.
Agreed. New users often either go Ubuntu or Linux Mint because they’re well known, but really aren’t the best options out there anymore.
Hundreds have already fallen out of orbit this year alone.
But just think how blazing fast the speeds will be! When they’re hurtling out of orbit and crashing into your house!
I have a 220+. It works well for what it’s supposed to be. If you want a set it and forget it nas, this is a good one. However, after a year and a half, I’m ready to move on for the same reason I don’t like Apple: too walled garden. It was a great starter nas, but it’s too limiting now. But again, of you don’t want to think about it and just have it work, it’s a good choice.
The LLM for home assistant, or just HA in general doesn’t move the needle? My HA is also pretty low key, but I was considering the idea of running my own small llm to use with HA to get off of OpenAI. My current AI usage is very small, so I wouldn’t need too much on the GPU side I’d imagine, but I don’t know what’s sufficient.
I think I mentioned somewhere, but if not, over the last couple of years I learned a lot about the software side of running my homelab via synology and the vps’s, but I still know almost nothing about hardware, so this is all really useful information. Thanks!
So I want to reduce the cooling, CPU (get one with integrated graphics), and motherboard, and not necessary but look into adding ssd and more memory.
I’m okay with spending a bit up front if it’ll last a long time, but I also don’t want to buy too much and be useless.
Yeah, I posted this assuming I would get a lot of comments about it being more than I needed, and this was already me paring it down. But then I got a lot of comments saying to add more memory, reduce the cooling, and add a ssd but otherwise not much about reducing it.
Yeah, I’m not sure if I really want to deal with an llm. It would mostly be for home assistant, so nothing too crazy.
Can I make use of two existing 3.5" and 4 2.5" drives with that?
Everyone else seems to be recommending going with Intel because it’s apparently the gold standard in transcoding. But you don’t have any problems with yours and being an amd?
Interesting, why intel?
Someone else mentioned the cooler too, so that’s out for sure. To be honest, I never really thought about graphics in the traditional sense, but I do need something for at least Jellyfin transcoding. And maybe a small llm. Would it be better to get a dedicated GPU or CPU with integrated?
Thanks! Wasn’t sure about the cooling, so that’s good to know. And yeah, I didn’t know if I actually wanted graphics or not. Whether integrated or a card. Actually, now that I’m typing this out, I do need something for Jellyfin transcoding at least.
There is a part of me that wanted to run my own small llm to go with home assistant, but I don’t think that’s really necessary.
Thanks! It has space for two more sticks, but I just assumed 32gb would be overkill for what I’d need and was saving it for the future. Good point on the other two.
Ooh, that’s good to know. I believe the Meshify only has two 2.5" which means I’d need to figure out a solution for the other two I have. The “mesh” and airflow is what drew me to that case. How’s the Define?
I’ve had AdGuard Home running in various places, but always struggled with getting it to show which device was making the call while also being protected while away from my local network. Just keeping the house secure wasn’t a problem, but routing my traffic while out always seemed to cause problems. Moreso on the synology.
What’s your use case look like?
Hey! My turn for the long delay. Are you still interested in the Dell r720? Turns out the idrac is bricked, which means a new motherboard according to Dell. I am still interested in the optiplex if you’re looking to part with it.
We all got to learn somewhere!
Lot of good advice here, but sometimes people forget what it’s like to be a beginner. Since you don’t know what you’re doing, I would recommend not trying to host things on your home server and access it from the outside world. That usually involves port forwarding on your router, and that comes with a lot of risks, especially if you don’t know what you’re doing. Others have mentioned it, but a better option when you’re starting off is to rent a vps and host your software there.
Squarespace might work, but my guess is it’ll be easier to transfer your domain elsewhere. You can follow guides for that online and it’s pretty straightforward.
Having a vps, a domain name, you’re most of the way there. On your vps, you’ll want to install a reverse proxy, which is what routes incoming urls to the right place (nextcloud.domain.tld goes here, calendar.domain.tld goes there).
Docker is another thing I’d recommend learning as a lot of what you’ll self host will likely be in a Docker container. I’d watch a few YouTube videos to see how it’s done. This channel has some great videos, and there are others out there.
It seems like a lot, but learn a little here and there and don’t expect to have this all working overnight. You’ll get there!