mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
List of Variables That are Passed to hook.sh? #566
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!