doc(): variables to fecth scripts from git repository

This commit is contained in:
Nicolas Carlier 2020-03-25 16:49:27 +00:00
parent d96be9cd8d
commit c92e2ff773

View File

@ -28,6 +28,16 @@
# Scripts location, default is "scripts"
#WHD_SCRIPTS="scripts"
# GIT repository that contains scripts
# Note: this is only used by the Docker image or by using the Docker entrypoint script
# Example: `git@github.com:ncarlier/webhookd.git`
#WHD_SCRIPTS_GIT_URL=
# GIT SSH private key used to clone the repository
# Note: this is only used by the Docker image or by using the Docker entrypoint script
# Example: `/etc/webhookd/github_deploy_key.pem`
#WHD_SCRIPTS_GIT_KEY=
# Trust store URI, disabled by default
# Enable HTTP signature verification if set.
# Example: `/etc/webhookd/pubkey.pem`