mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +00:00
* fixes for setup-tools.sh fixes https://github.com/zokradonh/kopano-docker/issues/266 * add startup tests for meet demo * add architecture to contributing file * define ical_listen for kopano-ical * precreate database if it does not yet exist * fix spelling
18 lines
980 B
Markdown
18 lines
980 B
Markdown
# Kopano Web image
|
|
|
|
[](https://microbadger.com/images/zokradonh/kopano_web "Microbadger size/labels") [](https://microbadger.com/images/zokradonh/kopano_web "Microbadger version")
|
|
|
|
Reverse Proxy to securely and with as less configuration effort as possible expose Kopano to the public internet.
|
|
|
|
In its default configuration this container will redirect requests to the root of the domain (so for example when opening https://kopano.demo/ in a browser) to https://kopano.demo/webapp. To redirect to a different path the environment variable `DEFAULTREDIRECT` needs to be configured.
|
|
|
|
Example:
|
|
|
|
```bash
|
|
# the following value needs to be added to .env
|
|
DEFAULTREDIRECT=/meet
|
|
```
|
|
|
|
## Information needed when not running your own reverse proxy
|
|
|
|
The `kopano_webapp` container is accessible on port 9080 and serves the WebApp on `/webapp`. |