arcayne
@arcayne@lemmy.today
- Comment on Immich mobile app sync V2 1 week 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? 1 week 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? 4 months ago:
Did you mean Netbox?
- Comment on Setting Up a Self-Hosted GitHub runner for CI/CD 7 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 7 months ago:
With both Gitea and Forgejo, sometimes you need to hardcode the action URL, like:
https://github.com/actions/setup-java@v4