branded with text

This commit is contained in:
Kaikawala Gedara Theekshana Nadun Bandara Kaikawla 2025-03-31 12:18:15 +05:30
parent 99ea6c9bb1
commit 6f5fcc2a50
8 changed files with 22 additions and 21 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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: {}

4
run.sh
View File

@ -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

View File

@ -7,7 +7,7 @@
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
<link rel="shortcut icon" href="/static/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Open WebUI" />
<meta name="apple-mobile-web-app-title" content="Ceylon Ally" />
<link rel="manifest" href="/manifest.json" />
<meta
@ -16,11 +16,11 @@
/>
<meta name="theme-color" content="#171717" />
<meta name="robots" content="noindex,nofollow" />
<meta name="description" content="Open WebUI" />
<meta name="description" content="Ceylon Ally" />
<link
rel="search"
type="application/opensearchdescription+xml"
title="Open WebUI"
title="Ceylon Ally"
href="/opensearch.xml"
/>
<script src="/static/loader.js" defer></script>
@ -101,7 +101,7 @@
})();
</script>
<title>Open WebUI</title>
<title>Ceylon Ally</title>
%sveltekit.head%
</head>

View File

@ -195,7 +195,7 @@
</script>
<svelte:head>
<title>#{channel?.name ?? 'Channel'} | Open WebUI</title>
<title>#{channel?.name ?? 'Channel'} | Ceylon Ally</title>
</svelte:head>
<div

View File

@ -108,7 +108,7 @@
{#if $config?.license_metadata}
<div class="mb-2 text-xs">
{#if !$WEBUI_NAME.includes('Open WebUI')}
{#if !$WEBUI_NAME.includes('Ceylon Ally')}
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
{/if}
@ -151,7 +151,7 @@
class="text-xs text-gray-400 dark:text-gray-500">Copyright (c) {new Date().getFullYear()} <a
href="https://openwebui.com"
target="_blank"
class="underline">Open WebUI (Timothy Jaeryang Baek)</a
class="underline">Ceylon Ally (Timothy Jaeryang Baek)</a
>
All rights reserved.

View File

@ -1,6 +1,6 @@
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Open WebUI</ShortName>
<Description>Search Open WebUI</Description>
<ShortName>Ceylon Ally</ShortName>
<Description>Search Ceylon Ally</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">/static/favicon.png</Image>
<Url type="text/html" method="get" template="/?q={searchTerms}"/>