🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@connectai/selfhost

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectai/selfhost - npm Package Compare versions

Comparing version
0.1.12
to
0.1.13
+3
-3
assets/docker-compose.selfhost.yml

@@ -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.12}
image: ghcr.io/connectai-os/connectai-app:${CONNECTAI_IMAGE_TAG:-v0.1.13}
restart: unless-stopped

@@ -151,3 +151,3 @@ depends_on:

loop-svc:
image: ghcr.io/connectai-os/connectai-app:${CONNECTAI_IMAGE_TAG:-v0.1.12}
image: ghcr.io/connectai-os/connectai-app:${CONNECTAI_IMAGE_TAG:-v0.1.13}
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.12}
image: ghcr.io/connectai-os/connectai-console:${CONNECTAI_IMAGE_TAG:-v0.1.13}
restart: unless-stopped

@@ -190,0 +190,0 @@ depends_on:

@@ -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.12'
export const DEFAULT_IMAGE_TAG = 'v0.1.13'

@@ -17,0 +17,0 @@ // CON-94 right-sized local defaults: a small chat model + the 1024-dim embedder.

{
"name": "@connectai/selfhost",
"version": "0.1.12",
"version": "0.1.13",
"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",