1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-06 15:36:40 +00:00
kopano-docker/konnect/test-helper.sh
Felix Bartels 52d6b18322
Further tweaks for univention app (#264)
* add option to change base path
* fix env name
* add kweb configuration for using konnect in a subpath
* make webapp display configurable
* more explicit startup messages
* add ability to use an external oidc provider
* install the grapi ldap backend in the image when building with a recent enough kopano version
* add the ability to run test in the konnect container
  * the startup script gets more and more complicated, there should be a way to test it
* test some values and add test helper
* do not simply cat the registration, but call with yq
* update kweb and konnect
2019-11-11 10:54:54 +01:00

12 lines
153 B
Bash
Executable File

#!/bin/sh
# add a dummy for the konnectd binary
cat << 'EOF' > /commander/konnectd
#!/bin/sh
echo konnectd $@
EOF
chmod +x /commander/konnectd
exit 0