You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: