[PR #44] [MERGED] V3 #114

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

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/44
Author: @arunavo4
Created: 7/16/2025
Status: Merged
Merged: 7/17/2025
Merged by: @arunavo4

Base: mainHead: v3


📝 Commits (10+)

📊 Changes

110 files changed (+21506 additions, -1894 deletions)

View changed files

📝 .env.example (+51 -16)
📝 .gitignore (+1 -0)
CONTRIBUTING.md (+182 -0)
📝 Dockerfile (+1 -0)
MIGRATION_GUIDE.md (+248 -0)
📝 README.md (+100 -0)
📝 bun.lock (+115 -0)
📝 certs/README.md (+186 -99)
📝 docker-compose.alt.yml (+1 -1)
📝 docker-compose.dev.yml (+1 -1)
📝 docker-compose.yml (+11 -1)
📝 docker-entrypoint.sh (+111 -11)
docs/BETTER_AUTH_MIGRATION.md (+175 -0)
docs/BUILD_GUIDE.md (+205 -0)
docs/DEVELOPMENT_WORKFLOW.md (+355 -0)
docs/EXTENDING.md (+77 -0)
docs/README.md (+118 -0)
docs/SPONSOR_INTEGRATION.md (+91 -0)
docs/SSO-OIDC-SETUP.md (+205 -0)
drizzle.config.ts (+16 -0)

...and 80 more files

📄 Description

Closes #41
Closes #29


🔄 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/44 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 7/16/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `v3` --- ### 📝 Commits (10+) - [`46cf117`](https://github.com/RayLabsHQ/gitea-mirror/commit/46cf117bdf1373cf50d276ddfe56b87795040e2d) Migrate to Drizzle kit - [`b838310`](https://github.com/RayLabsHQ/gitea-mirror/commit/b8383108720526ab883a6276fdf42cc63a7ffe98) Added Better Auth - [`6cfe439`](https://github.com/RayLabsHQ/gitea-mirror/commit/6cfe43932f6eff3c601f8498a6b2b909a182b2e7) Fixing issues with Better Auth - [`7cb414c`](https://github.com/RayLabsHQ/gitea-mirror/commit/7cb414c7cb8ca7c82defe5ed803076ebe94306d0) FIxing issues - [`fad7851`](https://github.com/RayLabsHQ/gitea-mirror/commit/fad78516ef11dc7163e6bcc0d7f4ac106863be3a) Added SSO and OIDC - [`938a909`](https://github.com/RayLabsHQ/gitea-mirror/commit/938a9097872db3d550209a5c1cf559a35155f5c7) tsc fixes - [`58c6309`](https://github.com/RayLabsHQ/gitea-mirror/commit/58c63095b1b8a32b0f0e811d5018629fe0e1191e) Added Star History - [`ae41c4e`](https://github.com/RayLabsHQ/gitea-mirror/commit/ae41c4e2eaf8e059d82dda0813bd1089a4ea95ab) Updated README.md - [`7cc4aa8`](https://github.com/RayLabsHQ/gitea-mirror/commit/7cc4aa87f26a040a5c5133de319a5437baf66752) Fix for mirroring issues for starred repositories - [`beedbaf`](https://github.com/RayLabsHQ/gitea-mirror/commit/beedbaf9a412181097d838fe7844a2c76d67cba2) Added Encryptions to All stored token and passwords ### 📊 Changes **110 files changed** (+21506 additions, -1894 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+51 -16) 📝 `.gitignore` (+1 -0) ➕ `CONTRIBUTING.md` (+182 -0) 📝 `Dockerfile` (+1 -0) ➕ `MIGRATION_GUIDE.md` (+248 -0) 📝 `README.md` (+100 -0) 📝 `bun.lock` (+115 -0) 📝 `certs/README.md` (+186 -99) 📝 `docker-compose.alt.yml` (+1 -1) 📝 `docker-compose.dev.yml` (+1 -1) 📝 `docker-compose.yml` (+11 -1) 📝 `docker-entrypoint.sh` (+111 -11) ➕ `docs/BETTER_AUTH_MIGRATION.md` (+175 -0) ➕ `docs/BUILD_GUIDE.md` (+205 -0) ➕ `docs/DEVELOPMENT_WORKFLOW.md` (+355 -0) ➕ `docs/EXTENDING.md` (+77 -0) ➕ `docs/README.md` (+118 -0) ➕ `docs/SPONSOR_INTEGRATION.md` (+91 -0) ➕ `docs/SSO-OIDC-SETUP.md` (+205 -0) ➕ `drizzle.config.ts` (+16 -0) _...and 80 more files_ </details> ### 📄 Description Closes #41 Closes #29 --- <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:11 +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#114
No description provided.