[PR #70] [MERGED] Address Issue #68 and #69 #118

Closed
opened 2026-02-27 15:55:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/70
Author: @arunavo4
Created: 8/9/2025
Status: Merged
Merged: 8/9/2025
Merged by: @arunavo4

Base: mainHead: Fixes


📝 Commits (1)

📊 Changes

8 files changed (+691 additions, -8 deletions)

View changed files

📝 docker-entrypoint.sh (+22 -0)
📝 package.json (+1 -0)
scripts/startup-env-config.ts (+52 -0)
📝 src/lib/db/schema.ts (+1 -0)
src/lib/env-config-loader.ts (+264 -0)
📝 src/lib/gitea.ts (+334 -7)
📝 src/lib/utils/config-mapper.ts (+4 -1)
📝 src/middleware.ts (+13 -0)

📄 Description

Closes #68 #69


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/70 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 8/9/2025 **Status:** ✅ Merged **Merged:** 8/9/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `Fixes` --- ### 📝 Commits (1) - [`8dc50f7`](https://github.com/RayLabsHQ/gitea-mirror/commit/8dc50f7ebfa2a46c6cb4bdccda73a4e647413d19) Address Issue #68 and #69 ### 📊 Changes **8 files changed** (+691 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docker-entrypoint.sh` (+22 -0) 📝 `package.json` (+1 -0) ➕ `scripts/startup-env-config.ts` (+52 -0) 📝 `src/lib/db/schema.ts` (+1 -0) ➕ `src/lib/env-config-loader.ts` (+264 -0) 📝 `src/lib/gitea.ts` (+334 -7) 📝 `src/lib/utils/config-mapper.ts` (+4 -1) 📝 `src/middleware.ts` (+13 -0) </details> ### 📄 Description Closes #68 #69 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitea-mirror#118
No description provided.