mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #22555] [CLOSED] fix: respect FORWARDED_ALLOW_IPS env var in start.sh #42384
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22555
Author: @alvinttang
Created: 3/11/2026
Status: ❌ Closed
Base:
main← Head:fix/forwarded-allow-ips-env📝 Commits (1)
6779603fix: respect FORWARDED_ALLOW_IPS env var in start.sh📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
backend/start.sh(+2 -2)📄 Description
Summary
--forwarded-allow-ips '*'with--forwarded-allow-ips "${FORWARDED_ALLOW_IPS:-*}"inbackend/start.shFORWARDED_ALLOW_IPSenvironment variable is now respected, with*as the default for backward compatibilityFixes #22539
Test plan
FORWARDED_ALLOW_IPSto a specific IP (e.g.,127.0.0.1) and verify uvicorn starts with that valueFORWARDED_ALLOW_IPSunset and verify uvicorn defaults to*(backward compatible)contributor license agreement
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.