9e099569e4b9e8df19ed5f4701ca6af34711a838
compute/todo.md
| ... | ... | @@ -1,12 +1,21 @@ |
| 1 | 1 | <!-- TITLE: Todo --> |
| 2 | 2 | <!-- SUBTITLE: Needs done --> |
| 3 | 3 | |
| 4 | +### uids |
|
| 5 | +puller 2000 |
|
| 6 | +certbot 2001 |
|
| 7 | +haproxy 2002 |
|
| 8 | +wiki 2003 |
|
| 9 | + |
|
| 4 | 10 | ### github puller |
| 5 | 11 | Create /var/run/repos , owner/group 2000, mod 755 |
| 6 | 12 | Push the github-webhook container to docker hub. github-webhook-pull-master or someshit. |
| 7 | 13 | Deploy priv key mounted at /etc/id_github_deploy - get contents from ansible env |
| 8 | 14 | docker run --mount type=bind,source=/etc/id_github_deploy,target=/etc/id_github_deploy --mount type=bind,source=/var/run/repos,target=/repos -p 80:8000 --user 2000:2000 8df9557df0da & |
| 9 | 15 | |
| 16 | +### certbot |
|
| 17 | +Run manually once with a creates directive via docker, mounting /etc/letsencrypt |
|
| 18 | + |
|
| 10 | 19 | ### Wiki |
| 11 | 20 | Move to gollum |
| 12 | 21 | Filter everything except GET at haproxy with the appropriate acl |