compute/todo.md
... ...
@@ -8,5 +8,7 @@ Run gollum with --no-edit
8 8
Sync from github from another container, shared volume with https://github.com/bloomberg/python-github-webhook , read-only for gollum
9 9
Set the secret from an env var in ansible, write to file, mount file in container, read file from the webhook main
10 10
createdroplet -t docker -t permanent -t wiki -i centos-7-x64 -r lon1 -n wiki-lon1
11
-Make github-webhook pull whatever it's given down to /repos/\<reponame>. Need deploy keys.
11
+Make github-webhook pull whatever it's given down to /repos/\<reponame>.
12
+Push the github-webhook container to docker hub. github-puller or someshit.
13
+Need deploy keys mounted in the webhook container somewhere.
12 14
Mount /repos in the gollum container and serve the wiki dir in there
... ...
\ No newline at end of file