Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)YA
Posts
0
Comments
13
Joined
1 mo. ago

  • I only had issues with the latest tag when dealing with the community apps. Some of them would randomly break and I'd have to roll back. Once I manually configured the docker settings using normal file mounts things were plenty stable. I think the issues were with the k8s community charts not with the underlying software. And that was fixed by just configuring it manually like however the dockerhub docs suggest.

    I would still have the occasional issue where a container would freeze and a force stop wouldn't work, and spinning up a new one wouldn't work because the ports were still used. But I traced that back to a bad ssd with write timeouts. I still think truenas's k8s wrapper is buggy. Even if a container crashes hard, I shouldn't have to reboot the system to fix it. I switched to unraid and have been blissfully happy since.

  • Not sure if you were aware of the recent (last year) drama with a major contributing group to the community apps. TrueCharts I think they were called? I had some truecharts containers and some straight truenas containers. Then TrueCharts ragequit and took down their repo. I ended up reinstalling all those apps manually because for the life of me I still couldn't get the dumb truenas versions to work. Also, I wasn't a fan of the pvc (or whatever it was called) storage containers that got used by default. Made eveverything more difficult. My advice is to use the truenas community apps as a learning tool to configure your own properly with the truenas software. I noticed the community apps would seriously take around a minute to restart, but the ones I made manually would takes seconds. Same docker image, never figured out why, maybe a k8s thing?

  • Garuda - because like endeavor it's arch for lazy people, plus I got sold on the gaming edition by how much I like the theme and the latest drivers. But that's just what got me to try it, what sold me on it is when I had a vm of it that ran out of hdd space mid kernel update. I shut it down to expand the drive, booted it back up and no kernels present. Fiddling around in grub in a panic made me realize snappertools auto snapshots btrfs before updating. I think only once in my life (out of dozens of tries) has Microsoft's restorepoints actually worked for me. Booting to the snapshot was effortless, clicking through to recover to that snapshot was a breeze. I rebooted again just to make sure it was working and it did. Re-updated and I was back in action.

    That experience made me love garuda. I highly recommend snappertools+btrfs from now on and use it whenever I can. Yes, preventative tools and warnings would have stopped it from happening, but you can't stop everything, and it's a comfort to have.

  • Might need more info about your setup. The reverse proxy probably has some logs you aren't looking at. Most bots from what I've seen do ip:port scans hitting every ip and every port. Nginx reverse proxy manager or something similar isn't going to forward ip:8123 to home assistant. A straight router port forward will, but the reverse proxy manager will look at the domain GET request for https://ha.hit_the_rails.net to your LAN ip:port. It's a little security through obscurity as they have to know your sub+domain.

    For a time I had port 22 open and forwarded directly to a server. Constant bot traffic. Changed the port, put an ssh honeypot on 22, and it almost completely went away. Sure the bots could be smart enough to scan and find another open ssh port, but they rarely did. I assume because anyone savvy enough to change the ssh port is savvy enough to not allow default logins like ubnt:ubnt and root:1234 which were by far the most common logins I got in the honeypot.

  • I'm not sure what all data they get if you self-host their controller. I'm pretty sure you don't have to make a unifi cloud account at setup, you can make a local one. You can turn off the collection of diagnostic data at setup. Now that's not to say they don't send it anyway,

  • Ahhhh have you double checked to make sure your GPU will fit in your case? I see you went micro atx for case and mobo, but gpus nowadays be chonky. It should fit, but I've seen new builds where the gpu didn't fit in a normal atx case due to layout and mobo positioning.

  • I have a similar build, but everything is a generation behind. I really like Garuda Linux. Arch keeps the latest drivers comin' and It's a nice easy install. Btrfs+snappertools come setup by default, and it's saved my bacon a few times. Really nice to be able to have grub boot to a snapshot and just work. And the snapshots are auto created everytime pacman is run.

  • I don't consider myself left leaning. Both left and right are corrupt and neither actually practice what they preach. The left is the US is currently the lesser of two evils though. I do consider myself a socialist-libertarian. I think government should be there to keep the populace safe, and provide basic human necessities to all, and no more. The govt should not be able to execute capital punishment nor declare war. Retalitory strikes, defense and supporting allies defending themselves are all fine, but we could get rid of most of the military and funnel that money back to socialist programs and be a MUCH wealthier and happier country.

  • Not a doctor, nor am I trying to minimize your experience. But a form of this happens to my daughter all the time. But with her it's diet related. Her blood sugar crashes and she gets dehydrated because she doesn't eat properly. Just throwing it out there, in case it could be something easily solved before jumping to the harder diagnosis.

  • Think of it like a protest. Most protests don't DO anything, but he forced the entire senate to sit and listen to him for 25 hrs rant about how bad things have gotten. I'm sure there was work and stuff they were supposed to vote on that he effectively delayed. But that's all it really was, a record breaking protest.

  • The root folder error for collections. I think I know this one. You need to go into every movie and update the filepath to the use the new root folder. Radarr isn't smart enough to do that automatically for you. Though you'd think they'd have $rootfolder as a var, but no.