mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 23:44:06 +01:00
- Add option DEBUG=true for docker-compose.yml/Snap/Source.
Thanks to xet7 !
This commit is contained in:
parent
9edf95ec93
commit
8e02170dd1
6 changed files with 26 additions and 3 deletions
|
|
@ -100,6 +100,12 @@ echo -e "\t$ snap set $SNAP_NAME OAUTH2_TOKEN_ENDPOINT='/oauth/token'"
|
|||
echo -e "\t-Disable the OAuth2 Token Endpoint of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME OAUTH2_TOKEN_ENDPOINT=''"
|
||||
echo -e "\n"
|
||||
echo -e "Debug OIDC OAuth2 etc."
|
||||
echo -e "To enable the Debug of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME DEBUG='true'"
|
||||
echo -e "\t-Disable the Debug of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME DEBUG='false'"
|
||||
echo -e "\n"
|
||||
echo -e "Ldap Enable."
|
||||
echo -e "To enable the ldap of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME LDAP_ENABLE='true'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue