From b088915af2867787f971b1c3b41a827c5480cf38 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sun, 5 Jul 2026 01:25:03 +0000 Subject: [PATCH] fix: point web client link to chat. not chat. 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