mirror of
https://github.com/temetro/temetro.git
synced 2026-07-26 11:58:14 +00:00
01dbc07e92
The default http://localhost:8080 silently failed for clinics that joined the network without setting RELAY_URL — inside Docker localhost is the container itself, so the hub connection never reached the relay (endless "relay unreachable" retries) and pairing QRs encoded an unreachable localhost. Default to https://network.temetro.com so "Join Temetro Network" works out of the box; self-hosters running their own relay still override it. Also (re)ensure the hub is connected before pre-registering a pairing. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
172 B
JSON
12 lines
172 B
JSON
{
|
|
"name": "temetro",
|
|
"version": "0.8.2",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"shadcn": "^4.11.0"
|
|
},
|
|
"dependencies": {
|
|
"xcodebuildmcp": "^2.6.2"
|
|
}
|
|
}
|