Hello,
i’ve running a nextcloud on docker behind nginx proxy manager since years. Now, i would like to share files between an other nextcloud. But the remote user got an error.
I’ve read most of the help topic’s and thr official documentation. But i didn’t found a solution.
The Basics
Nextcloud Server version (e.g., 29.x.x):
30.0.4.1
Operating system and version (e.g., Ubuntu 24.04):
official Docker Image running on debian 12
Reverse proxy and version _(e.g. nginx 1.27.2)
nginx proxy manager: v2.12.1
Is this the first time you’ve seen this error? (Yes / No):
Yes
Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
you choose to ignore the template so it’s hard say if the error is expected.
the expected format would be userid@cloud.mydomain.tld
It was hard for me to imagine federated users can’t create file in another instance (as this instance doesn’t have any knowledge about quota and access rights). so I made a test and in fact the remote user can create a file. The experience is little different and might be related to you issue - local user is offered with templates dialog and can choose to create blank text or one from template… the remote user goes straight to a blank one (but there is slight delay which might be cause by templates checking)
Thanks.
Did you know, how i can change my federation-cloud-id from <username>@http://<subdomain>.<mydomain>.<tld> to <username>@<subdomain>.<mydomain>.<tld>?
Dear wwe,
thanks a lot. Your Post 101: reverse proxy is greate.
The first point of my Poblem is solved!
Solution:
Trusted Proxies: Define the IP addresses or hostnames of your reverse proxy servers in config.php for security reasons (only trusted endpoints can inject information about accessing device).
Overwrite Parameters: If Nextcloud doesn’t automatically detect hostname, protocol, or webroot path,
use overwritehost and overwriteprotocol options in config.php
Now i have to try the “Template not found” problem. But i close this issue because your hint was successful.
Thanks