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
main
codex/issue-256-base-url
96e4653
7d6bbe9
6f51e6a
58 files changed (+552 additions, -114 deletions)
📝 .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)
.env.example
Dockerfile
README.md
docker-compose.alt.yml
docker-compose.dev.yml
docker-compose.yml
docker-entrypoint.sh
docs/ENVIRONMENT_VARIABLES.md
package.json
scripts/runtime-server.ts
src/components/NotFound.tsx
src/components/activity/ActivityLog.tsx
src/components/auth/LoginForm.tsx
src/components/auth/SignupForm.tsx
src/components/config/ConfigTabs.tsx
src/components/config/NotificationSettings.tsx
src/components/config/SSOSettings.tsx
src/components/dashboard/Dashboard.tsx
src/components/dashboard/RecentActivity.tsx
src/components/dashboard/RepositoryList.tsx
...and 38 more files
Closes #256
🔄 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/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.