compute/todo.md
... ...
@@ -7,4 +7,6 @@ Filter everything except GET at haproxy with the appropriate acl
7 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
-createdroplet -t docker -t permanent -i centos-7-x64 -r lon1 -n docker-lon1
... ...
\ No newline at end of file
0
+createdroplet -t docker -t permanent -t wiki -i centos-7-x64 -r lon1 -n wiki-lon1
1
+Make github-webhook pull whatever it's given down to /repos/\<reponame>
2
+Mount /repos in the gollum container and serve the wiki dir in there
... ...
\ No newline at end of file