{"repo":"Dokploy/dokploy","free":true,"listed":false,"github":"https://github.com/Dokploy/dokploy","clone":"git clone https://github.com/Dokploy/dokploy.git","description":"Open Source Alternative to Vercel, Netlify and Heroku.","language":"TypeScript","stars":36648,"topics":["agents","ai","backend","backups","databases","deployment","deployments","devops","docker","frontend","mariadb","mongodb","mysql","nextjs","postgresql","self-hosted","vps"],"license":null,"category":"devops_platform","readme_excerpt":"<div align=\"center\">\n  <a href=\"https://dokploy.com\">\n    <img src=\".github/sponsors/logo.png\" alt=\"Dokploy - Open Source Alternative to Vercel, Heroku and Netlify.\" width=\"100%\"  />\n  </a>\n  </br>\n  </br>\n  <p>Join us on Discord for help, feedback, and discussions!</p>\n  <a href=\"https://discord.gg/2tBnJ3jDJc\">\n    <img src=\"https://discordapp.com/api/guilds/1234073262418563112/widget.png?style=banner2\" alt=\"Discord Shield\"/>\n  </a>\n</div>\n<br />\n\n\nDokploy is a free, self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases.\n\n## ✨ Features\n\nDokploy includes multiple features to make your life easier.\n\n- **Applications**: Deploy any type of application (Node.js, PHP, Python, Go, Ruby, etc.).\n- **Databases**: Create and manage databases with support for MySQL, PostgreSQL, MongoDB, MariaDB, libsql, and Redis.\n- **Backups**: Automate backups for databases to an external storage destination.\n- **Docker Compose**: Native support for Docker Compose to manage complex applications.\n- **Multi Node**: Scale applications to multiple nodes using Docker Swarm to manage the cluster.\n- **Templates**: Deploy open-source templates (Plausible, Pocketbase, Calcom, etc.) with a single click.\n- **Traefik Integration**: Automatically integrates with Traefik for routing and load balancing.\n- **Real-time Monitoring**: Monitor CPU, memory, storage, and network usage for every resource.\n- **Docker Management**: Easily deploy and manage Docker containers.\n- **CLI/API**: Manage your applications and databases using the command line or through the API.\n- **Notifications**: Get notified when your deployments succeed or fail (via Slack, Discord, Telegram, Email, etc.).\n- **Multi Server**: Deploy and manage your applications remotely to external servers.\n- **Self-Hosted**: Self-host Dokploy on your VPS.\n\n## 🚀 Getting Started\n\nTo get started, run the following command on a VPS:\n\nWant to skip the installation process? [Try the Dokploy Cloud](https://app.dokploy.com).\n\n```bash\ncurl -sSL https://dokploy.com/install.sh | bash\n```\n\nFor detailed documentation, visit [docs.dokploy.com](https://docs.dokploy.com).\n\n\n[Github Sponsors](https://github.com/sponsors/Siumauricio)\n\n### Contributors 🤝\n\n<a href=\"https://github.com/dokploy/dokploy/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=dokploy/dokploy\" alt=\"Contributors\" />\n</a>\n\n## 📺 Video Tutorial\n\n<a href=\"https://youtu.be/mznYKPvhcfw\">\n  <img src=\"https://dokploy.com/banner.png\" alt=\"Watch the video\" width=\"400\"/>\n</a>\n\n## 🤝 Contributing\n\nCheck out the [Contributing Guide](CONTRIBUTING.md) for more information.\n","default_branch":"canary","files":1486,"tree":[".claude/skills/frontend-design/SKILL.md",".devcontainer/Dockerfile",".devcontainer/devcontainer.json",".dockerignore",".github/CODEOWNERS",".github/FUNDING.yml",".github/ISSUE_TEMPLATE/bug_report.yml",".github/ISSUE_TEMPLATE/config.yml",".github/ISSUE_TEMPLATE/feature-request.yml",".github/pull_request_template.md",".github/sponsors/agentdock.png",".github/sponsors/american-cloud.png",".github/sponsors/awesome.png",".github/sponsors/hostinger.jpg",".github/sponsors/its.png",".github/sponsors/light-node.webp",".github/sponsors/logo.png",".github/sponsors/lxaer.png",".github/sponsors/mandarin.png",".github/sponsors/openalternative.png",".github/sponsors/startupfame.png",".github/sponsors/synexa.png",".github/sponsors/tuple.png",".github/workflows/create-pr.yml",".github/workflows/deploy.yml",".github/workflows/dokploy.yml",".github/workflows/format.yml",".github/workflows/hotfix-cherry-pick.yml",".github/workflows/hotfix-release.yml",".github/workflows/monitoring.yml",".github/workflows/pull-request.yml",".github/workflows/sync-openapi-docs.yml",".gitignore",".nvmrc",".vscode/extensions.json",".vscode/settings.json","CONTRIBUTING.md","Dockerfile","Dockerfile.cloud","Dockerfile.monitoring","Dockerfile.schedule","Dockerfile.server","GUIDES.md","LICENSE.MD","LICENSE_PROPRIETARY.md","README.md","SECURITY.md","TERMS_AND_CONDITIONS.md","apps/api/.env.example","apps/api/.gitignore","apps/api/README.md","apps/api/package.json","apps/api/src/index.ts","apps/api/src/logger.ts","apps/api/src/schema.ts","apps/api/src/service.ts","apps/api/src/utils.ts","apps/api/tsconfig.json","apps/dokploy/.dockerignore","apps/dokploy/.env.example","apps/dokploy/.env.production.example","apps/dokploy/.gitignore","apps/dokploy/__test__/api/api-key-name.test.ts","apps/dokploy/__test__/api/session-management.test.ts","apps/dokploy/__test__/backups/db-backup-restore-injection.test.ts","apps/dokploy/__test__/backups/redact-credentials.test.ts","apps/dokploy/__test__/backups/restore-use-statement.test.ts","apps/dokploy/__test__/cluster/registry-node-injection.test.ts","apps/dokploy/__test__/cluster/upload.test.ts","apps/dokploy/__test__/compose/build-compose-command.test.ts","apps/dokploy/__test__/compose/compose-command-injection.test.ts","apps/dokploy/__test__/compose/compose.test.ts","apps/dokploy/__test__/compose/config/config-root.test.ts","apps/dokploy/__test__/compose/config/config-service.test.ts","apps/dokploy/__test__/compose/config/config.test.ts","apps/dokploy/__test__/compose/domain-command-injection.test.ts","apps/dokploy/__test__/compose/domain/enabled-filter.test.ts","apps/dokploy/__test__/compose/domain/host-rule-format.test.ts","apps/dokploy/__test__/compose/domain/labels.test.ts","apps/dokploy/__test__/compose/domain/network-root.test.ts","apps/dokploy/__test__/compose/domain/network-service.test.ts","apps/dokploy/__test__/compose/domain/raw-compose.test.ts","apps/dokploy/__test__/compose/env-file-literals.test.ts","apps/dokploy/__test__/compose/env-file-preserved.test.ts","apps/dokploy/__test__/compose/network/network-root.test.ts","apps/dokploy/__test__/compose/network/network-service.test.ts","apps/dokploy/__test__/compose/network/network.test.ts","apps/dokploy/__test__/compose/network/service-networks.test.ts","apps/dokploy/__test__/compose/secrets/secret-root.test.ts","apps/dokploy/__test__/compose/secrets/secret-services.test.ts","apps/dokploy/__test__/compose/secrets/secret.test.ts","apps/dokploy/__test__/compose/service/service-container-name.test.ts","apps/dokploy/__test__/compose/service/service-depends-on.test.ts","apps/dokploy/__test__/compose/service/service-extends.test.ts","apps/dokploy/__test__/compose/service/service-links.test.ts","apps/dokploy/__test__/compose/service/service-names.test.ts","apps/dokploy/__test__/compose/service/service-volumes-from.test.ts","apps/dokploy/__test__/compose/service/service.test.ts","apps/dokploy/__test__/compose/volume/volume-2.test.ts","apps/dokploy/__test__/compose/volume/volume-root.test.ts","apps/dokploy/__test__/compose/volume/volume-services.test.ts","apps/dokploy/__test__/compose/volume/volume.test.ts","apps/dokploy/__test__/deploy/application.command.test.ts","apps/dokploy/__test__/deploy/application.real.test.ts","apps/dokploy/__test__/deploy/db-service-dockerimage-injection.test.ts","apps/dokploy/__test__/deploy/docker-build-injection.test.ts","apps/dokploy/__test__/deploy/env-file-literals-dockerfile.test.ts","apps/dokploy/__test__/deploy/github-webhook-handler.test.ts","apps/dokploy/__test__/deploy/github.test.ts","apps/dokploy/__test__/deploy/railpack.command.test.ts","apps/dokploy/__test__/deploy/should-deploy.test.ts","apps/dokploy/__test__/deploy/soft-serve.test.ts","apps/dokploy/__test__/dns/cloudflare.test.ts","apps/dokploy/__test__/dns/dns-provider-service.test.ts","apps/dokploy/__test__/dns/route53.test.ts","apps/dokploy/__test__/drop/drop.test.ts","apps/dokploy/__test__/drop/zips/folder-with-file.zip","apps/dokploy/__test__/drop/zips/folder-with-sibling-file.zip","apps/dokploy/__test__/drop/zips/folder1/folder1.txt","apps/dokploy/__test__/drop/zips/folder2/folder2.txt","apps/dokploy/__test__/drop/zips/folder3/file3.txt","apps/dokploy/__test__/drop/zips/nested.zip","apps/dokploy/__test__/drop/zips/payload/link","apps/dokploy/__test__/drop/zips/payload/symlink-entry.zip","apps/dokploy/__test__/drop/zips/single-file.zip","apps/dokploy/__test__/drop/zips/test.txt","apps/dokploy/__test__/drop/zips/two-folders.zip","apps/dokploy/__test__/env/encryption.test.ts","apps/dokploy/__test__/env/environment-access-fallback.test.ts","apps/dokploy/__test__/env/environment.test.ts","apps/dokploy/__test__/env/rollback-environment.test.ts","apps/dokploy/__test__/env/shared.test.ts","apps/dokploy/__test__/env/stack-environment.test.ts","apps/dokploy/__test__/env/vault.test.ts","apps/dokploy/__test__/git-provider/git-clone-command-injection.test.ts","apps/dokploy/__test__/git-provider/git-provider-access.test.ts","apps/dokploy/__test__/git-provider/git-provider-idor.test.ts","apps/dokploy/__test__/git-provider/github-clone-host.test.ts","apps/dokploy/__test__/git-provider/github-enterprise-url.test.ts","apps/dokploy/__test__/git-provider/github-setup-handler.test.ts","apps/dokploy/__test__/git-provider/github-url-parity.test.ts","apps/dokploy/__test__/logs/log-classification.test.ts","apps/dokploy/__test__/permissions/check-permission.test.ts","apps/dokploy/__test__/permissions/enterprise-only-resources.test.ts","apps/dokploy/__test__/permissions/resolve-permissions.test.ts","apps/dokploy/__test__/permissions/service-access.test.ts","apps/dokploy/__test__/queues/concurrency.test.ts","apps/dokploy/__test__/queues/in-memory-queue.test.ts","apps/dokploy/__test__/registry/registry-schema.test.ts","apps/dokploy/__test__/requests/request.test.ts","apps/dokploy/__test__/server/mechanizeDockerContainer.test.ts","apps/dokploy/__test__/server/server-health-subnet.test.ts","apps/dokploy/__test__/server/server-setup.test.ts","apps/dokploy/__test__/server/server-sshkey-redaction.test.ts","apps/dokploy/__test__/server/swarm-nodeid-injection.test.ts","apps/dokploy/__test__/services/overview-backups-icon.test.ts","apps/dokploy/__test__/services/overview-domains-sort.test.ts","apps/dokploy/__test__/services/overview-services-sort.test.ts","apps/dokploy/__test__/setup.ts","apps/dokploy/__test__/templates/config.template.test.ts","apps/dokploy/__test__/templates/helpers.template.test.ts","apps/dokploy/__test__/traefik/forward-auth.test.ts","apps/dokploy/__test__/traefik/server/update-server-config.test.ts","apps/dokploy/__test__/traefik/traefik.test.ts","apps/dokploy/__test__/utils/backups.test.ts","apps/dokploy/__test__/utils/hostname-validation.test.ts","apps/dokploy/__test__/utils/log-type.test.ts","apps/dokploy/__test__/vitest.config.ts","apps/dokploy/__test__/wss/authorize.test.ts","apps/dokploy/__test__/wss/readValidDirectory.test.ts","apps/dokploy/__test__/wss/utils.test.ts","apps/dokploy/components.json","apps/dokploy/components/dashboard/application/advanced/cluster/modify-swarm-settings.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/show-cluster-settings.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/endpoint-spec-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/health-check-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/index.ts","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/labels-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/mode-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/network-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/placement-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/restart-policy-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/rollback-config-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/stop-grace-period-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/update-config-form.tsx","apps/dokploy/components/dashboard/application/advanced/cluster/swarm-forms/utils.ts","apps/dokploy/components/dashboard/application/advanced/general/add-command.tsx","apps/dokploy/components/dashboard/application/advanced/import/show-import.tsx","apps/dokploy/components/dashboard/application/advanced/ports/handle-ports.tsx","apps/dokploy/components/dashboard/application/advanced/ports/show-port.tsx","apps/dokploy/components/dashboard/application/advanced/redirects/handle-redirect.tsx","apps/dokploy/components/dashboard/application/advanced/redirects/show-redirects.tsx","apps/dokploy/components/dashboard/application/advanced/security/handle-security.tsx","apps/dokploy/components/dashboard/application/advanced/security/show-security.tsx","apps/dokploy/components/dashboard/application/advanced/show-build-server.tsx","apps/dokploy/components/dashboard/application/advanced/show-resources.tsx","apps/dokploy/components/dashboard/application/advanced/traefik/show-traefik-config.tsx","apps/dokploy/components/dashboard/application/advanced/traefik/update-traefik-config.tsx","apps/dokploy/components/dashboard/application/advanced/volumes/add-volumes.tsx","apps/dokploy/components/dashboard/application/advanced/volumes/show-volumes.tsx","apps/dokploy/components/dashboard/application/advanced/volumes/update-volume.tsx","apps/dokploy/components/dashboard/application/build/show.tsx","apps/dokploy/components/dashboard/application/deployments/cancel-queues.tsx","apps/dokploy/components/dashboard/application/deployments/clear-deployments.tsx","apps/dokploy/components/dashboard/application/deployments/kill-build.tsx","apps/dokploy/components/dashboard/application/deployments/refresh-token.tsx","apps/dokploy/components/dashboard/application/deployments/show-deployment.tsx","apps/dokploy/components/dashboard/application/deployments/show-deployments-modal.tsx","apps/dokploy/components/dashboard/application/deployments/show-deployments.tsx","apps/dokploy/components/dashboard/application/domains/columns.tsx","apps/dokploy/components/dashboard/application/domains/dns-helper-modal.tsx","apps/dokploy/components/dashboard/application/domains/handle-domain.tsx","apps/dokploy/components/dashboard/application/domains/handle-forward-auth.tsx","apps/dokploy/components/dashboard/application/domains/redeploy-hint.tsx","apps/dokploy/components/dashboard/application/domains/show-domains.tsx","apps/dokploy/components/dashboard/application/environment/show-environment.tsx","apps/dokploy/components/dashboard/application/environment/show.tsx","apps/dokploy/components/dashboard/application/general/generic/save-bitbucket-provider.tsx","apps/dokploy/components/dashboard/application/general/generic/save-docker-provider.tsx","apps/dokploy/components/dashboard/application/general/generic/save-drag-n-drop.tsx","apps/dokploy/components/dashboard/application/general/generic/save-git-provider.tsx","apps/dokploy/components/dashboard/application/general/generic/save-gitea-provider.tsx","apps/dokploy/components/dashboard/application/general/generic/save-github-provider.tsx","apps/dokploy/components/dashboard/application/general/generic/save-gitlab-provider.tsx","apps/dokploy/components/dashboard/application/general/generic/show.tsx","apps/dokploy/components/dashboard/application/general/generic/unauthorized-git-provider.tsx","apps/dokploy/components/dashboard/application/general/show.tsx","apps/dokploy/components/dashboard/application/icon/show-icon-settings.tsx","apps/dokploy/components/dashboard/application/logs/show.tsx","apps/dokploy/components/dashboard/application/patches/create-file-dialog.tsx","apps/dokploy/components/dashboard/application/patches/edit-patch-dialog.tsx","apps/dokploy/components/dashboard/application/patches/index.ts","apps/dokploy/components/dashboard/application/patches/patch-editor.tsx","apps/dokploy/components/dashboard/application/patches/show-patches.tsx","apps/dokploy/components/dashboard/application/preview-deployments/add-preview-domain.tsx","apps/dokploy/components/dashboard/application/preview-deployments/show-preview-deployments.tsx","apps/dokploy/components/dashboard/application/preview-deployments/show-preview-settings.tsx","apps/dokploy/components/dashboard/application/rollbacks/Backup","apps/dokploy/components/dashboard/application/rollbacks/show-rollback-settings.tsx","apps/dokploy/components/dashboard/application/schedules/handle-schedules.tsx","apps/dokploy/components/dashboard/application/schedules/show-schedules.tsx","apps/dokploy/components/dashboard/application/schedules/timezones.ts","apps/dokploy/components/dashboard/application/update-application.tsx","apps/dokploy/components/dashboard/application/volume-backups/handle-volume-backups.tsx","apps/dokploy/components/dashboard/application/volume-backups/restore-volume-backups.tsx","apps/dokploy/components/dashboard/application/volume-backups/show-volume-backups.tsx","apps/dokploy/components/dashboard/compose/advanced/add-command.tsx","apps/dokploy/components/dashboard/compose/advanced/add-isolation.tsx","apps/dokploy/components/dashboard/compose/containers/show-compose-containers.tsx","apps/dokploy/components/dashboard/compose/delete-service.tsx","apps/dokploy/components/dashboard/compose/general/actions.tsx","apps/dokploy/components/dashboard/compose/general/compose-file-editor.tsx","apps/dokploy/components/dashboard/compose/general/generic/save-bitbucket-provider-compose.tsx","apps/dokploy/components/dashboard/compose/general/generic/save-git-provider-compose.tsx","apps/dokploy/components/dashboard/compose/general/generic/save-gitea-provider-compose.tsx","apps/dokploy/components/dashboard/compose/general/generic/save-github-provider-compose.tsx","apps/dokploy/components/dashboard/compose/general/generic/save-gitlab-provider-compose.tsx","apps/dokploy/components/dashboard/compose/general/generic/show.tsx","apps/dokploy/components/dashboard/compose/general/randomize-compose.tsx","apps/dokploy/components/dashboard/compose/general/show-converted-compose.tsx","apps/dokploy/components/dashboard/compose/general/show.tsx","apps/dokploy/components/dashboard/compose/logs/show-stack.tsx","apps/dokploy/components/dashboard/compose/logs/show.tsx","apps/dokploy/components/dashboard/compose/update-compose.tsx","apps/dokploy/components/dashboard/database/backups/handle-backup.tsx","apps/dokploy/components/dashboard/database/backups/restore-backup.tsx","apps/dokploy/components/dashboard/database/backups/show-backups.tsx","apps/dokploy/components/dashboard/deployments/show-deployments-table.tsx","apps/dokploy/components/dashboard/deployments/show-queue-table.tsx","apps/dokploy/components/dashboard/docker/config/show-container-config.tsx","apps/dokploy/components/dashboard/docker/disk-usage/show-disk-usage.tsx","apps/dokploy/components/dashboard/docker/events/show-docker-events.tsx","apps/dokploy/components/dashboard/docker/files/files-explorer-modal.tsx","apps/dokploy/components/dashboard/docker/health/show-health.tsx","apps/dokploy/components/dashboard/docker/images/show-images.tsx","apps/dokploy/components/dashboard/docker/logs/analyze-logs.tsx","apps/dokploy/components/dashboard/docker/logs/docker-logs-id.tsx","apps/dokploy/components/dashboard/docker/logs/line-count-filter.tsx","apps/dokploy/components/dashboard/docker/logs/show-docker-modal-logs.tsx","apps/dokploy/components/dashboard/docker/logs/show-docker-modal-stack-logs.tsx","apps/dokploy/components/dashboard/docker/logs/since-logs-filter.tsx","apps/dokploy/components/dashboard/docker/logs/status-logs-filter.tsx","apps/dokploy/components/dashboard/docker/logs/terminal-line.tsx","apps/dokploy/components/dashboard/docker/logs/utils.ts","apps/dokploy/components/dashboard/docker/mounts/show-container-mounts.tsx","apps/dokploy/components/dashboard/docker/networks/show-container-networks.tsx","apps/dokploy/components/dashboard/docker/remove/remove-container.tsx","apps/dokploy/components/dashboard/docker/show/columns.tsx","apps/dokploy/components/dashboard/docker/show/show-containers.tsx","apps/dokploy/components/dashboard/docker/terminal/docker-terminal-modal.tsx","apps/dokploy/components/dashboard/docker/terminal/docker-terminal.tsx","apps/dokploy/components/dashboard/docker/upload/upload-file-modal.tsx","apps/dokploy/components/dashboard/docker/volumes/show-volumes.tsx","apps/dokploy/components/dashboard/file-system/show-traefik-file.tsx","apps/dokploy/components/dashboard/file-system/show-traefik-system.tsx","apps/dokploy/components/dashboard/home/show-home.tsx","apps/dokploy/components/dashboard/impersonation/impersonation-bar.tsx","apps/dokploy/components/dashboard/libsql/general/show-external-libsql-credentials.tsx","apps/dokploy/components/dashboard/libsql/general/show-general-libsql.tsx","apps/dokploy/components/dashboard/libsql/general/show-internal-libsql-credentials.tsx","apps/dokploy/components/dashboard/libsql/update-libsql.tsx","apps/dokploy/components/dashboard/mariadb/general/show-external-mariadb-credentials.tsx","apps/dokploy/components/dashboard/mariadb/general/show-general-mariadb.tsx","apps/dokploy/components/dashboard/mariadb/general/show-internal-mariadb-credentials.tsx","apps/dokploy/components/dashboard/mariadb/update-mariadb.tsx","apps/dokploy/components/dashboard/mongo/general/show-external-mongo-credentials.tsx","apps/dokploy/components/dashboard/mongo/general/show-general-mongo.tsx","apps/dokploy/components/dashboard/mongo/general/show-internal-mongo-credentials.tsx","apps/dokploy/components/dashboard/mongo/update-mongo.tsx","apps/dokploy/components/dashboard/monitoring/free/container/docker-block-chart.tsx","apps/dokploy/components/dashboard/monitoring/free/container/docker-cpu-chart.tsx","apps/dokploy/components/dashboard/monitoring/free/container/docker-disk-chart.tsx","apps/dokploy/components/dashboard/monitoring/free/container/docker-disk-usage-chart.tsx","apps/dokploy/components/dashboard/monitoring/free/container/docker-memory-chart.tsx","apps/dokploy/components/dashboard/monitoring/free/container/docker-network-chart.tsx","apps/dokploy/components/dashboard/monitoring/free/container/show-free-compose-monitoring.tsx","apps/dokploy/components/dashboard/monitoring/free/container/show-free-container-monitoring.tsx","apps/dokploy/components/dashboard/monitoring/paid/container/container-block-chart.tsx","apps/dokploy/components/dashboard/monitoring/paid/container/container-cpu-chart.tsx","apps/dokploy/components/dashboard/monitoring/paid/container/container-memory-chart.tsx","apps/dokploy/components/dashboard/monitoring/paid/container/container-network-chart.tsx","apps/dokploy/components/dashboard/monitoring/paid/container/show-paid-compose-monitoring.tsx","apps/dokploy/components/dashboard/monitoring/paid/container/show-paid-container-monitoring.tsx","apps/dokploy/components/dashboard/monitoring/paid/servers/cpu-chart.tsx","apps/dokploy/components/dashboard/monitoring/paid/servers/disk-chart.tsx","apps/dokploy/components/dashboard/monitoring/paid/servers/memory-chart.tsx","apps/dokploy/components/dashboard/monitoring/paid/servers/network-chart.tsx","apps/dokploy/components/dashboard/monitoring/paid/servers/show-paid-monitoring.tsx","apps/dokploy/components/dashboard/mysql/general/show-external-mysql-credentials.tsx","apps/dokploy/components/dashboard/mysql/general/show-general-mysql.tsx","apps/dokploy/components/dashboard/mysql/general/show-internal-mysql-credentials.tsx","apps/dokploy/components/dashboard/mysql/update-mysql.tsx","apps/dokploy/components/dashboard/networks/assign-compose-networks.tsx","apps/dokploy/components/dashboard/networks/assign-networks.tsx","apps/dokploy/components/dashboard/networks/handle-network.tsx","apps/dokploy/components/dashboard/networks/show-network-config.tsx","apps/dokploy/components/dashboard/networks/show-networks.tsx","apps/dokploy/components/dashboard/networks/sync-networks.tsx","apps/dokploy/components/dashboard/organization/handle-organization.tsx","apps/dokploy/components/dashboard/overview/show-overview-backups.tsx","apps/dokploy/components/dashboard/overview/show-overview-deployments.tsx","apps/dokploy/components/dashboard/overview/show-overview-domains.tsx","apps/dokploy/components/dashboard/overview/show-overview-services.tsx","apps/dokploy/components/dashboard/postgres/advanced/show-custom-command.tsx","apps/dokploy/components/dashboard/postgres/general/show-external-postgres-credentials.tsx","apps/dokploy/components/dashboard/postgres/general/show-general-postgres.tsx","apps/dokploy/components/dashboard/postgres/general/show-internal-postgres-credentials.tsx","apps/dokploy/components/dashboard/postgres/update-postgres.tsx","apps/dokploy/components/dashboard/project/add-ai-assistant.tsx","apps/dokploy/components/dashboard/project/add-application.tsx","apps/dokploy/components/dashboard/project/add-compose.tsx","apps/dokploy/components/dashboard/project/add-database.tsx","apps/dokploy/components/dashboard/project/add-import.tsx","apps/dokploy/components/dashboard/project/add-template.tsx","apps/dokploy/components/dashboard/project/advanced-environment-selector.tsx","apps/dokploy/components/dashboard/project/ai/step-one.tsx","apps/dokploy/components/dashboard/project/ai/step-three.tsx","apps/dokploy/components/dashboard/project/ai/step-two.tsx","apps/dokploy/components/dashboard/project/ai/template-generator.tsx","apps/dokploy/components/dashboard/project/duplicate-project.tsx","apps/dokploy/components/dashboard/project/environment-variables.tsx","apps/dokploy/components/dashboard/projects/handle-project.tsx","apps/dokploy/components/dashboard/projects/project-environment.tsx","apps/dokploy/components/dashboard/projects/show.tsx","apps/dokploy/components/dashboard/redis/general/show-external-redis-credentials.tsx","apps/dokploy/components/dashboard/redis/general/show-general-redis.tsx","apps/dokploy/components/dashboard/redis/general/show-internal-redis-credentials.tsx","apps/dokploy/components/dashboard/redis/update-redis.tsx","apps/dokploy/components/dashboard/requests/columns.tsx","apps/dokploy/components/dashboard/requests/request-distribution-chart.tsx","apps/dokploy/components/dashboard/requests/requests-table.tsx","apps/dokploy/components/dashboard/requests/show-requests.tsx","apps/dokploy/components/dashboard/requests/status-request-filter.tsx","apps/dokploy/components/dashboard/search-command.tsx","apps/dokploy/components/dashboard/settings/ai-form.tsx","apps/dokploy/components/dashboard/settings/api/add-api-key.tsx","apps/dokploy/components/dashboard/settings/api/show-api-keys.tsx","apps/dokploy/components/dashboard/settings/billing/show-billing-invoices.tsx","apps/dokploy/components/dashboard/settings/billing/show-billing.tsx","apps/dokploy/components/dashboard/settings/billing/show-invoices.tsx","apps/dokploy/components/dashboard/settings/billing/show-welcome-dokploy.tsx","apps/dokploy/components/dashboard/settings/certificates/handle-certificate.tsx","apps/dokploy/components/dashboard/settings/certificates/show-certificates.tsx","apps/dokploy/components/dashboard/settings/certificates/utils.ts","apps/dokploy/components/dashboard/settings/cluster/nodes/add-node.tsx","apps/dokploy/components/dashboard/settings/cluster/nodes/manager/add-manager.tsx","apps/dokploy/components/dashboard/settings/cluster/nodes/show-node-data.tsx","apps/dokploy/components/dashboard/settings/cluster/nodes/show-nodes.tsx","apps/dokploy/components/dashboard/settings/cluster/nodes/workers/add-worker.tsx","apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx","apps/dokploy/components/dashboard/settings/cluster/registry/show-registry.tsx","apps/dokploy/components/dashboard/settings/destination/constants.ts","apps/dokploy/components/dashboard/settings/destination/handle-destinations.tsx","apps/dokploy/components/dashboard/settings/destination/show-destinations.tsx","apps/dokploy/components/dashboard/settings/dns/handle-dns-provider.tsx","apps/dokploy/components/dashboard/settings/dns/handle-dns-record.tsx","apps/dokploy/components/dashboard/settings/dns/show-dns-provider-zones.tsx","apps/dokploy/components/dashboard/settings/dns/show-dns-providers.tsx","apps/dokploy/components/dashboard/settings/git/bitbucket/add-bitbucket-provider.tsx","apps/dokploy/components/dashboard/settings/git/bitbucket/edit-bitbucket-provider.tsx"],"storefront":"/r/Dokploy","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/Dokploy/dokploy/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}