mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-09 15:06:52 +08:00
document that nginx-proxy is not supported
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
f110d3e345
commit
9f88384f12
1 changed files with 11 additions and 1 deletions
|
@ -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
|
### 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
|
#### 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>
|
</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
|
#### Traefik 2
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue