document possibilities for nginx-proxy

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-06 17:12:19 +02:00
Родитель ed646c5cde
Коммит 0b0d872c05
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -68,7 +68,13 @@ Of course SSL needs to be set up as well e.g. by using certbot and your domain m
<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.
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 variables does not work as stated above.
If you really want to use AIO, we recommend you to switch to caddy. It is simply amazing!<br>
Of course understandable if that is not possible for you.
Apart from that, there is this idea: https://github.com/nextcloud/all-in-one/issues/557<br>
Pull requests are very welcome!
</details>