Original PR: https://github.com/open-webui/open-webui/pull/15151 Author: @anthonyjacquelin Created: 6/19/2025 Status: ❌ Closed
Base: main ← Head: fix-stats-title
main
fix-stats-title
95466fe
aac3f55
1abc291
efbe448
c60de28
b25f5c2
ab61f47
ca72e03
369bc2c
5a79379
857 files changed (+16536 additions, -6974 deletions)
📝 .dockerignore (+17 -13) 📝 .env.example (+3 -0) ➖ .github/workflows/build-release.yml (+0 -72) ➕ .github/workflows/build_and_deploy.yml (+89 -0) ➖ .github/workflows/codespell.disabled (+0 -25) ➖ .github/workflows/deploy-to-hf-spaces.yml (+0 -63) ➖ .github/workflows/docker-build.yaml (+0 -477) ➖ .github/workflows/format-backend.yaml (+0 -49) ➖ .github/workflows/format-build-frontend.yaml (+0 -65) ➖ .github/workflows/integration-test.disabled (+0 -255) ➖ .github/workflows/lint-backend.disabled (+0 -27) ➖ .github/workflows/lint-frontend.disabled (+0 -21) 📝 .github/workflows/release-pypi.yml (+6 -5) 📝 .gitignore (+11 -1) 📝 Dockerfile (+58 -49) 📝 backend/.dockerignore (+5 -6) 📝 backend/.gitignore (+1 -1) 📝 backend/open_webui/config.py (+12 -31) 📝 backend/open_webui/constants.py (+1 -0) 📝 backend/open_webui/env.py (+25 -6)
.dockerignore
.env.example
.github/workflows/build-release.yml
.github/workflows/build_and_deploy.yml
.github/workflows/codespell.disabled
.github/workflows/deploy-to-hf-spaces.yml
.github/workflows/docker-build.yaml
.github/workflows/format-backend.yaml
.github/workflows/format-build-frontend.yaml
.github/workflows/integration-test.disabled
.github/workflows/lint-backend.disabled
.github/workflows/lint-frontend.disabled
.github/workflows/release-pypi.yml
.gitignore
Dockerfile
backend/.dockerignore
backend/.gitignore
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/env.py
...and 80 more files
Fix statistiques page title
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15151
Author: @anthonyjacquelin
Created: 6/19/2025
Status: ❌ Closed
Base:
main← Head:fix-stats-title📝 Commits (10+)
95466fefeat: add albert-api to env exampleaac3f55update docker compose to add albert api1abc291chore: add dsfrefbe448backend pro-connect integrationc60de28dsfrb25f5c2fixed white page on /authab61f47global fetch to add requests credentialsca72e03init commit workflow369bc2cadd workflow5a79379build and deploy on workflow branch📊 Changes
857 files changed (+16536 additions, -6974 deletions)
View changed files
📝
.dockerignore(+17 -13)📝
.env.example(+3 -0)➖
.github/workflows/build-release.yml(+0 -72)➕
.github/workflows/build_and_deploy.yml(+89 -0)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)➖
.github/workflows/docker-build.yaml(+0 -477)➖
.github/workflows/format-backend.yaml(+0 -49)➖
.github/workflows/format-build-frontend.yaml(+0 -65)➖
.github/workflows/integration-test.disabled(+0 -255)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)📝
.github/workflows/release-pypi.yml(+6 -5)📝
.gitignore(+11 -1)📝
Dockerfile(+58 -49)📝
backend/.dockerignore(+5 -6)📝
backend/.gitignore(+1 -1)📝
backend/open_webui/config.py(+12 -31)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+25 -6)...and 80 more files
📄 Description
Fix statistiques page title
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.