Philip Poten

Results 9 comments of Philip Poten

> Adding an attribute something like `executable` is outside the scope of this project Out of morbid curiosity, and since I'm currently implementing JSON inside this comment field so we...

I'm currently having the "that's way too fast" issue too, but with a single bulb. I want that "very slow change over time" effect that professional mood lighting has, i.e....

> I would not recommend to use port 8080 on public domain, because some client could have problem to connect, using SSL (with let's encrypt) is better. That's why I...

> I wondering why do you need haproxy in front of nginx? Because it's the central loadbalancer for all my projects, websites and apis alike. > What a benefit you...

Nevermind, I was just trying to point out that the example config is unexpectedly opinionated :) I have my reasons for my setup (all domains are on one ip, seperation...

Not to be a nag, but https://github.com/kurdin/console-remote-server/commit/bcc1730acf3fab436e89631883095a4c58e27cfd#diff-b7a041c6d181d81dfa72eda8d8c80e89625d0df3270437ef4f82f6462dcf34b4R43 will also need a /socket.io I think? At least it does in my setup. Sorry I forgot to mention it earlier.

location /socket.io { proxy_pass http://consoleServerBackend/socket.io; otherwise the backend receives only the urlpart after /socket.io

> I don't have `x-consolere` header on my console.re setup, need to double check that on other server. I had to add it because Chrome balked without it in a...

> OK, this seems to be due to an easyname change: They now either require 2FA or a security code sent via email when logging in. I think the provider...