mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-24 22:55:36 +00:00
Make this project work with ID4ME (DenicID) (#127)
* update konnect to 0.21.0 * add example configuration
This commit is contained in:
@@ -21,6 +21,11 @@ if [ "$allow_client_guests" = "yes" ]; then
|
||||
set -- "$@" "--allow-client-guests"
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
if [ "$allow_dynamic_client_registration" = "yes" ]; then
|
||||
set -- "$@" "--allow-dynamic-client-registration"
|
||||
fi
|
||||
|
||||
dockerize \
|
||||
-wait file:///kopano/ssl/konnectd-tokens-signing-key.pem \
|
||||
-wait file:///kopano/ssl/konnectd-encryption.key \
|
||||
|
||||
Reference in New Issue
Block a user