summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorguillaume <guillaume.cassou@supinfo.com>2018-11-22 18:00:21 +0100
committerguillaume <guillaume.cassou@supinfo.com>2018-11-22 18:00:21 +0100
commitf23448be3340c56f6fae85b19a52aecf55e4753b (patch)
tree0acea2f3c2286322c13a429c43baf5081b781326 /Dockerfile
parenta27c16e434f413fe23279b2656b77649c4f202a9 (diff)
downloadwekan-f23448be3340c56f6fae85b19a52aecf55e4753b.tar.gz
wekan-f23448be3340c56f6fae85b19a52aecf55e4753b.tar.bz2
wekan-f23448be3340c56f6fae85b19a52aecf55e4753b.zip
revert changes for patch authentication
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f9b71521..96749eb0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -65,6 +65,10 @@ ARG LDAP_SYNC_USER_DATA
ARG LDAP_SYNC_USER_DATA_FIELDMAP
ARG LDAP_SYNC_GROUP_ROLES
ARG LDAP_DEFAULT_DOMAIN
+ARG LOGOUT_WITH_TIMER
+ARG LOGOUT_IN
+ARG LOGOUT_ON_HOURS
+ARG LOGOUT_ON_MINUTES
# Set the environment variables (defaults where required)
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
@@ -133,6 +137,10 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
LDAP_SYNC_USER_DATA_FIELDMAP="" \
LDAP_SYNC_GROUP_ROLES="" \
LDAP_DEFAULT_DOMAIN=""
+ LOGOUT_WITH_TIMER="false" \
+ LOGOUT_IN="" \
+ LOGOUT_ON_HOURS="" \
+ LOGOUT_ON_MINUTES=""
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app