Added DEFAULT_BOARD_ID environment variable setting to all WeKan platforms.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-08-23 06:27:06 +03:00
parent 922452fe41
commit a781c0e7dc
9 changed files with 34 additions and 2 deletions

View file

@ -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'"