MCPcopy Index your code
hub / github.com/donuts-are-good/shhhbb

github.com/donuts-are-good/shhhbb @v0.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.2 ↗ · + Follow
26 symbols 54 edges 1 files 0 documented · 0% updated 16mo agov0.1.2 · 2023-03-31★ 1695 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

image

shhhbb

ed25519 based BBS & chat over SSH

donuts-are-good's followers donuts-are-good's stars donuts-are-good's visitors

demo video link

try it: ssh -p 2223 shhhbb.com

instructions: 1. create a directory called ./keys 2. generate an ed25519 keypair in there without password ssh-keygen -t ed25519 -C "my cool keypair" 3. launch with ./shhhbb 2223 where 2223 is the port

connect with ssh -o "ForwardAgent=no" -o "IdentitiesOnly=yes" -p 2223 shhhbb.com where shhhbb.com is your domain or ip

Core symbols most depended-on inside this repo

disconnect
called by 2
main.go
initSqliteDB
called by 1
main.go
initBoardSchema
called by 1
main.go
addDiscussion
called by 1
main.go
addReply
called by 1
main.go
listDiscussions
called by 1
main.go
listReplies
called by 1
main.go
addToCache
called by 1
main.go

Shape

Function 23
Struct 3

Languages

Go100%

Modules by API surface

main.go26 symbols

For agents

$ claude mcp add shhhbb \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page