Echo Controller Server

This is a simple server that connects the Echo app (through the Remote Control Extension) to the Echo Controller

default server is at wss://ws.rebelonion.dev/ws

Installation via Docker

port forward 443 to 443

docker run -d --name echo-controller-server -p 443:443 echo-controller-server

Installation via Docker Compose

as simple as

docker-compose up --build -d