1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00
Felix Bartels e2251036b3
add kweb config for z-push (#419)
* add kweb config for z-push
* clean out apache bits from z-push container and use kopano_php as the base
* fix commander tests for current php version
* globally define log location for php-fpm error_log
* move port in outer kweb config
* rewrite other spellings of the autodiscover url
* fix port in startup test
* force plain output to buildkit
* reorder z-push dockerfile
2020-07-21 12:48:33 +02:00
..
2020-07-21 12:48:33 +02:00
2020-03-10 15:30:03 +01:00
2020-07-21 12:48:33 +02:00
2019-10-22 15:00:31 +02:00

Kopano PHP image

Common base image for php based Kopano containers.

Configuration through environment variables

Any additional configuration should be done through environment variables and not done in the actual container. The images working with configuration files (e.g. kopano_core, kopano_webapp, kopano_meet) have a mechanism built in to translate env variables into configuration files. For services that can directly work with env variables (e.g. kopano_konnect, ´kopano_kwmserver´) these can be specified directly. Please check the individual README.md files for further instructions.

Examples of env variables:

KCCONF_WEBAPP_CLIENT_TIMEOUT=3600
^      ^      ^              ^
|      |      |              |
General prefix|              |
       |      |              |
       Special value to signal the change should go into config.php belonging to WebApp
              |              |
              Name of the configuration option in the configuration file
                             |
                             Value of the configuration option

KCCONF_WEBAPPPLUGIN_MDM_PLUGIN_MDM_USER_DEFAULT_ENABLE_MDM=true
^      ^            ^   ^                                  ^
|      |            |   |                                  |
General prefix      |   |                                  | 
       |            |   |                                  |
       Special value to signal the change should go into config-$identifier.php (located in /etc/kopano/webapp)
                    |   |                                  |
                    Identifier for the configuration file (config-$identifier.php)
                    |                                      |
                    Name of the configuration option in the configuration file
                                                           |
                                                           Value of the configuration option