Originally created by @jeffsani on GitHub (Jan 31, 2022).
I seem to be missing the docs location of the list of variables that are passed to the hook script for challenge, clean, and cert operations. Can someone point me in the right direction?
Thanks,
Jeff
Originally created by @jeffsani on GitHub (Jan 31, 2022).
I seem to be missing the docs location of the list of variables that are passed to the hook script for challenge, clean, and cert operations. Can someone point me in the right direction?
Thanks,
Jeff
As for environment variables available, I don't know of a specific doc without reading the source code.
@jobe1986 commented on GitHub (Jan 31, 2022):
All the individual parameters passed to each hook script call are listed in https://github.com/dehydrated-io/dehydrated/blob/master/docs/examples/hook.sh
As for environment variables available, I don't know of a specific doc without reading the source code.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jeffsani on GitHub (Jan 31, 2022).
I seem to be missing the docs location of the list of variables that are passed to the hook script for challenge, clean, and cert operations. Can someone point me in the right direction?
Thanks,
Jeff
@jobe1986 commented on GitHub (Jan 31, 2022):
All the individual parameters passed to each hook script call are listed in https://github.com/dehydrated-io/dehydrated/blob/master/docs/examples/hook.sh
As for environment variables available, I don't know of a specific doc without reading the source code.
@jeffsani commented on GitHub (Jan 31, 2022):
This was exactly what I was looking for - thanks!