Results 152 comments of AndreKR

> Im wondering if making a "new" websocket node in nodered right now is borked from the recent updates. Compare an old one to a new one in your flows.json.

Oh, so this got implemented? 😮 Shall we close the issue?

> Still considering, effort for a feature i generally disable under Linux and other hosts. Then what do you even use mc for? I generally use it to navigate to...

Here's an idea that should be quick(er) to implement: There is already a working command prompt if you have it enabled (Options > Layout > Command prompt). Maybe when it's...

@et Since it's a docker image, you can just map the port to whatever you like when running the container, change `-p 127.0.0.1::4444` to `-p 127.0.0.1:9515:4444` in your `docker run`....

The [docker syntax](https://docs.docker.com/engine/reference/run/) to set an environment variable is `-e "CHROMEDRIVER_PORT=9515"`. The [docker-compose.yml](https://docs.docker.com/compose/compose-file/) syntax to map a port is: ``` ports: - "127.0.0.1:9515:4444" ``` The [docker-compose.yml](https://docs.docker.com/compose/compose-file/) syntax to set an...

@baranator I also have a Heltec Wireless Stick that I would like to use with LoRaWAN. Do you have a project that I can copy as a starting point?

~Is this the issue that tracks the development of this option?~ ![image](https://github.com/FlowFuse/node-red-dashboard/assets/1188538/c9f63514-ada8-493a-8e9f-1eb9e59aff02) ~It seems related, but not identical. This issue specifically asks about using `/` while I'm more interested in...

@rcarmo It's a whole different thing but FYI I'm currently using ThingsBoard for dashboards because it does have the ability to serve multiple dashboards from one instance. I'd love to...

@rcarmo I'm not affiliated with ThingsBoard in any way, I don't even particularly like it (setting up the rule engine is rather complicated and the available dashboard controls are rather...