diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 5b4e37ab9..dc82cafd2 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,19 +1,19 @@ steps: # Build the container image - name: 'gcr.io/cloud-builders/docker' - args: ['build', '-t', 'us-central1-docker.pkg.dev/ceylonally/ghcr/open-webui/open-webui:$COMMIT_SHA', '.'] + args: ['build', '-t', 'us-central1-docker.pkg.dev/ceylonally/ghcr/ceylon-ally/ceylon-ally:$COMMIT_SHA', '.'] # Push the container image - name: 'gcr.io/cloud-builders/docker' - args: ['push', 'us-central1-docker.pkg.dev/ceylonally/ghcr/open-webui/open-webui:$COMMIT_SHA'] + args: ['push', 'us-central1-docker.pkg.dev/ceylonally/ghcr/ceylon-ally/ceylon-ally:$COMMIT_SHA'] # Deploy to Cloud Run - name: 'gcr.io/google.com/cloudsdktool/cloud-sdk' entrypoint: gcloud args: - 'run' - 'deploy' - - 'ceylonally' + - 'ceylon-ally' - '--image' - - 'us-central1-docker.pkg.dev/ceylonally/ghcr/open-webui/open-webui:$COMMIT_SHA' + - 'us-central1-docker.pkg.dev/ceylonally/ghcr/ceylon-ally/ceylon-ally:$COMMIT_SHA' - '--region' - 'us-central1' - '--memory' @@ -21,5 +21,6 @@ steps: - '--allow-unauthenticated' - '--set-env-vars' - 'STORAGE_BUCKET=ceylonally-data' + - 'STORAGE_PROVIDER=gcs' - '--mount' - '/app/backend/data=gs://ceylonally-data' diff --git a/docker-compose.playwright.yaml b/docker-compose.playwright.yaml index fe570bed0..794f60242 100644 --- a/docker-compose.playwright.yaml +++ b/docker-compose.playwright.yaml @@ -4,7 +4,7 @@ services: container_name: playwright command: npx -y playwright@1.49.1 run-server --port 3000 --host 0.0.0.0 - open-webui: + ceylon-ally: environment: - 'RAG_WEB_LOADER_ENGINE=playwright' - 'PLAYWRIGHT_WS_URI=ws://playwright:3000' \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index 74249febd..53c1db19c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,16 +8,16 @@ services: restart: unless-stopped image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest} - open-webui: + ceylon-ally: build: context: . args: OLLAMA_BASE_URL: '/ollama' dockerfile: Dockerfile - image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main} - container_name: open-webui + image: ghcr.io/ceylon-ally/ceylon-ally:${WEBUI_DOCKER_TAG-main} + container_name: ceylon-ally volumes: - - open-webui:/app/backend/data + - ceylon-ally:/app/backend/data depends_on: - ollama ports: @@ -31,4 +31,4 @@ services: volumes: ollama: {} - open-webui: {} + ceylon-ally: {} diff --git a/run.sh b/run.sh index 6793fe162..641af89ac 100644 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #!/bin/bash -image_name="open-webui" -container_name="open-webui" +image_name="ceylon-ally" +container_name="ceylon-ally" host_port=3000 container_port=8080 diff --git a/src/app.html b/src/app.html index e64e6d583..40af084ee 100644 --- a/src/app.html +++ b/src/app.html @@ -7,7 +7,7 @@ - + - + @@ -101,7 +101,7 @@ })(); - Open WebUI + Ceylon Ally %sveltekit.head% diff --git a/src/lib/components/channel/Channel.svelte b/src/lib/components/channel/Channel.svelte index 275f76d29..701dcd791 100644 --- a/src/lib/components/channel/Channel.svelte +++ b/src/lib/components/channel/Channel.svelte @@ -195,7 +195,7 @@ - #{channel?.name ?? 'Channel'} | Open WebUI + #{channel?.name ?? 'Channel'} | Ceylon Ally
- {#if !$WEBUI_NAME.includes('Open WebUI')} + {#if !$WEBUI_NAME.includes('Ceylon Ally')} {$WEBUI_NAME} - {/if} @@ -151,7 +151,7 @@ class="text-xs text-gray-400 dark:text-gray-500">Copyright (c) {new Date().getFullYear()} Open WebUI (Timothy Jaeryang Baek)Ceylon Ally (Timothy Jaeryang Baek) All rights reserved. diff --git a/static/opensearch.xml b/static/opensearch.xml index 45a37b9ea..d16a999b0 100644 --- a/static/opensearch.xml +++ b/static/opensearch.xml @@ -1,6 +1,6 @@ -Open WebUI -Search Open WebUI +Ceylon Ally +Search Ceylon Ally UTF-8 /static/favicon.png