mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
- Add webhooks-attributes to Snap and Docker.
Thanks to xet7 !
This commit is contained in:
parent
a91f0b5c3b
commit
d165733242
4 changed files with 17 additions and 2 deletions
|
|
@ -60,6 +60,9 @@ services:
|
|||
- BROWSER_POLICY_ENABLED=true
|
||||
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
|
||||
- TRUSTED_URL=''
|
||||
# What to send to Outgoing Webhook, or leave out. Example, that includes all that are default: cardId,listId,oldListId,boardId,comment,user,card,commentId .
|
||||
# example: WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId
|
||||
- WEBHOOKS_ATTRIBUTES=''
|
||||
depends_on:
|
||||
- wekandb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue