Wiki
Move to gollum Filter everything except GET at haproxy with the appropriate acl Run gollum with –no-edit Sync from github from another container, shared volume with https://github.com/bloomberg/python-github-webhook , read-only for gollum Set the secret from an env var in ansible, write to file, mount file in container, read file from the webhook main createdroplet -t permanent -t wiki -i centos-7-x64 -r lon1 -n wiki-lon1 Make github-webhook pull whatever it's given down to /repos/<reponame>. Push the github-webhook container to docker hub. github-puller or someshit. Need deploy keys mounted in the webhook container somewhere. Gollum-in-docker here https://github.com/gollum/gollum/wiki/Gollum-via-Docker Mount /repos/<wiki> as /wiki in the gollum container and serve the wiki dir in there.
flask six