mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 13:15:16 +01:00
parent
0ad73ee0c0
commit
21e2eabd60
13 changed files with 551 additions and 71 deletions
|
|
@ -15,6 +15,11 @@ 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 "AWS S3 for files:"
|
||||
echo -e "\t$ snap set $NAP_NAME s3='{\"s3\":{\"key\": \"xxx\", \"secret\": \"xxx\", \"bucket\": \"xxx\", \"region\": \"eu-west-1\"}}'"
|
||||
echo -e "Disable S3:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME s3"
|
||||
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\files'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue