]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/CGI_method_to_pullrefresh.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / doc / todo / CGI_method_to_pullrefresh.mdwn
1 [[!meta title="CGI method to pull/refresh"]]
2
3 In some situations, it makes sense to have the repository in use by ikiwiki reside on a different machine. In that case, one could juggle SSH keys for the `post-update` hook. A better way may be to provide a different `do` parameter handler for the CGI, which would pull new commits to the working clone and refresh the wiki. Then, the remote `post-update` hook could just `wget` that URL. To prevent simple DoS attacks, one might assign a simple password.
4
5 [[!tag wishlist]]
6
7 > [[done]] via the pinger and pingee plugins --[[Joey]]