mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-24 22:55:36 +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:
@@ -0,0 +1 @@
|
||||
# This is for the moment only for testing purposes
|
||||
@@ -0,0 +1,10 @@
|
||||
version: "3.5"
|
||||
services:
|
||||
web:
|
||||
volumes:
|
||||
- ./calendar/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
|
||||
@@ -0,0 +1 @@
|
||||
staticpwa /calendar /usr/share/kopano-calendar/calendar-webapp
|
||||
Reference in New Issue
Block a user