summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorRomulus Urakagi Tsai <urakagi@gmail.com>2019-08-12 01:43:21 +0000
committerRomulus Urakagi Tsai <urakagi@gmail.com>2019-08-12 01:43:21 +0000
commitefdab37f3faeb125a9b8d31969762932bbbc0c4b (patch)
tree5fdb667b151819325e340a23c7250bd2bb638137 /snap-src/bin/wekan-help
parent4f4e0a21f80019048aad6b7a679899c048cb3865 (diff)
parentdb1cf5bb64f10317742361637d239f08bec141b8 (diff)
downloadwekan-efdab37f3faeb125a9b8d31969762932bbbc0c4b.tar.gz
wekan-efdab37f3faeb125a9b8d31969762932bbbc0c4b.tar.bz2
wekan-efdab37f3faeb125a9b8d31969762932bbbc0c4b.zip
Merge branch 'master' of https://github.com/wekan/wekan
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..479aefdf 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. Create that directory first. https://github.com/wekan/wekan/pull/2603"
+echo -e "Example:"
+echo -e "\t$ snap set $SNAP_NAME attachments-store-path='/var/snap/wekan/common/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:"