Skip to content

Commit 47a88b2

Browse files
ralyodioclaude
andauthored
fix: point web client link to chat.<root> not chat.<full-host> (#78)
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 <noreply@anthropic.com>
1 parent 3a4d7ed commit 47a88b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ Invaders, Pac-Man, Tetris, Snake &amp; Hangman</b>.</p>
271271
<h2>IRC from a desktop client — irssi, HexChat, WeeChat</h2>
272272
<p class="dim">The members' IRC lives at <code>${IRC_DOMAIN}:6697</code> (TLS). Members authenticate with
273273
<b class="dim">SASL PLAIN</b>: <b class="dim">username = your BBS name</b>,
274-
<b class="dim">password = your IRC password</b>. The <a href="https://chat.${DOMAIN}">web client</a>
275-
(chat.${DOMAIN}) is already configured; for a desktop client, set it up once. <b class="dim">irssi:</b></p>
274+
<b class="dim">password = your IRC password</b>. The <a href="https://${CHAT_DOMAIN}">web client</a>
275+
(${CHAT_DOMAIN}) is already configured; for a desktop client, set it up once. <b class="dim">irssi:</b></p>
276276
<pre class="cmds"><b>/network add -sasl_username YOURNAME -sasl_password YOURPASSWORD -sasl_mechanism PLAIN ProfullstackBBS</b>
277277
<b>/server add -tls -tls_verify -network ProfullstackBBS ${IRC_DOMAIN} 6697</b>
278278
<b>/connect ProfullstackBBS</b>

0 commit comments

Comments
 (0)