Compare commits

...

8 commits

Author SHA1 Message Date
921a1cf978 Merge pull request 'main' (!3) from open-webui/open-webui:main into main
Some checks failed
Release / release (push) Failing after 6s
Create and publish a Docker image / build-and-push-image (push) Successful in 31m48s
Python CI / Format Backend (latest, 3.12.2) (push) Failing after 7s
Bun CI / Format & Build Frontend (push) Successful in 1m7s
Reviewed-on: #3
2024-03-26 12:22:22 +01:00
50a2f02906 Merge pull request 'main' (!2) from open-webui/open-webui:main into main
Some checks failed
Release / release (push) Failing after 6s
Python CI / Format Backend (latest, 3.12.2) (push) Failing after 7s
Bun CI / Format & Build Frontend (push) Successful in 1m9s
Create and publish a Docker image / build-and-push-image (push) Successful in 31m21s
Reviewed-on: #2
2024-03-20 21:29:11 +01:00
f7ec002fe6 Merge pull request 'dev' (!1) from dev into main
Some checks failed
Release / release (push) Failing after 9s
Create and publish a Docker image / build-and-push-image (push) Successful in 30m44s
Python CI / Format Backend (latest, 3.12.2) (push) Failing after 8s
Bun CI / Format & Build Frontend (push) Successful in 51s
Reviewed-on: #1
2024-03-19 12:35:03 +01:00
8524e28589 Merge branch 'main' into dev
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m39s
Python CI / Format Backend (latest, 3.12.2) (pull_request) Failing after 8s
Bun CI / Format & Build Frontend (pull_request) Successful in 50s
2024-03-19 12:34:39 +01:00
7144e07122 ci: Tweak python
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Python CI / Format Backend (latest, 3.12.2) (pull_request) Failing after 7s
Bun CI / Format & Build Frontend (pull_request) Successful in 50s
2024-03-19 12:11:56 +01:00
336868c487 ci: Change login token
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m56s
Python CI / Format Backend (latest) (pull_request) Failing after 18s
Bun CI / Format & Build Frontend (pull_request) Successful in 50s
2024-03-19 09:09:04 +01:00
c7c81f538d ci: Change image
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 29m25s
2024-03-18 21:06:01 +01:00
af55e94c4f Change avatar and name
Some checks failed
Release / release (push) Failing after 16s
Create and publish a Docker image / build-and-push-image (push) Failing after 32s
Python CI / Format Backend (latest) (push) Failing after 48s
Bun CI / Format & Build Frontend (push) Successful in 1m7s
2024-03-15 21:56:19 +01:00
4 changed files with 11 additions and 4 deletions

View file

@ -12,13 +12,16 @@ on:
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
REGISTRY: git.depeuter.dev
IMAGE_NAME: ${{ github.repository }}
RUNNER_TOOL_CACHE: /toolcache
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
build-and-push-image:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
permissions:
contents: read
@ -39,7 +42,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CI_TOKEN }}
- name: Extract metadata for Docker images
id: meta

View file

@ -8,15 +8,19 @@ jobs:
name: 'Format Backend'
env:
PUBLIC_API_BASE_URL: ''
RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- latest
python-version: [ '3.12.2' ]
steps:
- uses: actions/checkout@v4
- name: Use Python
uses: actions/setup-python@v4
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies

View file

@ -25,7 +25,7 @@ try:
except ImportError:
log.warning("dotenv not installed, skipping...")
WEBUI_NAME = "Open WebUI"
WEBUI_NAME = "Aura"
shutil.copyfile("../build/favicon.png", "./static/favicon.png")
####################################

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 73 KiB