Skip to content

Add Forgejo as a Git Provider #1832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MrFriggo opened this issue May 5, 2025 · 0 comments
Open

Add Forgejo as a Git Provider #1832

MrFriggo opened this issue May 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@MrFriggo
Copy link

MrFriggo commented May 5, 2025

What problem will this feature address?

Currently, Dokploy supports a number of Git providers, but omits Forgejo, a lightweight, self-hosted Git service. That prevents users from integrating their Forgejo repositories for seamless deployments.

Describe the solution you'd like

Add Forgejo as a Git provider in Dokploy, leveraging its API (similar to Gitea’s, as Forgejo is a fork with minor changes) for authentication and repository access.

Describe alternatives you've considered

Using the Gitea provider to authenticate with a Forgejo instance is possible, but it fails to fetch repositories (see Discord thread). Switching to GitHub/GitLab is not suitable for self-hosted Forgejo users.

Additional context

Forgejo’s API is nearly identical to Gitea’s, so the implementation should be similar to the existing Gitea provider.

Will you send a PR to implement it?

No

@MrFriggo MrFriggo added the enhancement New feature or request label May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant