When running bonob outside of sonos network ability to register with sonos using remote bonob

This commit is contained in:
simojenki
2021-08-06 18:12:55 +10:00
parent 22b8bf76d2
commit 27dc933ee0
8 changed files with 95 additions and 40 deletions

View File

@@ -46,9 +46,10 @@
"xpath-ts": "^1.3.13"
},
"scripts": {
"clean": "rm -Rf build",
"build": "tsc",
"dev": "BONOB_PORT=4000 nodemon ./src/app.ts",
"test": "jest",
"client-test": "ts-node tests/bonob_client.ts"
"dev": "BONOB_PORT=4000 BONOB_URL=http://$(hostname):4000 BONOB_SONOS_SERVICE_NAME=bonobDev BONOB_SONOS_DEVICE_DISCOVERY=false BONOB_SONOS_AUTO_REGISTER=false nodemon ./src/app.ts",
"register-dev": "ts-node ./src/register.ts http://$(hostname):4000",
"test": "jest"
}
}