mirror of
https://github.com/profullstack/agentbbs.git
synced 2026-08-13 22:37:28 +00:00
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>
This commit is contained in:
parent
3a4d7ed8d8
commit
47a88b2fc5
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
|
@ -271,8 +271,8 @@ Invaders, Pac-Man, Tetris, Snake & Hangman</b>.</p>
|
||||||
<h2>IRC from a desktop client — irssi, HexChat, WeeChat</h2>
|
<h2>IRC from a desktop client — irssi, HexChat, WeeChat</h2>
|
||||||
<p class="dim">The members' IRC lives at <code>${IRC_DOMAIN}:6697</code> (TLS). Members authenticate with
|
<p class="dim">The members' IRC lives at <code>${IRC_DOMAIN}:6697</code> (TLS). Members authenticate with
|
||||||
<b class="dim">SASL PLAIN</b>: <b class="dim">username = your BBS name</b>,
|
<b class="dim">SASL PLAIN</b>: <b class="dim">username = your BBS name</b>,
|
||||||
<b class="dim">password = your IRC password</b>. The <a href="https://chat.${DOMAIN}">web client</a>
|
<b class="dim">password = your IRC password</b>. The <a href="https://${CHAT_DOMAIN}">web client</a>
|
||||||
(chat.${DOMAIN}) is already configured; for a desktop client, set it up once. <b class="dim">irssi:</b></p>
|
(${CHAT_DOMAIN}) is already configured; for a desktop client, set it up once. <b class="dim">irssi:</b></p>
|
||||||
<pre class="cmds"><b>/network add -sasl_username YOURNAME -sasl_password YOURPASSWORD -sasl_mechanism PLAIN ProfullstackBBS</b>
|
<pre class="cmds"><b>/network add -sasl_username YOURNAME -sasl_password YOURPASSWORD -sasl_mechanism PLAIN ProfullstackBBS</b>
|
||||||
<b>/server add -tls -tls_verify -network ProfullstackBBS ${IRC_DOMAIN} 6697</b>
|
<b>/server add -tls -tls_verify -network ProfullstackBBS ${IRC_DOMAIN} 6697</b>
|
||||||
<b>/connect ProfullstackBBS</b>
|
<b>/connect ProfullstackBBS</b>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue