mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added DEFAULT_BOARD_ID environment variable setting to all WeKan platforms.
Thanks to xet7 !
This commit is contained in:
parent
922452fe41
commit
a781c0e7dc
9 changed files with 34 additions and 2 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue