I am trying to setup a NextCloud server on my Linux machine that I am running a VPN on.
The way I am going about it is that:
I made a DDNS account on deSEC and got a domain for that, installed it using ddclient and checked it with ping and it’s up and running.
Now the problem happens when i try to enter this domain in the setup page of NextCloud.
I get this error:
Domain does not point to this server or the reverse proxy is not configured correctly. See the mastercontainer logs for more details. (‘sudo docker logs -f nextcloud-aio-mastercontainer’) If you should be using Cloudflare, make sure to disable the Cloudflare Proxy feature as it might block the domain validation. Same for any other firewall or service that blocks unencrypted access on port 443.
Also attached in the image:
Now how can I overcome this error and get to the next page successfully?
Info that might help:
- I am using Debian.
- And the NextCloud will be installed on my main computer that has a running VPN on it that I don’t want to disconnect.
