From d24b01e91f8604cdb93b203d3a9269783b960f87 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Tue, 30 Jun 2026 15:00:46 +0000 Subject: [PATCH] Fix IRC web-client link on hub page to use CHAT_DOMAIN The desktop-IRC section hardcoded chat.${DOMAIN}, which renders as chat.bbs.profullstack.com instead of the actual Lounge host chat.profullstack.com (chat.). Use ${CHAT_DOMAIN} to match the Caddy route and default. Co-Authored-By: Claude Opus 4.8 --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 9c2eb55..dced752 100755 --- a/setup.sh +++ b/setup.sh @@ -271,8 +271,8 @@ Invaders, Pac-Man, Tetris, Snake & Hangman.

IRC from a desktop client — irssi, HexChat, WeeChat

The members' IRC lives at ${IRC_DOMAIN}:6697 (TLS). Members authenticate with SASL PLAIN: username = your BBS name, -password = your IRC password. The web client -(chat.${DOMAIN}) is already configured; for a desktop client, set it up once. irssi:

+password = your IRC password. The web client +(${CHAT_DOMAIN}) is already configured; for a desktop client, set it up once. irssi:

/network add -sasl_username YOURNAME -sasl_password YOURPASSWORD -sasl_mechanism PLAIN ProfullstackBBS
 /server add -tls -tls_verify -network ProfullstackBBS ${IRC_DOMAIN} 6697
 /connect ProfullstackBBS