From d165733242eee22a1a2bb4e2bf451fa96857ef18 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 22 Aug 2018 22:19:06 +0300 Subject: - Add webhooks-attributes to Snap and Docker. Thanks to xet7 ! --- snap-src/bin/wekan-help | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'snap-src/bin/wekan-help') diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index 2cd0f037..76a27183 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -47,6 +47,12 @@ echo -e "\t$ snap set $SNAP_NAME TRUSTED_URL='https://example.com'" echo -e "\t-Disable the Trusted URL of Wekan:" echo -e "\t$ snap set $SNAP_NAME TRUSTED_URL=''" echo -e "\n" +echo -e "What to send to Outgoing Webhook, or leave out. Example, that includes all that are default: cardId,listId,oldListId,boardId,comment,user,card,commentId ." +echo -e "To enable the Webhooks Attributes of Wekan:" +echo -e "\t$ snap set $SNAP_NAME WEBHOOKS_ATTRIBUTES='cardId,listId,oldListId,boardId,comment,user,card,commentId'" +echo -e "\t-Disable the Webhooks Attributest of Wekan to send all default ones:" +echo -e "\t$ snap set $SNAP_NAME WEBHOOKS_ATTRIBUTES=''" +echo -e "\n" # parse config file for supported settings keys echo -e "wekan supports settings keys" echo -e "values can be changed by calling\n$ snap set $SNAP_NAME =''" -- cgit v1.2.3-1-g7c22