Felix Lo
Felix Lo
https://github.com/openhab/openhab-cloud/issues/326
I found the culprit. Please review this line and possible replace it with X-Forward-Host in routes/index.js line 380. This line may cause issue if the openhabcloud's serving port is not...
https://github.com/openhab/openhab-cloud/pull/331
At first, I felt loss where to set the Persistence Configuration. Ended up I had to configure one default at System Services/Persistence and then Others to make it works. I...
I believe the code is broken or not explained properly. I traced the code. The only place to redirect to 307 happens on route/index.ejs which will not be called at...
BEWARE... there are many places are hardcoded to use home.YourDomain.com ... if you change the prefix to something else then you will need to search the code and change it....
OK, i guess it is just creating a new role called "editor" and apply role annotation. Let me know if requirement is necessary for your case, otherwise i will make...
@lolodomo what i I mean is let’s say the network outage is more than 24 hrs though the local oh instance is still running. Upon network is resumed, the data...
I have similar requirement. After digging into MainUI's code, IOS/Androud do not have jsinterface to pass credentials into MainUI to perform login. For my case, I prefer using API Token...
@digitaldan please take a look and comment . Tq