arcayne
@arcayne@lemmy.today
- Comment on Has anyone bought from Save My Server before? 3 days ago:
Yeah they’re fine. TechMikeNY usually has better deals though, at least in my experience. Have bought from them several times both for work and homelab, no complaints.
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 5 days ago:
I’ve tried them all. CachyOS is the best by a mile, IMHO. Been daily driving on my RTX 4080 rig (and my Lenovo laptop) for almost 2yrs. Haven’t found a game I can’t run.
- Comment on I am attempting to get into self hosting after a shockingly frightening experience. I am very lost though. 2 weeks ago:
I’d recommend setting your sights on the 3-2-1 rule. 3 copies of your data, 2 different mediums, 1 off-site. Hetzner Storage Box is a good cheap offsite option.
- Comment on Immich mobile app sync V2 4 weeks ago:
Yeah serverpartdeals is legit. Between work and home, I think I’ve tested & deployed 150+ drives from them over the last 3yrs. No duds, no failures, no complaints. Great customer service on the corp side for big orders, too. 10/10 would recommend.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 4 weeks ago:
Move over, bud. That’s my hill to die on, too.
- Comment on Ansible sounds interesting 4 months ago:
I’d recommend using OpenTofu (Terraform) for initial provisioning of VMs and then use Ansible for post-provisioning config & management. That way you’re letting both tools play to their strengths.
- Comment on How do you document your Homelab? 5 months ago:
Did you mean Netbox?
- Comment on Setting Up a Self-Hosted GitHub runner for CI/CD 8 months ago:
Well, yeah, thats why I’m saying if the action isn’t available directly from Forgejo, just write out the full action URL like the example in my last comment and pull it directly from GitHub. Most/all of the actions you’re pulling from Forgejo are originally forked from GitHub anyway. ¯\(ツ)/¯
- Comment on Setting Up a Self-Hosted GitHub runner for CI/CD 8 months ago:
With both Gitea and Forgejo, sometimes you need to hardcode the action URL, like:
https://github.com/actions/setup-java@v4