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

update to latest ssb-server (again) #20

Closed ahdinosaur closed 5 years ago

ahdinosaur commented 5 years ago

the last update didn't go so well, turns out this is a BREAKING CHANGE and pub owners will need to make some manual changes, i even tried to revert and then i ran into the errors that others have been encountering (https://github.com/ahdinosaur/ssb-pub/issues/13, https://github.com/ahdinosaur/ssb-pub/issues/15)

if anyone wants to help test this pull request (especially verifying my documentation changes are correct and helpful), that'd be rad! :smiley_cat:

for a pub owner to update to the version in this pull request:

  1. build the image manually using this branch
    • git clone https://github.com/ahdinosaur/ssb-pub
    • cd ssb-pub
    • git checkout ssb-server
    • docker build -t ahdinosaur/ssb-pub .
  2. docker stop sbot
  3. docker rm sbot
  4. create ~/ssb-pub-data/config using the documentation in this pull request
  5. re-create ./create-sbot using the documentation in this pull request
  6. ./create-sbot

check things are working with docker logs sbot and ./sbot whoami

:moon:

timjrobinson commented 5 years ago

Thanks for fixing this! This works for me after applying the changes I mentioned.