One login: pod/IRC/news/Tor in the hub + single-login onboarding#12
Closed
ralyodio wants to merge 1 commit into
Closed
One login: pod/IRC/news/Tor in the hub + single-login onboarding#12ralyodio wants to merge 1 commit into
ralyodio wants to merge 1 commit into
Conversation
The join@ output and hub previously pushed members to ssh into separate servers (ssh pod@, ssh irc@, ssh news@, ssh tor@). Members now reach everything from one `ssh <name>@bbs.profullstack.com` login: - hub: new SessionApp entries (Pod, IRC, News, Tor shell) run as terminal-takeover features via tea.Exec, then return to the menu. Gated by membership/email-verification/plan; shown locked otherwise. - main: build the session apps in teaHandler; extract runIRC/runNews so the irc@/news@ routes and the hub share one path. The old pod@/irc@/ news@/tor@ routes stay as aliases (handy for bots). - onboarding: rewrite the "You're in" and Founding-Member copy to present ONE login and stop advertising separate servers. - email: member mailboxes move to mail.profullstack.com (apex reserved for corporate mail); webmail shown at https://mail.profullstack.com. - username: harden the default handle to a safe /home/<name> token. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Members can now reach everything from one
ssh <name>@bbs.profullstack.comlogin instead of SSHing into separate servers (ssh pod@,ssh irc@,ssh news@,ssh tor@).Hub (
internal/hub)SessionAppentries — Pod, IRC, News, Tor shell — run as terminal-takeover features viatea.Exec, then return to the menu.Onboarding & routing (
cmd/agentbbs/main.go)teaHandlerbuilds the session apps;runIRC/runNewsextracted so theirc@/news@routes and the hub share one path.pod@/irc@/news@/tor@routes stay as aliases (handy for bots/agents).join@"You're in" + Founding-Member copy to present one login and stop advertising separate servers.mail.profullstack.com(apexprofullstack.comreserved for corporate mail); webmail shown athttps://mail.profullstack.com./home/<name>token (raw SSH fingerprints can contain+//).Verification
Built and tested with Go 1.26 in an isolated git worktree:
go build ./...clean,gofmtclean, hub/auth/store tests pass.🤖 Generated with Claude Code