-
Hey there! I need help getting my Nextcloud AIO setup running with an reverse proxy and prefabricated SSL/TSL certificates. I'm currently trying to set up NC AIO on my Ubuntu machine running docker engine. I have a domain pointing to my device (using DNS Exit, link) with ports 80 TCP/UDP, 443 TCP/UDP, 3478 TCP/UDP and 8443 TCP open. My current machine is staging for a "production" (university) environment, where I'll need to use the provided SSL/TSL certificates and where the instance won't be natively reachable from the outside. In order to use the certificates for my domain, I set up a reverse proxy Caddy container and instructed it to use the certificates for my "testing" domain, which I've downloaded from the DNS Exit SSL feature. The AIO Interface is reachable without problems, however I can't create new instances. The UI returns:
My compose file looks like this:
And my Caddyfile like this:
When I now add:
But after I start the instance setup through the AIO interface, I get errors:
The
and:
Even though it semms to be possible to use Nextcloud on a surface level despite these errors, collabora unfortunately does not work. The
The
Can you help me to configure my setup correctly so that I can omit |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
are you sure that you need: NEXTCLOUD_TRUSTED_CACERTS_DIR=${PWD}/certs/issuer? |
Beta Was this translation helpful? Give feedback.
-
Hey, I can now initialize instances that seem to be working correctly (Collabora etc. included), however I still get traffic errors from caddy: E.g., these directly after instance initialization:
Or these when accessing the domain with a logged in browser:
My Caddyfile hasn't changed (besides the domain). It doesn't seem to affect usability in any way, but doesn't seem right to me either. Is this a known Issue? How can I further investigate the relevant traffic? |
Beta Was this translation helpful? Give feedback.
I fear I cannot reproduce your issue so it is most likely something you need to fix in your networking infrastructure.
For further help on this you could open an issue at https://help.nextcloud.com