1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-25 07:05:38 +00:00

Ease use of Owncloud Phoenix (#286)

* add tweak to serve phoenix from /files
* auto enable oidc
* simplify setup by adding root directly to kweb
* add some descriptions for overriding kweb configuration
* add some configuration and clean up
This commit is contained in:
Felix Bartels
2019-11-13 15:31:18 +01:00
committed by GitHub
parent df6268e24f
commit f94373903b
7 changed files with 28 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
echo "Configuring OIDC for kopano-docker"
set -x
occ app:enable openidconnect
true