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
Hello, could you add support for Gitee in the git-providers configuration for Daytona? Alternatively, it would be great if future versions of Daytona could include more customizable options for git-provider, similar to how the Server in Daytona allows for some customization through modifications to the config.json file.
The text was updated successfully, but these errors were encountered:
We're definitely committed to adding support for any available git providers.
If you're up for it, you can implement it through a PR yourself. You can check implementations for existing providers here.
Alternatively, it would be great if future versions of Daytona could include more customizable options for git-provider, similar to how the Server in Daytona allows for some customization through modifications to the config.json file.
What do you mean by this? Are there some options that are missing from daytona git-provider add?
We're definitely committed to adding support for any available git providers.
If you're up for it, you can implement it through a PR yourself. You can check implementations for existing providers here.
Alternatively, it would be great if future versions of Daytona could include more customizable options for git-provider, similar to how the Server in Daytona allows for some customization through modifications to the config.json file.
What do you mean by this? Are there some options that are missing from daytona git-provider add?
Thank you for your response. What I meant is that when I tried to use Gitee in Daytona, I selected GitLab Self-managed in the git-provider options. Daytona then prompted me to enter the Self-managed API URL, and I noticed that the provided example was http://gitlab-host/api/v4/, while the API URL provided by Gitee is https://gitee.com/api/v5/. Therefore, I wondered if it would be possible to support Gitee in Daytona through some custom settings. However, I understand that this may not be as simple as the Server in Daytona, where users can achieve it just by making some straightforward changes to the config.json, right? This would likely involve modifying Daytona's source code.
Hello, could you add support for Gitee in the git-providers configuration for Daytona? Alternatively, it would be great if future versions of Daytona could include more customizable options for git-provider, similar to how the Server in Daytona allows for some customization through modifications to the config.json file.
The text was updated successfully, but these errors were encountered: