Various webhook resources for use with colour-science.org.
$ docker pull colourscience/colour-webhook$ 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$ conda create -y -n python-colour-webhook
$ source activate python-colour-webhook
$ conda install -y -c conda-forge colour-science
$ conda install invoke requestsThe Code of Conduct, adapted from the Contributor Covenant 1.4, is available on the Code of Conduct page.
The Colour Developers can be reached via different means:
Colour - Webhook by Colour Developers
Copyright © 2018-2021 – Colour Developers – [email protected]
This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause