document that nginx-proxy is not supported

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-06 01:01:17 +02:00
parent f110d3e345
commit 9f88384f12

View file

@ -12,7 +12,7 @@ In order to run Nextcloud behind a reverse proxy, you need to specify the port t
### 1. Add this to your reverse proxy config
**Please note:** Since the Apache container gets spawned by the mastercontainer, there is **NO** way to provide custom docker labels for the Apache container. So please do not attempt to do this because you will fail!
**Please note:** Since the Apache container gets spawned by the mastercontainer, there is **NO** way to provide custom docker labels or custom environmental variables for the Apache container. So please do not attempt to do this because you will fail!
#### Caddy
@ -61,6 +61,16 @@ Of course SSL needs to be set up as well e.g. by using certbot and your domain m
</details>
#### Nginx-Proxy
<details>
<summary>click here to expand</summary>
Unfortunately it is not possible to configure nginx-proxy in a way that works because it completely relies on environmental variables of the docker containers itself. Providing these does not work as stated above.
</details>
#### Traefik 2
<details>