mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-22 15:41:27 -05:00
[PR #257] [MERGED] feat: support reverse proxy path prefix deployments #860
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/RayLabsHQ/gitea-mirror/pull/257
Author: @arunavo4
Created: 4/2/2026
Status: ✅ Merged
Merged: 4/9/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-256-base-url📝 Commits (3)
96e4653feat: support reverse proxy path prefixes7d6bbe9fix: respect BASE_URL in SAML callback fallback6f51e6afix: make BASE_URL runtime configurable📊 Changes
58 files changed (+552 additions, -114 deletions)
View changed files
📝
.env.example(+8 -0)📝
Dockerfile(+4 -1)📝
README.md(+13 -1)📝
docker-compose.alt.yml(+7 -1)📝
docker-compose.dev.yml(+6 -1)📝
docker-compose.yml(+11 -1)📝
docker-entrypoint.sh(+7 -1)📝
docs/ENVIRONMENT_VARIABLES.md(+17 -0)📝
package.json(+2 -2)➕
scripts/runtime-server.ts(+76 -0)📝
src/components/NotFound.tsx(+6 -5)📝
src/components/activity/ActivityLog.tsx(+2 -1)📝
src/components/auth/LoginForm.tsx(+8 -4)📝
src/components/auth/SignupForm.tsx(+3 -2)📝
src/components/config/ConfigTabs.tsx(+10 -7)📝
src/components/config/NotificationSettings.tsx(+2 -1)📝
src/components/config/SSOSettings.tsx(+10 -6)📝
src/components/dashboard/Dashboard.tsx(+2 -1)📝
src/components/dashboard/RecentActivity.tsx(+3 -2)📝
src/components/dashboard/RepositoryList.tsx(+3 -2)...and 38 more files
📄 Description
Summary
Testing
Closes #256
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.