@av-pi-studio/server 0.0.12 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -182,7 +182,7 @@ All optional.
|
|
|
182
182
|
| `PI_STUDIO_SERVICE_PROXY_LISTEN` | _(unset)_ | Service-proxy listen address |
|
|
183
183
|
| `PI_STUDIO_SERVICE_PROXY_PUBLIC_BASE_URL` | _(unset)_ | Public base URL advertised for proxied services |
|
|
184
184
|
| `PI_STUDIO_SERVICE_PROXY_ENABLED` | _(unset)_ | Enable the service proxy (`1`/`true`/`yes`/`on`) |
|
|
185
|
-
| `PI_STUDIO_APP_BASE_URL` | `https://app.
|
|
185
|
+
| `PI_STUDIO_APP_BASE_URL` | `https://app.molagent.ai` | Pairing link origin (`daemon pair`) — set to your own web-client URL for self-hosted/local pairing |
|
|
186
186
|
|
|
187
187
|
> Literal IP addresses always pass the Host allowlist, so binding `0.0.0.0` and connecting via the
|
|
188
188
|
> server's IP needs no extra config. To reach the daemon by **hostname**, add it to
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@av-pi-studio/server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"clean": "rm -rf dist *.tsbuildinfo"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@av-pi-studio/highlight": "^0.0.
|
|
26
|
-
"@av-pi-studio/protocol": "^0.0.
|
|
27
|
-
"@av-pi-studio/relay": "^0.0.
|
|
25
|
+
"@av-pi-studio/highlight": "^0.0.14",
|
|
26
|
+
"@av-pi-studio/protocol": "^0.0.14",
|
|
27
|
+
"@av-pi-studio/relay": "^0.0.14",
|
|
28
28
|
"@earendil-works/pi-coding-agent": "^0.79.4",
|
|
29
29
|
"@xterm/headless": "^6.0.0",
|
|
30
30
|
"bcryptjs": "^3.0.3",
|