[PR #1142] [MERGED] Add host config to gitlab oauth (& add setup steps) #1205

Closed
opened 2026-02-05 18:06:54 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1142
Author: @Boy132
Created: 3/21/2025
Status: Merged
Merged: 3/21/2025
Merged by: @Boy132

Base: mainHead: boy132/custom-gitlab-oauth-host


📝 Commits (2)

  • 2221bcd add custom provider class for gitlab to allow custom hosts
  • e52ec2d add setup steps

📊 Changes

2 files changed (+79 additions, -1 deletions)

View changed files

app/Extensions/OAuth/Providers/GitlabProvider.php (+77 -0)
📝 app/Providers/AppServiceProvider.php (+2 -1)

📄 Description

Allows to set a custom host if you are self hosting gitlab.

grafik
grafik


🔄 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/pelican-dev/panel/pull/1142 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 3/21/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/custom-gitlab-oauth-host` --- ### 📝 Commits (2) - [`2221bcd`](https://github.com/pelican-dev/panel/commit/2221bcd18dace8b0870e4f4dfd78daed79b03999) add custom provider class for gitlab to allow custom hosts - [`e52ec2d`](https://github.com/pelican-dev/panel/commit/e52ec2df4f4a4a1e2cbd5d391ccf4570047c2e98) add setup steps ### 📊 Changes **2 files changed** (+79 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `app/Extensions/OAuth/Providers/GitlabProvider.php` (+77 -0) 📝 `app/Providers/AppServiceProvider.php` (+2 -1) </details> ### 📄 Description Allows to set a custom host if you are self hosting gitlab. ![grafik](https://github.com/user-attachments/assets/42bbdb6d-a537-4612-9d78-5cee24c7e42e) ![grafik](https://github.com/user-attachments/assets/ed2ba752-4f0d-4add-90a1-69d08bfe9bc5) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:06:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1205