From bc307c496d36207ce3c6f9e8b41dd599c173ae71 Mon Sep 17 00:00:00 2001 From: sebovzeoueb <7989595+sebovzeoueb@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:33:57 +0100 Subject: [PATCH] add GitHub link --- bun_installer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun_installer/index.tsx b/bun_installer/index.tsx index 2007370..b7859fa 100644 --- a/bun_installer/index.tsx +++ b/bun_installer/index.tsx @@ -17,7 +17,6 @@ import getVersion from "./server/getVersion.js" import { parseArgs } from "node:util" import dockerComposeZip from "./assets/docker_compose.zip" with { type: "file" } import AdmZip from "adm-zip" -import type { stream } from "hono/streaming" const { values } = parseArgs({ args: Bun.argv, @@ -52,6 +51,7 @@ app.get('/', async c => {

Concierge Configurator

This is a utility to install and configure Concierge Data AI, a tool made by InfoSec Innovations

+

Having trouble? Got suggestions for improving Concierge? Head over to our GitHub!

{dockerStatus ? <> {conciergeIsInstalled ?

Launch Concierge