summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-08-10 00:48:05 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-08-10 00:48:05 -0400
commitc569565ec09b1d4d45d1870701995221ec785aea (patch)
treebf261e6e257efad3370f14b366e38c89d18e3496 /snap-src/bin/wekan-help
parent13a13e8eca67eea4bc8a44dad8a0de52035154ba (diff)
downloadwekan-c569565ec09b1d4d45d1870701995221ec785aea.tar.gz
wekan-c569565ec09b1d4d45d1870701995221ec785aea.tar.bz2
wekan-c569565ec09b1d4d45d1870701995221ec785aea.zip
Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem attachment while reading
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help6
1 files changed, 6 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index c662bf7e..5c405e1f 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -81,6 +81,12 @@ echo -e "\t$ snap set $SNAP_NAME image-compress-ratio='80'"
echo -e "Disabled:"
echo -e "\t$ snap set $SNAP_NAME image-compress-ratio=''"
echo -e "\n"
+echo -e "Allow to set attachment upload into specified server location https://github.com/wekan/wekan/pull/2603"
+echo -e "Example:"
+echo -e "\t$ snap set $SNAP_NAME attachments-store-path='/tmp/attachments'"
+echo -e "Disabled:"
+echo -e "\t$ snap set $SNAP_NAME attachments-store-path=''"
+echo -e "\n"
echo -e "BIGEVENTS DUE ETC NOTIFICATIONS https://github.com/wekan/wekan/pull/2541"
echo -e "Big events pattern: Notify always due etc regardless of notification settings. Default: due, All: received|start|due|end, Disabled: NONE"
echo -e "Default:"