From e2811992d9333c1fbfea83e6104014c989369303 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 16 May 2024 18:43:39 +0200 Subject: [PATCH] Update README.md --- examples/nextcloud/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/nextcloud/README.md b/examples/nextcloud/README.md index 8f35362..9c63b06 100644 --- a/examples/nextcloud/README.md +++ b/examples/nextcloud/README.md @@ -1,5 +1,6 @@ # References +- https://github.com/nextcloud/docker - https://hub.docker.com/r/linuxserver/nextcloud # Notes @@ -9,10 +10,16 @@ If you plan on using a reverse proxy, you will have to define your domain or sub The relevant nextcloud configuration file to define this is located at: ```` +# linuxserver image //config/www/nextcloud/config/config.php + +# official nextcloud image +//nextcloud/app/config/ ```` -Adjust the PHP file and put in your subdomains as trusted. Something like this: +Adjust the PHP file and put in your subdomains as well as trusted proxy IPs. + +Something like this: ````