Skip to content

Fix web client link: chat.<root> not chat.<full-host>#78

Merged
ralyodio merged 1 commit into
mainfrom
worktree-fix-chat-web-client-url
Jul 5, 2026
Merged

Fix web client link: chat.<root> not chat.<full-host>#78
ralyodio merged 1 commit into
mainfrom
worktree-fix-chat-web-client-url

Conversation

@ralyodio

@ralyodio ralyodio commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Problem

On bbs.profullstack.com, the setup help page linked the web client to https://chat.bbs.profullstack.com/. That host is never served — the Caddy route for The Lounge web IRC client is fronted at ${CHAT_DOMAIN} (default chat.${DOMAIN#*.} = chat.profullstack.com).

Cause

setup.sh hardcoded chat.${DOMAIN} in the help HTML (both the href and the visible label), where ${DOMAIN} is the full BBS host (bbs.profullstack.com).

Fix

Use ${CHAT_DOMAIN} in the help text so the link and label match the host the Caddy route actually serves (setup.sh:37,727).

🤖 Generated with Claude Code

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>
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

vu1nz Security Review

0 finding(s) in PR #?

No security issues found.

@ralyodio ralyodio marked this pull request as ready for review July 5, 2026 01:27
@ralyodio ralyodio merged commit 47a88b2 into main Jul 5, 2026
5 checks passed
@ralyodio ralyodio deleted the worktree-fix-chat-web-client-url branch July 5, 2026 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant