webhook/internal
Ian Roberts bb8be5ed9a feat: allow override of template delims
When you want to use "source":"template" arguments inside your hook file but also parse the hook file itself as a template, it is necessary use different delimiters on the two template parsers to avoid having to pepper all the inner templates with constructs like {{"{{"}}.  Added an extra command line argument -template-delims that expects a comma-separated pair of delimiters like '[[,]]' that will be used when parsing the whole hooks file template.  Inner templates in an Argument always use the default double-brace style.
2024-10-27 20:58:48 +00:00
..
hook feat: allow override of template delims 2024-10-27 20:58:48 +00:00
middleware chore: fix some comments (#690) 2024-05-26 20:11:05 +02:00
pidfile Tighten file permissions on pidfile creation 2020-05-28 18:23:02 -05:00