Live data from Hacker News

My Homelab AI Dev Platform

rsgm.dev

41–50 of 69 posts

Re: My Homelab AI Dev Platform

#42
post #14

Very cool, we're doing similar except we let agents open PRs as well + we track release metadata and agentic sessions via our ReARM system + we've recently launched an option for agents to track helm-based deployments via ReARM - https://docs.rearmhq.com/workflows/devops.html

I didn't mention this part, but while writing this I realized I could easily add a skill to hit the Forgejo PR API. There's no forgejo CLI like there is with GitHub sadly.

I just use the tea CLI. There is pretty good compatibility between tea and forgejo. The only place I’ve found it to be incomplete is forgejo’s actions api was missing some endpoints.

Re: My Homelab AI Dev Platform

#43
post #38

Some times I feel like a lot of people in tech independently go through the same things right around the same time with few people writing/sharing about it. I am also creating this and enjoyed the post and comments all going through the same thing :)

I have created this in 3 different ways, also with e2b.dev (great service). And yeah, that is my problem - I spend 99% of time hacking cool stuff, 1% yapping about it. Should do more yapping.

Depressingly in todays attention economy, you absolutely should! It'll be good for you directly. At least one upside is it can help others too I suppose, I just get sad when I think about how important attention is now

Re: My Homelab AI Dev Platform

#44
post #40

Any idea as of why this domain is blocked by quad9 resolvers? I am unable to open the website because Quad9 filters the domain: dig @9.9.9.9 rsgm.dev NS ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; EDE: 17 (Filtered)

If I had to guess, it's because the registration is brand new (about 8 hours old), created at 2026-06-15 14:01:25 UTC.

Re: My Homelab AI Dev Platform

#47

> I set up OpenCode Web UI with Git access to make my homelab easier to manage. OpenCode pushes to Git, I approve the PRs, GitOps deploys the changes. Best of all, OpenCode runs as a server with persistent coding sessions synced across devices. > I’ll share my homelab setup soon. There are about a dozen docker compose stacks for the services that I manage. That is probably neat, but before I read, how many thousands…

0? OpenCode is just a harness, it can connect to any model hosted online.

> ... hosted online.

Oh, so not that kind of Home Lab.

Re: My Homelab AI Dev Platform

#48
Nice! I am still looking for the best AI integration for my setup. Currently I don't have any interaction between Forgejo and my coding agent. I experimented with a Forgejo Actions runner, but the problem that I had was there's not a great way to manage the context there: you get what's in the issue or PR, but it gets muddy once you have multiple rounds and/or discussion moves from the issue to the PR.

Re: My Homelab AI Dev Platform

#49
post #20
post #18

Earlier quoted context omitted.

What _IS_ Arcane? I fail to understand from their website https://getarcane.app/ Is it a deployment automation platform where it can run a project’s docker services, with rollback and all?

so, the project is pretty much vibe coded, including the docs. It makes a lot more sense if you play around with it. It's just a docker host management UI, I like using it. It has gitops built in and a nice container log view. It doesn't do rollbacks, it only seems to sync from git and run compose up.

Is it analogous to portainer with a git-pull-compose-apply loop?

Re: My Homelab AI Dev Platform

#50
post #40

Any idea as of why this domain is blocked by quad9 resolvers? I am unable to open the website because Quad9 filters the domain: dig @9.9.9.9 rsgm.dev NS ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; EDE: 17 (Filtered)

It's on a malware list: https://quad9.net/result/?url=rsgm.dev#domain-tester
Post reply on HN