Final integration of public IRC chat for Arynwood.com. I explored several methods and landed on a clean, stable solution with OFTC WebChat.
Add a fully functional public IRC chat embed to arynwood.com/chat, free of cost and hosted via Netlify.
<iframe src="https://kiwiirc.com/nextclient/#irc.libera.chat/#arynwood" />
Resulted in double nested window and connection failure due to unknown iframe issues.
Large repo size due to bot folders and binary files. Used `git filter-repo` to remove them and fixed index lock. Push succeeded after cleanup.
Deploying self-hosted IRC client worked locally but failed due to Fly VM stability issues and permission errors.
Used the OFTC webchat generator. Embed works flawlessly with no server hosting required.
<iframe src="https://webchat.oftc.net/?channels=arynwood&uio=MTE9MjY3cc" width="647" height="400"></iframe>
Signed,
Lorelei Noble