@askexenow/exe-os 0.9.285 → 0.9.287
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/deploy/compose/docker-compose.yml +4 -4
- package/deploy/stack-manifests/v0.9.json +1 -1
- package/dist/bin/exe-doctor.js +1 -1
- package/dist/bin/exe-support.js +1 -1
- package/dist/bin/stack-update.js +2 -2
- package/dist/bin/vps-health-gate.js +1 -1
- package/dist/chunk-ASL5PHCT.js +1934 -0
- package/dist/chunk-JUVZX5J5.js +369 -0
- package/dist/chunk-MOTE4CFR.js +14219 -0
- package/dist/chunk-XLF5F55U.js +230 -0
- package/dist/chunk-ZKM6XX4N.js +1076 -0
- package/dist/hooks/manifest.json +3 -3
- package/dist/hooks/prompt-submit.js +1 -1
- package/dist/hooks/session-start.js +1 -1
- package/dist/mcp/register-tools.js +3 -3
- package/dist/mcp/server.js +3 -3
- package/dist/stack-update-45SNTDZ6.js +76 -0
- package/dist/support-outbox-P3RIIA4L.js +503 -0
- package/package.json +1 -1
- package/release-notes.json +67 -67
|
@@ -714,12 +714,12 @@ services:
|
|
|
714
714
|
- ./erp-nginx/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
|
715
715
|
- erp_sites:/home/frappe/frappe-bench/sites:ro
|
|
716
716
|
ports:
|
|
717
|
-
- "127.0.0.1:${
|
|
717
|
+
- "127.0.0.1:${ERP_API_PORT:-8069}:80"
|
|
718
718
|
networks:
|
|
719
719
|
backend:
|
|
720
|
-
ipv4_address: 10.42.0.
|
|
720
|
+
ipv4_address: 10.42.0.32
|
|
721
721
|
frontend:
|
|
722
|
-
ipv4_address: 10.43.0.
|
|
722
|
+
ipv4_address: 10.43.0.32
|
|
723
723
|
healthcheck:
|
|
724
724
|
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:80/"]
|
|
725
725
|
interval: 30s
|
|
@@ -883,7 +883,7 @@ services:
|
|
|
883
883
|
- "127.0.0.1:${AUTH_PORT:-3300}:80"
|
|
884
884
|
networks:
|
|
885
885
|
frontend:
|
|
886
|
-
ipv4_address: 10.
|
|
886
|
+
ipv4_address: 10.43.0.35
|
|
887
887
|
depends_on:
|
|
888
888
|
exe-db:
|
|
889
889
|
condition: service_healthy
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
"description": "Knowledge Base & Documentation"
|
|
1374
1374
|
},
|
|
1375
1375
|
"erp": {
|
|
1376
|
-
"image": "update.askexe.com/askexe/exe-erp:v0.2.
|
|
1376
|
+
"image": "update.askexe.com/askexe/exe-erp:v0.2.1@sha256:2d55a7c30bc6c5240b516de00e75e7384d0e6ec2580691e31cf3cb32ec012b4e",
|
|
1377
1377
|
"env": "ERP_IMAGE_TAG",
|
|
1378
1378
|
"composeService": "exe-erp",
|
|
1379
1379
|
"healthUrl": "http://127.0.0.1:8069/api/method/ping",
|
package/dist/bin/exe-doctor.js
CHANGED
package/dist/bin/exe-support.js
CHANGED
package/dist/bin/stack-update.js
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
runStackUpdate,
|
|
18
18
|
saveServiceSelection,
|
|
19
19
|
verifyManifestImagesAvailable
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-ASL5PHCT.js";
|
|
21
21
|
import {
|
|
22
22
|
runVerifyStack
|
|
23
23
|
} from "../chunk-IRHNV4GY.js";
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
import {
|
|
28
28
|
logResult,
|
|
29
29
|
runHealthGate
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-XLF5F55U.js";
|
|
31
31
|
import "../chunk-YMKUXZIG.js";
|
|
32
32
|
import "../chunk-T3B5RK4H.js";
|
|
33
33
|
import "../chunk-LYH5HE24.js";
|