diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2019-03-22 23:17:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-22 23:17:59 -0700 |
| commit | b3d4567c020b8a3ddaa172ce394e36166d802660 (patch) | |
| tree | 0e09c5482f24edd7640f885d5c82fce41fc89877 | |
| parent | 54ab7d02d5fcadee6ee11b27c3b654804f4686de (diff) | |
Update README.md
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |
