-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
developomp, kaechele, inta, Adalbertus250, shokinn and 4 moreShadowJonathan and Aunali321
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request