From 89edf121761ba4507382dbec4f00b1b31da55e99 Mon Sep 17 00:00:00 2001 From: April King Date: Tue, 16 Jul 2019 16:20:54 -0500 Subject: Add beta support for Traefik --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dc8f9c7..eb1c127 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ There are two places that need to be updated in order to add support for a new p All of the templates are written in [Handlebars.js](https://handlebarsjs.com/), and so therefore support all of its standard features. This includes `if`/`else`/`unless` conditionals and `each` loops, for example. In addition, the configuration generator supports the following helpers: -- `includes(item, stringOrArray`) - `true` if `stringOrArray` contains `item` +- `eq(item, value)` - `true` if `item` equals `value` +- `includes(item, stringOrArray)` - `true` if `stringOrArray` contains `item` - `join(array, joiner)` - split a array into a string based on `joiner` - `{{{join output.ciphers ":"}}}` - `last(array)` - returns the last item in the array -- cgit v1.2.3