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.
A+ SSL Grade achieved!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This is awesome! Thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit