|
@@ -60,6 +60,12 @@ echo -e "\t$ snap set $SNAP_NAME with-api='true'"
|
|
|
echo -e "\t-Disable the API:"
|
|
|
echo -e "\t$ snap unset $SNAP_NAME with-api"
|
|
|
echo -e "\n"
|
|
|
+echo -e "After OIDC login, add users automatically to this default board ID. https://github.com/wekan/wekan/pull/5098"
|
|
|
+echo -e "To enable the default board ID of wekan:"
|
|
|
+echo -e "\t$ snap set $SNAP_NAME default-board-id='abdc1234'"
|
|
|
+echo -e "\t-Disable the default board ID:"
|
|
|
+echo -e "\t$ snap unset $SNAP_NAME default-board-id"
|
|
|
+echo -e "\n"
|
|
|
echo -e "Email: https://github.com/wekan/wekan/wiki/Troubleshooting-Mail"
|
|
|
echo -e "mail-url:"
|
|
|
echo -e "\t$ snap set $SNAP_NAME mail-url='smtp://username:password@email-smtp.eu-west-1.amazonaws.com:587?tls={ciphers:\"SSLv3\"}&secureConnection=false'"
|