ahdinosaur / ssb-pub

easily host your own Secure ScuttleButt (SSB) pub in a docker container
http://butt.nz/
GNU Affero General Public License v3.0
158 stars 25 forks source link

DO installer can't upload image #21

Open servingworlds opened 5 years ago

servingworlds commented 5 years ago

cat vyrsebio.jpg | ./sbot blobs.add returns: the input device is not a TTY

Is there a different process in the docker to upload an image to the server?

ahdinosaur commented 5 years ago

hi @servingworlds, i'm not sure how to fix this, but if you want to set your pub's avatar, here's a workaround: on your main ssb identity, set your pub's avatar using Patchwork (or Patchbay, Patchfoo, etc), then re-use the blob identifier to publish a message on your pub with ./sbot publish --about ${YOUR_PUB_ID} --image ${YOUR_NEW_BLOB_ID}. hope that helps :smiley_cat:

ahdinosaur commented 5 years ago

can you try editing your ./sbot script and removing the -t argument, to see if that works?