ssbc / go-ssb-room

Room server implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document shscap option

stevenroose opened this issue · comments

So when installing, I found the shscap option which is called appKey in the code. This led me to assume it's a secret and thus I should change it to another value. Lost without documentation, I just created a random 32-byte base64 key and put it in there.

After debugging for a few weeks, I noticed that my setup works if I remove my shscap option..

So what is the option intended for (other than being juicy) and why does it seem like it needs to be set to 1KHLiKZvAvjbY1ziZEHMXawbCEIM6qwjCDm3VYRan/s= in order to work?

After debugging for a few weeks

😬

So what is the option intended for (other than being juicy) and why does it seem like it needs to be set to 1KHLiKZvAvjbY1ziZEHMXawbCEIM6qwjCDm3VYRan/s= in order to work?

#316 (comment)

Lost without documentation

Yeh, definitely needs some documentation alright.

Hehe, yeah it's been a fun ride. Ok a network key makes sense. I have the room working well now, so thanks.

@decentral1se is this sufficient? #346