RemoteControl for Kodi Server. This frontend must be used with the Websocket/UDP gateway
npm install
npm run serve
npm run build
docker build . --build-arg VUE_APP_KODI="ws://kodi-rc.home:10000" --file Dockerfile-client -t kodi-remotecontrol-client
docker run -d -p 8080:8080 --name=kodirc_client kodi-remotecontrol-client --restart=always
This project is available under the MIT license.