I’ve setup a private openhab cloud instance on my computer to be able to develop on openhab cloud and better understand how openhab cloud work internally.
My setup is working ok, and I can now access openhab cloud using https://myopenhab.mydomain.net.
My instance show online in openhab cloud.
Nginx is also setup as frontend on this computer, and handle request ok.
What I try to achieve now is make the redirection to openhab instance work as well (the one you trigger poiting to https://home.myopenhab.mydomain.net).
But I don’t undestand how top setup this.
In the sample config file nginx_openhabcloud-production.conf, there is a dedicated section for home.myopenhab.org
I haven’t checked again, but as far as I remember the server configuration in the thread is the one I’m currently running. So you should be able to get the system running
I think I find how to fix my setup.
There seems to be a “proxyHost” configuration that need to be add to the config.json in system section.
Something like “proxyHost”: “home.myopenhab.mydomain.net”.
Thanks a lot, it is now working correctly.
Mainly missing the proxyHost directive in my configuration files.
And also a little configuration issue on my redirection because my instance of openhab-cloud is running inside a WSL container.