# colour-webhook **Repository Path**: mirrors_colour-science/colour-webhook ## Basic Information - **Project Name**: colour-webhook - **Description**: Various "webhook" resources for use with https://www.colour-science.org. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Colour - Webhook ================ Introduction ------------ Various `webhook `__ resources for use with `colour-science.org `__. Installation ------------ Pull ~~~~ .. code-block:: bash $ docker pull colourscience/colour-webhook Run ~~~ .. code-block:: bash $ docker run -d --restart always \ --name=colour-webhook \ -e GITHUB_WEBHOOK_SECRET=$GITHUB_WEBHOOK_SECRET \ -p 9010:9000 \ -v /hooks:/etc/colour-webhook/hooks \ -v /commands:/etc/colour-webhook/commands \ -v /colour-science.org:/mnt/colour-science.org \ colourscience/colour-webhook:latest \ -verbose \ -hotreload \ -hooks=/etc/colour-webhook/hooks/hooks.json Development ----------- .. code-block:: bash $ conda create -y -n python-colour-webhook $ source activate python-colour-webhook $ conda install -y -c conda-forge colour-science $ conda install invoke requests Code of Conduct --------------- The *Code of Conduct*, adapted from the `Contributor Covenant 1.4 `__, is available on the `Code of Conduct `__ page. Contact & Social ---------------- The *Colour Developers* can be reached via different means: - `Email `__ - `Discourse `__ - `Facebook `__ - `Gitter `__ - `Twitter `__ About ----- | **Colour - Webhook** by Colour Developers | Copyright © 2018-2021 – Colour Developers – `colour-developers@colour-science.org `__ | This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause | `https://github.com/colour-science/colour-webhook `__