opt-in publicWebHosting
if you haven't heard, there's been a change to ssb-viewer
so publicWebHosting
became opt-in rather than opt-out.
before the change, by default your content is rendered by ssb-viewer
, unless you set publicWebHosting
to false
.
after the change, by default your content is not rendered by ssb-viewer
, unless you set publicWebHosting
to true
.
in practice, this means most links to viewer.scuttlebot.io only show a series of "User has not chosen to be hosted publicly".
for example, the latest post by the @butt_summarizer: %RZJJlUnBimjjlgUJ2tSa2xVA24n4nVcFJRONZk4uUmk=.sha256
or @dominic's free listening manifesto: %V2rZOt+nuTrS/89OquyPSgBBRjkJAf81Stq/sg2Fmtk=.sha256.
i bring this up because it affects our scuttlebutt.nz documentation, which links to a bunch of posts using the viewer, to show the project as a living being. i also tried to share some interesting content to potential butts on the outside and none of them had public content. i'm happy if you don't want your content to be public, but i have a feeling not many people were aware of the change to ssb-viewer
how to change your publicWebHosting
to change you public web hosting, you have to write an about
message with a publicWebHosting
field.
using sbot
(to install sbot
, first install node with nvm
, then run npm install -g scuttlebot
)
sbot publish --type about --about "@your.public.id.here" --publicWebHosting