aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2019-03-22 23:17:59 -0700
committerGitHub <noreply@github.com>2019-03-22 23:17:59 -0700
commitb3d4567c020b8a3ddaa172ce394e36166d802660 (patch)
tree0e09c5482f24edd7640f885d5c82fce41fc89877
parent54ab7d02d5fcadee6ee11b27c3b654804f4686de (diff)
Update README.md
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 815fd09..516a73a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,16 @@
# wsgi-bitbucket-mirror
Braindead web hook to mirror bitbucket repositories
+#--------------------------------------------------------------------------- bbpost-hook.wsgi
+# simeple hook to mirror bitbucket repo.
+# NOTE: Assumes web user has ssh key basedrepo access.
+# hacked from pre-json sample bitbucket webhookhook.
+# (c) 2019 Suspect Devices
+# assuming that you put this code in /var/www/wsgi/
+# Add the following to your apache configuratino
+#
+# WSGIScriptAlias /bitbucket-mirror /var/www/wsgi/bbpost-hook.wsgi
+# <Directory /var/www/wsgi>
+# WSGIApplicationGroup %{GLOBAL}
+# Require all granted
+# </Directory>
+# then add https://yourservername/bitbuvcket-mirror to your bitbucket repos webhooks.