1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-18 13:26:24 +00:00
kopano-docker/web/README.md
Felix Bartels a7f0d298ad
make it possible to redirect to another url, than /webapp (#221)
* make it possible to redirect to another url, than /webapp
* add documentation
* define default value in container
* add value to .env through setup.sh
2019-08-22 16:57:31 +02:00

17 lines
975 B
Markdown

# Kopano Web image
[![](https://images.microbadger.com/badges/image/zokradonh/kopano_web.svg)](https://microbadger.com/images/zokradonh/kopano_web "Microbadger size/labels") [![](https://images.microbadger.com/badges/version/zokradonh/kopano_web.svg)](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:
```
# 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`.