Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
- Nextcloud Server version:
Latest Docker AIO
- Operating system and version
Ubuntu 24.04
- Running behind
- a pfSense, with HA proxy, this HA handles the certificates for my other hosted services. (auto renew etc..)
I’ve got a NC instance running for years now, using the Hansson IT ovf template on my esxi server. This works like a charm, however updating this one is rather complicated.
So I’m trying to build my own docker instance of NC using the AIO.
I’ve put in quite some time a while ago in an attempt to get this running, but without succes, and now a new effort, but failing in every attempt.
I am able to build an more or less working AIO instance, but I have 2 issues which I cannot resolve:
-Domain validation, can’t get it to work, unless I disable it in the docker compose. My dns is hosted at cloudflare, but I am not using any tunnels or reverse proxy’s from them. Purely DNS. My cloud.domain.tld is a cname for home.domain.tld. This setup is identical to the working instance from Hansson IT.
-After successfully building an instance (with disabled validation), using cloud. mydomain.tld, I always get redirected to the setup pages when I try to login. (and telling me to stop the apache container), but that doesn’t work.
I think both of the above are a result of a bad configured reverse proxy. I have read many manuals/howto’s, but I’m confused in the terminology and which file to change where. I can’t seem to find a scenario in which the reverse proxy is running on a pfSense.
I don’t want to mess around with my HA config on my pfsense because this works. Preferably, I want to add a frontend redirect and create a new backend. Only by using the GUI of pfsense
. Also, the certificates for my running instances are handled by pfsense, I preferably would like it to keep this way, and not do this on the AIO instance.
I’ve changed a lot of things in the default docker compose yml which I pulled from github, but none of them seem to do the trick. I also cannot find a specific scenario which suits my environment, so I cannot compare this.
What am I missing and where ?
