mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
* refactor ssl generation make ssl certificate names match container names add dns names to certificates * add example to run meet and its dependencies together with an existing kopano * update webapp example * remove port numbers from ssl cert as these could have been specified in a demo environment * set default values for HTTP, HTTPS and EMAIL fail if FQDN is unset make smtp and kopano-server ports configurable * add hint about 2015 to setup.sh * also add new defaults to webapp compose * add example for standalone core as well
9 lines
183 B
Bash
9 lines
183 B
Bash
FQDN=kopano.demo:2015
|
|
FQDNCLEANED=kopano-demo
|
|
INSECURE=yes
|
|
TZ=Europe/Berlin
|
|
HTTP=10080
|
|
HTTPS=10443
|
|
|
|
# TODO add reverse proxy example, make sure that requests go through reverse proxy
|