Dan Cunningham
Dan Cunningham
Hi @jeepman32 thanks for the offer to help! We have an initial buildout working, and are just cleaning it up into helm charts to start, hopefully we can have something...
basic auth is used for REST calls from the mobile clients and any other API driven clients. I don't know how you are configuring different domains, but there is a...
naming the host 'home' will force basic authentication, see https://github.com/openhab/openhab-cloud/blob/master/app.js#L333 , if you name it something else (http://oh.haupt.xyz:3000 for example) then it will serve the same as using the IP
So the goal is to not allow Google or Apple to see the message?
My thoughts here is that a) using native mobile push notifications implies a trust relationship between the user and either Google or Apple and 2) For those who do not...
@ghys do you have any thoughts on how i can monitor the network "health" of the app? Some javascript method i could poll from the wrapping app, or maybe a...
>@digitaldan sorry for the delay, I did have some thoughts but nothing definitive to make an answer. No worries, i had a feeling there was not going to be an...
This is fixed in #170 , but is not deployed. I think this weekend would be a good time to do so as I'm out of town until then.
Right now we are running on a node:8-alpine docker image, so i have not tried 12 with debian 10. the bcrypt module is not compiling which is the issue ,...
I can not seem to reproduce this, both the website and mobile are working for me >screen is completely empty Can you see if the browser developer console has any...