mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Fixes (#283)
* make readme of owncloud more clear * clarify setup.sh * make user23 an admin by default * remove hard depenency on reg * add completed message * set more attributes on startup Signed-off-by: Felix Bartels <felix@host-consultants.de> * use cn instead of uid * add config for owncloud phoenix ui and openid plugin * add override for experimental feature endpoint * import kweb-calendar.cfg * experimental endpoint is yes/no * grapi also needs the ability to run insecure * grapi needs to resolve the domain, therefore needs to be in the web network
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
staticpwa /calendar /usr/share/kopano-calendar/calendar-webapp
|
||||
root /var/www/
|
||||
@@ -0,0 +1,10 @@
|
||||
version: "3.5"
|
||||
services:
|
||||
web:
|
||||
volumes:
|
||||
- ./web/kweb-calendar.cfg:/etc/kweb-extras/kweb-calendar.cfg
|
||||
- ./kopano-calendar-0.20.0/:/usr/share/kopano-calendar/
|
||||
- ./kopano-calendar-0.20.0/config.json.in:/var/www/api/config/v1/kopano/calendar/config.json
|
||||
kopano_grapi:
|
||||
environment:
|
||||
- KCCONF_GRAPI_ENABLE_EXPERIMENTAL_ENDPOINTS=yes
|
||||
@@ -220,4 +220,6 @@
|
||||
try_duration 30s
|
||||
}
|
||||
folderish /owncloud
|
||||
|
||||
import /etc/kweb-extras/*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user