@connectai/selfhost
Advanced tools
@@ -99,3 +99,3 @@ # ConnectAI self-host stack — IMAGE-BASED variant (no source clone). | ||
| # via the loop-svc command override below). | ||
| image: ghcr.io/connectai-os/connectai-app:${CONNECTAI_IMAGE_TAG:-v0.1.13} | ||
| image: ghcr.io/connectai-os/connectai-app:${CONNECTAI_IMAGE_TAG:-v0.1.14} | ||
| restart: unless-stopped | ||
@@ -151,3 +151,3 @@ depends_on: | ||
| loop-svc: | ||
| image: ghcr.io/connectai-os/connectai-app:${CONNECTAI_IMAGE_TAG:-v0.1.13} | ||
| image: ghcr.io/connectai-os/connectai-app:${CONNECTAI_IMAGE_TAG:-v0.1.14} | ||
| command: ["/app/app-entrypoint.sh", "worker"] | ||
@@ -187,3 +187,3 @@ restart: unless-stopped | ||
| console: | ||
| image: ghcr.io/connectai-os/connectai-console:${CONNECTAI_IMAGE_TAG:-v0.1.13} | ||
| image: ghcr.io/connectai-os/connectai-console:${CONNECTAI_IMAGE_TAG:-v0.1.14} | ||
| restart: unless-stopped | ||
@@ -190,0 +190,0 @@ depends_on: |
+1
-1
@@ -14,3 +14,3 @@ // Shared constants for the @connectai/selfhost CLI. | ||
| // still override it with --tag / CONNECTAI_IMAGE_TAG. | ||
| export const DEFAULT_IMAGE_TAG = 'v0.1.13' | ||
| export const DEFAULT_IMAGE_TAG = 'v0.1.14' | ||
@@ -17,0 +17,0 @@ // CON-94 right-sized local defaults: a small chat model + the 1024-dim embedder. |
+1
-1
| { | ||
| "name": "@connectai/selfhost", | ||
| "version": "0.1.13", | ||
| "version": "0.1.14", | ||
| "description": "One-command self-host installer for ConnectAI. Takes a clean machine (only Docker + Node) to a running, health-checked company-brain in one command, with no source clone and no local image build: `npx @connectai/selfhost run`. Bundles the image-based docker-compose stack + boot scripts, generates a strong .env (CSPRNG ENCRYPTION_SECRET + POSTGRES_PASSWORD), and boots the stack.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package