From a7886d699e766fb0efb6f5d5db3f6ba390183b40 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Mar 2008 17:36:09 -0400 Subject: web commit by http://madduck.net/ --- doc/todo/CGI_method_to_pullrefresh.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/CGI_method_to_pullrefresh.mdwn (limited to 'doc') diff --git a/doc/todo/CGI_method_to_pullrefresh.mdwn b/doc/todo/CGI_method_to_pullrefresh.mdwn new file mode 100644 index 000000000..89b7491c0 --- /dev/null +++ b/doc/todo/CGI_method_to_pullrefresh.mdwn @@ -0,0 +1,5 @@ +[[!meta title="CGI method to pull/refresh"]] + +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. + +[[tag wishlist]] -- cgit v1.2.3