An open API service indexing awesome lists of open source software.

https://github.com/colour-science/colour-webhook

Various "webhook" resources for use with https://www.colour-science.org.
https://github.com/colour-science/colour-webhook

color color-science color-space color-spaces colorspace colorspaces colour colour-science colour-space colour-spaces colourspace colourspaces docker webhook website

Last synced: 8 months ago
JSON representation

Various "webhook" resources for use with https://www.colour-science.org.

Awesome Lists containing this project

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 `__