Skip to content

Commit

Permalink
Docs for Snap WRITABLE_PATH.
Browse files Browse the repository at this point in the history
Thanks to xet7 !
  • Loading branch information
xet7 committed Mar 11, 2022
1 parent 9f807c5 commit 01a91f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snap-src/bin/wekan-help
Expand Up @@ -15,6 +15,12 @@ echo -e "\t$ snap set $SNAP_NAME debug='true'"
echo -e "\t-Disable the Debug of Wekan:"
echo -e "\t$ snap unset $SNAP_NAME debug"
echo -e "\n"
echo -e "Writable path. Snap can not write outside of /var/snap/wekan/common sandbox directory."
echo -e "Default:"
echo -e "\t$ snap set $SNAP_NAME writable-path='\$SNAP_COMMON\uploads'"
echo -e "\t-To set different path, usually not needed:"
echo -e "\t$ snap set $SNAP_NAME writable-path='\$SNAP_COMMON\uploads2'"
echo -e "\n"
echo -e "Mongo log destimation: devnull/snapcommon/syslog. Default: 'devnull'"
echo -e "To set different mongo log destination of Wekan:"
echo -e "\t$ snap set $SNAP_NAME mongo-log-destination='snapcommon'"
Expand Down

0 comments on commit 01a91f3

Please sign in to comment.