Go to file
Yusoof Moh cc5a3e6873 Add option to disable recurse submodules
Add option to disable recurse submodules under "Provider Select the source of your code" form.

* Add a checkbox to disable recurse submodules in `apps/dokploy/components/dashboard/application/general/generic/save-git-provider.tsx`, `apps/dokploy/components/dashboard/application/general/generic/save-github-provider.tsx`, and `apps/dokploy/components/dashboard/application/general/generic/save-gitlab-provider.tsx`.
* Update the form schema in the above files to include the new option.
* Conditionally include the `--recurse-submodules` flag in the `git clone` command in the above files.
* Update the "Provider Select the source of your code" form in `apps/dokploy/components/dashboard/application/general/generic/show.tsx` to include the new option.
* Conditionally include the `--recurse-submodules` flag in the `git clone` command in `packages/server/src/utils/providers/bitbucket.ts`, `packages/server/src/utils/providers/git.ts`, `packages/server/src/utils/providers/github.ts`, and `packages/server/src/utils/providers/gitlab.ts`.
* Add the `--depth` flag to optimize submodule cloning performance in the `git clone` command in `packages/server/src/utils/providers/bitbucket.ts`, `packages/server/src/utils/providers/git.ts`, `packages/server/src/utils/providers/github.ts`, and `packages/server/src/utils/providers/gitlab.ts`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Dokploy/dokploy?shareId=XXXX-XXXX-XXXX-XXXX).
2025-03-25 22:04:35 +07:00
.github chore(workflow): update branches for Dokploy Docker build to use custom hostname 2025-03-23 23:38:55 -06:00
apps Add option to disable recurse submodules 2025-03-25 22:04:35 +07:00
packages/server Add option to disable recurse submodules 2025-03-25 22:04:35 +07:00
.dockerignore feat: add canary builds for testing purposes 2024-05-01 19:44:41 -06:00
.gitignore Feat/monitoring (#1267) Cloud Version 2025-02-02 14:08:06 -06:00
.nvmrc Feat/add sidebar (#1084) 2025-01-12 14:29:43 -06:00
biome.json refactor: remove unused auth service and clean up server-side code 2025-02-22 18:03:12 -06:00
CONTRIBUTING.md docs: update template contribution guidelines to reference external repository 2025-03-11 01:36:20 -06:00
Dockerfile fix(dockerfile): update Railpack installation script to use bash 2025-03-05 00:36:20 -06:00
Dockerfile.cloud Feat/monitoring (#1267) Cloud Version 2025-02-02 14:08:06 -06:00
Dockerfile.monitoring Feat/monitoring (#1267) Cloud Version 2025-02-02 14:08:06 -06:00
Dockerfile.schedule Feat/monitoring (#1267) Cloud Version 2025-02-02 14:08:06 -06:00
Dockerfile.server Feat/monitoring (#1267) Cloud Version 2025-02-02 14:08:06 -06:00
lefthook.yml refactor: migrate permissions from user_temp to member table 2025-02-21 00:00:22 -06:00
LICENSE.MD feat: add preview deployments #379 2024-12-01 22:29:40 -06:00
package.json Feat/add sidebar (#1084) 2025-01-12 14:29:43 -06:00
pnpm-lock.yaml chore: update better-auth package to version 1.2.4 and kysely to version 0.27.6; enhance error handling in 2FA feature 2025-03-15 14:45:21 -06:00
pnpm-workspace.yaml Feat/monitoring (#1267) Cloud Version 2025-02-02 14:08:06 -06:00
README.md feat(sponsors): add Synexa to sponsors section 2025-02-23 15:38:25 -06:00
TERMS_AND_CONDITIONS.md chore: update terms and conditions 2024-05-11 16:27:27 -06:00


Join us on Discord for help, feedback, and discussions!

Discord Shield

Dokploy is a free, self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases.

Features

Dokploy includes multiple features to make your life easier.

  • Applications: Deploy any type of application (Node.js, PHP, Python, Go, Ruby, etc.).
  • Databases: Create and manage databases with support for MySQL, PostgreSQL, MongoDB, MariaDB, and Redis.
  • Backups: Automate backups for databases to an external storage destination.
  • Docker Compose: Native support for Docker Compose to manage complex applications.
  • Multi Node: Scale applications to multiple nodes using Docker Swarm to manage the cluster.
  • Templates: Deploy open-source templates (Plausible, Pocketbase, Calcom, etc.) with a single click.
  • Traefik Integration: Automatically integrates with Traefik for routing and load balancing.
  • Real-time Monitoring: Monitor CPU, memory, storage, and network usage for every resource.
  • Docker Management: Easily deploy and manage Docker containers.
  • CLI/API: Manage your applications and databases using the command line or through the API.
  • Notifications: Get notified when your deployments succeed or fail (via Slack, Discord, Telegram, Email, etc.).
  • Multi Server: Deploy and manage your applications remotely to external servers.
  • Self-Hosted: Self-host Dokploy on your VPS.

🚀 Getting Started

To get started, run the following command on a VPS:

Want to skip the installation process? Try the Dokploy Cloud.

curl -sSL https://dokploy.com/install.sh | sh

For detailed documentation, visit docs.dokploy.com.

Sponsors

🙏 We're deeply grateful to all our sponsors who make Dokploy possible! Your support helps cover the costs of hosting, testing, and developing new features.

Dokploy Open Collective

Github Sponsors

Hero Sponsors 🎖

Premium Supporters 🥇

Supafort.com

Supporting Members 🥉

Lightspeed.run Cloudblast.io Startupfame Itsdb-center Openalternative Synexa

Community Backers 🤝

Steamsets.com Rivo.gg Rivo.gg

Organizations:

Sponsors on Open Collective

Individuals:

Individual Contributors on Open Collective

Contributors 🤝

Video Tutorial

Watch the video

Contributing

Check out the Contributing Guide for more information.