stack: drop env-driven filehost, switch panel to ValwareIRC webpanel#5
Conversation
…d-webpanel-2
FILEHOST_URL was a vestige of the obbyircd container's pre-runtime
filehost render. obbyircd now expects an operator-edited filehosts {}
block in obbyircd.conf, so the env var has no consumer. Dropped from
.env.example and replaced the comment with a pointer to the conf block.
Panel image: obbyworld/webpanel:0.1.0 was the legacy panel. Repointed at
ghcr.io/valwareirc/unrealircd-webpanel-2:latest (modern Go+React rewrite,
multi-arch). Source: ValwareIRC/unrealircd-webpanel-2.
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR updates container image references and environment variable documentation. The ChangesConfiguration and Image Reference Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
FILEHOST_URL was a vestige of the obbyircd container's pre-runtime
filehost render. obbyircd now expects an operator-edited filehosts {}
block in obbyircd.conf, so the env var has no consumer. Dropped from
.env.example and replaced the comment with a pointer to the conf block.
Panel image: obbyworld/webpanel:0.1.0 was the legacy panel. Repointed at
ghcr.io/valwareirc/unrealircd-webpanel-2:latest (modern Go+React rewrite,
multi-arch). Source: ValwareIRC/unrealircd-webpanel-2.
Summary by CodeRabbit
Documentation
Chores