RE: Announcing BeyondBoinc.Net - A Steemit backed blog (Glasnost v0.8)

You are viewing a single comment's thread from:

Announcing BeyondBoinc.Net - A Steemit backed blog (Glasnost v0.8)

in gridcoin •  8 years ago  (edited)

Lessons learned:

  • Setup bash files for launching the docker file, specifying "-d" sets it as a deamon.

  • The GLASNOST_CONFIG_URL must be changed prior to starting the docker container:

    docker run -d -it -p 8081:80 -e "GLASNOST_CONFIG_URL=https://github.com/grctest/glasnost/blob/master/config.ini" --restart on-failure:10 ontofractal/glasnost:latest

  • When you launch docker, or reset the docker container the steem blog needs initially configured - this is insecure and will change in the future. So grab the admin key, save it and progress to the next step.

    • On the up-side, if your docker container does reset and someone grabs the admin key you can reset the container, and they cannot specify an alternative config to the one specified when launching the docker container (so you cannot 'take-over' a blog).
  • The config URL you need to enter is your equivalent of "https://github.com/grctest/glasnost/blob/master/config.ini"

  • If whitelist/blacklist fields have "" it will select 'all', so if blacklist has "" it will blacklist all posts by that user!

  • Currently some images are served over HTTP, resulting in an SSL warning.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

A+ SSL Grade achieved!

SSL

This is awesome! Thanks!