summaryrefslogtreecommitdiffstats
path: root/releases/virtualbox/start-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-03 16:32:05 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-03 16:32:05 +0200
commit30fe263bfea34431aa2d3bedc904e61f92bdeff5 (patch)
tree675d8b562601a6bfb5234625f02752a5f72a0ba4 /releases/virtualbox/start-wekan.sh
parent51cf57025dbd63001c8cdcdaf198c7eb4c49c354 (diff)
parent40367995e739ab96cad82d3806b46874d5260c5f (diff)
downloadwekan-30fe263bfea34431aa2d3bedc904e61f92bdeff5.tar.gz
wekan-30fe263bfea34431aa2d3bedc904e61f92bdeff5.tar.bz2
wekan-30fe263bfea34431aa2d3bedc904e61f92bdeff5.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'releases/virtualbox/start-wekan.sh')
-rwxr-xr-xreleases/virtualbox/start-wekan.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh
index 388e3066..2aec8004 100755
--- a/releases/virtualbox/start-wekan.sh
+++ b/releases/virtualbox/start-wekan.sh
@@ -22,6 +22,9 @@
# If you disable Wekan API, Export Board does not work.
export WITH_API='true'
#---------------------------------------------
+ # CORS: Set Access-Control-Allow-Origin header. Example: *
+ #- CORS=*
+ #---------------------------------------------
## Optional: Integration with Matomo https://matomo.org that is installed to your server
## The address of the server where Matomo is hosted:
##export MATOMO_ADDRESS=https://example.com/matomo
@@ -187,6 +190,17 @@
# LDAP_DEFAULT_DOMAIN : The default domain of the ldap it is used to create email if the field is not map correctly with the LDAP_SYNC_USER_DATA_FIELDMAP
# example :
#export LDAP_DEFAULT_DOMAIN=
+ # LOGOUT_WITH_TIMER : Enables or not the option logout with timer
+ # example : LOGOUT_WITH_TIMER=true
+ #- LOGOUT_WITH_TIMER=
+ # LOGOUT_IN : The number of days
+ # example : LOGOUT_IN=1
+ #- LOGOUT_IN=
+ #- LOGOUT_ON_HOURS=
+ # LOGOUT_ON_MINUTES : The number of minutes
+ # example : LOGOUT_ON_MINUTES=55
+ #- LOGOUT_ON_MINUTES=
+
node main.js & >> ~/repos/wekan.log
cd ~/repos
#done