Alexandru Branza
Alexandru Branza
Sorry for being inactive lately. I've made an announcement [here](https://community.home-assistant.io/t/improving-samsung-tv-control/151922/230?u=jaruba).
https://github.com/jaruba/wcjs-player/issues/34
It's usually the online ide that automatically exposes apps on a subdomain, but not all do.. In lack of that the options can be limited in your scenario.. are you...
You can set a port by using `process.env.PWFRONTPORT`, see here: https://github.com/jaruba/PowderWeb/blob/2f961010f44504b55eb38276a54e9c3390db44cc/server/index.js#L141
But `3000` is already the default port: https://github.com/jaruba/PowderWeb/blob/05e54de482735e7fcb0ef902f65e241c89f85670/server/utils/config.js#L29 Does it need to be `3000`? Try not setting `process.env.PWFRONTPORT` and changing the default port from the `./server/utils/config.js` to something else instead...
Btw, i can't be sure of this, but you should probably try installing the `headless` branch: https://github.com/jaruba/PowderWeb/tree/headless It should work better then the `master` branch for deploying on online servers.
The correct way of using the `headless` branch (at least locally) would be: ``` git clone -b headless https://www.github.com/jaruba/PowderWeb.git cd PowderWeb npm install cd public bower install cd .. npm...
I'm having second thoughts about this feature, because this is meant to be a server, and this feature will only work locally. Might be better to do this on the...
I might drop DLNA support, it's a complex feature and it might be out of scope for this project.
Nope, no auto-updater yet, pre v1.00 it had an auto-updater but there were a lot of issues with it. I should definitely look into newer solutions for it though. There...