dokploy_application_saveGiteaProvider
dokploy_application_saveGiteaProviderConfigure Gitea repository settings for an application in Dokploy by specifying branch, build path, owner, repository, and provider ID.
Instructions
[application] application.saveGiteaProvider (POST)
Parameters:
applicationId (string, required)
giteaBranch (any, required)
giteaBuildPath (any, required)
giteaOwner (any, required)
giteaRepository (any, required)
giteaId (any, required)
enableSubmodules (boolean, optional)
watchPaths (any, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applicationId | Yes | ||
| giteaBranch | Yes | ||
| giteaBuildPath | Yes | ||
| giteaOwner | Yes | ||
| giteaRepository | Yes | ||
| giteaId | Yes | ||
| enableSubmodules | No | ||
| watchPaths | No |