From 47a88b2fc572f4809c978c1185e574c15d13bca1 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 4 Jul 2026 18:27:29 -0700 Subject: [PATCH] fix: point web client link to chat. not chat. (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The setup help page hardcoded chat.${DOMAIN}, producing chat.bbs.profullstack.com — a host the Caddy route never serves. The The Lounge web IRC client is fronted at ${CHAT_DOMAIN} (chat.${DOMAIN#*.} = chat.profullstack.com). Use ${CHAT_DOMAIN} so the "web client" link and label match the actual host. 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 5f4c04c..05775fd 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