#HAOS - Nextcloud through Cloudflared
1 messages · Page 1 of 1 (latest)
Let me test
Nothing is happening unfortunately, the strange thing is that I cannot even reach home.mydomain.com:8099 to see the web ui, only localhost:8099
The Cloudflared URL has no custom ports. It is always 443.
The home subdomain is forwarded to the HA instance, the cloud one to Nextcloud.
You can check in the Cloudflare DNS web portal, if the DNS entries have been created. And it might need some time for them to propagate.
@still violet I continue receivng a bad gateway error, at least this time reported by Cloudflare
- hostname: cloud.xxxx.com
service: https://db2xxxf-nextcloud-ocr:8099
direct public IP:8099 is working
I opened the port on my router for testing purposes in case cloudflared doesn't work
That is wrong. The hostname has to be the one of Nextcloud and its port.
Is it a valid https connection? I guess it should be http
let me give it another shot
Meaning with a trusted SSL certificate.
Which CURL can I paste in terminal to see
I changed to http and still gateway error
- hostname: cloud.xxx.com
service: http://dbxxxd7f-nextcloud-ocr:8099
Then try the IP number you use for direct access.
Internal or external?
Alright
It works!!
That did the trick
external_hostname: home.xxx.com
additional_hosts:
- hostname: cloud.xxx.com
service: https://192.168.178.50:8099