mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
* `dokploy.admin.getOne()`: **Added** * `dokploy.admin.createUserInvitation()`: **Added** * `dokploy.admin.removeUser()`: **Added** * `dokploy.admin.getUserByToken()`: **Added** * `dokploy.admin.assignPermissions()`: **Added** * `dokploy.docker.getContainers()`: **Added** * `dokploy.docker.restartContainer()`: **Added** * `dokploy.docker.getConfig()`: **Added** * `dokploy.docker.getContainersByAppNameMatch()`: **Added** * `dokploy.docker.getContainersByAppLabel()`: **Added** * `dokploy.auth.createAdmin()`: **Added** * `dokploy.auth.createUser()`: **Added** * `dokploy.auth.login()`: **Added** * `dokploy.auth.getOne()`: **Added** * `dokploy.auth.logout()`: **Added** * `dokploy.auth.update()`: **Added** * `dokploy.auth.generateToken()`: **Added** * `dokploy.auth.get()`: **Added** * `dokploy.auth.generate2FaSecret()`: **Added** * `dokploy.auth.verify2faSetup()`: **Added** * `dokploy.auth.verifyLogin2Fa()`: **Added** * `dokploy.auth.disable2Fa()`: **Added** * `dokploy.auth.sendResetPasswordEmail()`: **Added** * `dokploy.auth.resetPassword()`: **Added** * `dokploy.auth.confirmEmail()`: **Added** * `dokploy.project.create()`: **Added** * `dokploy.project.get()`: **Added** * `dokploy.project.all()`: **Added** * `dokploy.project.remove()`: **Added** * `dokploy.project.update()`: **Added** * `dokploy.application.create()`: **Added** * `dokploy.application.getOne()`: **Added** * `dokploy.application.reload()`: **Added** * `dokploy.application.delete()`: **Added** * `dokploy.application.stop()`: **Added** * `dokploy.application.start()`: **Added** * `dokploy.application.redeploy()`: **Added** * `dokploy.application.saveEnvironment()`: **Added** * `dokploy.application.saveBuildType()`: **Added** * `dokploy.application.saveGithubProvider()`: **Added** * `dokploy.application.saveGitlabProvider()`: **Added** * `dokploy.application.saveBitbucketProvider()`: **Added** * `dokploy.application.saveDockerProvider()`: **Added** * `dokploy.application.saveGitProdiver()`: **Added** * `dokploy.application.markRunning()`: **Added** * `dokploy.application.update()`: **Added** * `dokploy.application.refreshToken()`: **Added** * `dokploy.application.deploy()`: **Added** * `dokploy.application.cleanQueues()`: **Added** * `dokploy.application.readTraefikConfig()`: **Added** * `dokploy.application.updateTraefikConfig()`: **Added** * `dokploy.application.readAppMonitoring()`: **Added** * `dokploy.mysql.create()`: **Added** * `dokploy.mysql.get()`: **Added** * `dokploy.mysql.start()`: **Added** * `dokploy.mysql.stop()`: **Added** * `dokploy.mysql.saveExternalPort()`: **Added** * `dokploy.mysql.deploy()`: **Added** * `dokploy.mysql.changeStatus()`: **Added** * `dokploy.mysql.reload()`: **Added** * `dokploy.mysql.remove()`: **Added** * `dokploy.mysql.saveEnvironment()`: **Added** * `dokploy.mysql.update()`: **Added** * `dokploy.postgres.create()`: **Added** * `dokploy.postgres.get()`: **Added** * `dokploy.postgres.start()`: **Added** * `dokploy.postgres.stop()`: **Added** * `dokploy.postgres.saveExternalPort()`: **Added** * `dokploy.postgres.deploy()`: **Added** * `dokploy.postgres.changeStatus()`: **Added** * `dokploy.postgres.remove()`: **Added** * `dokploy.postgres.saveEnvironment()`: **Added** * `dokploy.postgres.reload()`: **Added** * `dokploy.postgres.update()`: **Added** * `dokploy.redis.create()`: **Added** * `dokploy.redis.get()`: **Added** * `dokploy.redis.start()`: **Added** * `dokploy.redis.reload()`: **Added** * `dokploy.redis.stop()`: **Added** * `dokploy.redis.saveExternalPort()`: **Added** * `dokploy.redis.deploy()`: **Added** * `dokploy.redis.changeStatus()`: **Added** * `dokploy.redis.remove()`: **Added** * `dokploy.redis.saveEnvironment()`: **Added** * `dokploy.redis.update()`: **Added** * `dokploy.mongo.create()`: **Added** * `dokploy.mongo.get()`: **Added** * `dokploy.mongo.start()`: **Added** * `dokploy.mongo.stop()`: **Added** * `dokploy.mongo.saveExternalPort()`: **Added** * `dokploy.mongo.deploy()`: **Added** * `dokploy.mongo.changeStatus()`: **Added** * `dokploy.mongo.reload()`: **Added** * `dokploy.mongo.remove()`: **Added** * `dokploy.mongo.saveEnvironment()`: **Added** * `dokploy.mongo.update()`: **Added** * `dokploy.mariadb.create()`: **Added** * `dokploy.mariadb.get()`: **Added** * `dokploy.mariadb.start()`: **Added** * `dokploy.mariadb.stop()`: **Added** * `dokploy.mariadb.saveExternalPort()`: **Added** * `dokploy.mariadb.deploy()`: **Added** * `dokploy.mariadb.changeStatus()`: **Added** * `dokploy.mariadb.remove()`: **Added** * `dokploy.mariadb.saveEnvironment()`: **Added** * `dokploy.mariadb.reload()`: **Added** * `dokploy.mariadb.update()`: **Added** * `dokploy.compose.create()`: **Added** * `dokploy.compose.getOne()`: **Added** * `dokploy.compose.update()`: **Added** * `dokploy.compose.delete()`: **Added** * `dokploy.compose.cleanQueues()`: **Added** * `dokploy.compose.fetchSourceType()`: **Added** * `dokploy.compose.randomizeCompose()`: **Added** * `dokploy.compose.getConverted()`: **Added** * `dokploy.compose.deploy()`: **Added** * `dokploy.compose.redeploy()`: **Added** * `dokploy.compose.stop()`: **Added** * `dokploy.compose.getDefaultCommand()`: **Added** * `dokploy.compose.refreshToken()`: **Added** * `dokploy.compose.deployTemplate()`: **Added** * `dokploy.compose.getTemplates()`: **Added** * `dokploy.compose.getTags()`: **Added** * `dokploy.user.getAll()`: **Added** * `dokploy.user.byAuthId()`: **Added** * `dokploy.user.byUserId()`: **Added** * `dokploy.domain.create()`: **Added** * `dokploy.domain.byApplicationId()`: **Added** * `dokploy.domain.byComposeId()`: **Added** * `dokploy.domain.generateDomain()`: **Added** * `dokploy.domain.update()`: **Added** * `dokploy.domain.get()`: **Added** * `dokploy.domain.delete()`: **Added** * `dokploy.destination.create()`: **Added** * `dokploy.destination.testConnection()`: **Added** * `dokploy.destination.getOne()`: **Added** * `dokploy.destination.get()`: **Added** * `dokploy.destination.remove()`: **Added** * `dokploy.destination.update()`: **Added** * `dokploy.backup.create()`: **Added** * `dokploy.backup.get()`: **Added** * `dokploy.backup.update()`: **Added** * `dokploy.backup.remove()`: **Added** * `dokploy.backup.manualBackupPostgres()`: **Added** * `dokploy.backup.manualBackupMysql()`: **Added** * `dokploy.backup.manualBackupMariadb()`: **Added** * `dokploy.backup.manualBackupMongo()`: **Added** * `dokploy.deployment.get()`: **Added** * `dokploy.deployment.allByCompose()`: **Added** * `dokploy.deployment.allByServer()`: **Added** * `dokploy.mounts.create()`: **Added** * `dokploy.mounts.remove()`: **Added** * `dokploy.mounts.get()`: **Added** * `dokploy.mounts.update()`: **Added** * `dokploy.certificates.create()`: **Added** * `dokploy.certificates.get()`: **Added** * `dokploy.certificates.remove()`: **Added** * `dokploy.certificates.all()`: **Added** * `dokploy.settings.reloadServer()`: **Added** * `dokploy.settings.reloadTraefik()`: **Added** * `dokploy.settings.toggleDashboard()`: **Added** * `dokploy.settings.cleanUnusedImages()`: **Added** * `dokploy.settings.cleanUnusedVolumes()`: **Added** * `dokploy.settings.cleanStoppedContainers()`: **Added** * `dokploy.settings.cleanDockerBuilder()`: **Added** * `dokploy.settings.cleanDockerPrune()`: **Added** * `dokploy.settings.cleanAll()`: **Added** * `dokploy.settings.cleanMonitoring()`: **Added** * `dokploy.settings.saveSshPrivateKey()`: **Added** * `dokploy.settings.assignDomainServer()`: **Added** * `dokploy.settings.cleanSshPrivateKey()`: **Added** * `dokploy.settings.updateDockerCleanup()`: **Added** * `dokploy.settings.readTraefikConfig()`: **Added** * `dokploy.settings.updateTraefikConfig()`: **Added** * `dokploy.settings.readWebServerTraefikConfig()`: **Added** * `dokploy.settings.updateWebServerTraefikConfig()`: **Added** * `dokploy.settings.readMiddlewareTraefikConfig()`: **Added** * `dokploy.settings.updateMiddlewareTraefikConfig()`: **Added** * `dokploy.settings.checkAndUpdateImage()`: **Added** * `dokploy.settings.updateServer()`: **Added** * `dokploy.settings.getDokployVersion()`: **Added** * `dokploy.settings.readDirectories()`: **Added** * `dokploy.settings.updateTraefikFile()`: **Added** * `dokploy.settings.readTraefikFile()`: **Added** * `dokploy.settings.getIp()`: **Added** * `dokploy.settings.getOpenApiDocument()`: **Added** * `dokploy.settings.readTraefikEnv()`: **Added** * `dokploy.settings.writeTraefikEnv()`: **Added** * `dokploy.settings.haveTraefikDashboardPortEnabled()`: **Added** * `dokploy.settings.readStats()`: **Added** * `dokploy.settings.getLogRotateStatus()`: **Added** * `dokploy.settings.toggleLogRotate()`: **Added** * `dokploy.settings.haveActivateRequests()`: **Added** * `dokploy.settings.toggleRequests()`: **Added** * `dokploy.settings.isCloud()`: **Added** * `dokploy.settings.health()`: **Added** * `dokploy.security.create()`: **Added** * `dokploy.security.get()`: **Added** * `dokploy.security.delete()`: **Added** * `dokploy.security.update()`: **Added** * `dokploy.redirects.create()`: **Added** * `dokploy.redirects.getOne()`: **Added** * `dokploy.redirects.delete()`: **Added** * `dokploy.redirects.update()`: **Added** * `dokploy.port.create()`: **Added** * `dokploy.port.get()`: **Added** * `dokploy.port.delete()`: **Added** * `dokploy.port.update()`: **Added** * `dokploy.registry.create()`: **Added** * `dokploy.registry.remove()`: **Added** * `dokploy.registry.update()`: **Added** * `dokploy.registry.getAll()`: **Added** * `dokploy.registry.get()`: **Added** * `dokploy.registry.testRegistry()`: **Added** * `dokploy.cluster.getNodes()`: **Added** * `dokploy.cluster.removeWorker()`: **Added** * `dokploy.cluster.addWorker()`: **Added** * `dokploy.cluster.addManager()`: **Added** * `dokploy.notification.createSlack()`: **Added** * `dokploy.notification.updateSlack()`: **Added** * `dokploy.notification.testSlackConnection()`: **Added** * `dokploy.notification.createTelegram()`: **Added** * `dokploy.notification.updateTelegram()`: **Added** * `dokploy.notification.testTelegramConnection()`: **Added** * `dokploy.notification.createDiscord()`: **Added** * `dokploy.notification.updateDiscord()`: **Added** * `dokploy.notification.testDiscordConnection()`: **Added** * `dokploy.notification.createEmail()`: **Added** * `dokploy.notification.updateEmail()`: **Added** * `dokploy.notification.testEmailConnection()`: **Added** * `dokploy.notification.remove()`: **Added** * `dokploy.notification.getAll()`: **Added** * `dokploy.notifications.get()`: **Added** * `dokploy.sshKeys.create()`: **Added** * `dokploy.sshKeys.all()`: **Added** * `dokploy.sshKey.remove()`: **Added** * `dokploy.sshKey.get()`: **Added** * `dokploy.sshKey.generate()`: **Added** * `dokploy.sshKey.update()`: **Added** * `dokploy.gitProvider.getAll()`: **Added** * `dokploy.gitProvider.remove()`: **Added** * `dokploy.bitbucket.create()`: **Added** * `dokploy.bitbucket.get()`: **Added** * `dokploy.bitbucket.providers()`: **Added** * `dokploy.bitbucket.getRepositories()`: **Added** * `dokploy.bitbucket.getBranches()`: **Added** * `dokploy.bitbucket.testConnection()`: **Added** * `dokploy.bitbucket.update()`: **Added** * `dokploy.gitlab.create()`: **Added** * `dokploy.gitlab.one()`: **Added** * `dokploy.gitlab.providers()`: **Added** * `dokploy.gitlab.getGitlabRepositories()`: **Added** * `dokploy.gitlab.getGitlabBranches()`: **Added** * `dokploy.gitlab.testConnection()`: **Added** * `dokploy.gitlab.update()`: **Added** * `dokploy.github.one()`: **Added** * `dokploy.github.getRepositories()`: **Added** * `dokploy.github.getBranches()`: **Added** * `dokploy.github.getProviders()`: **Added** * `dokploy.github.testConnection()`: **Added** * `dokploy.github.update()`: **Added** * `dokploy.server.create()`: **Added** * `dokploy.server.all()`: **Added** * `dokploy.server.withSshKey()`: **Added** * `dokploy.server.setup()`: **Added** * `dokploy.server.remove()`: **Added** * `dokploy.server.update()`: **Added** * `dokploy.servers.get()`: **Added** * `dokploy.stripe.getProducts()`: **Added** * `dokploy.stripe.createCheckoutSession()`: **Added** * `dokploy.stripe.createCustomerPortalSession()`: **Added** * `dokploy.stripe.canCreateMoreServers()`: **Added** * `dokploy.admin.adminOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.admin.adminCreateUserInvitation()`: **Deleted** **Breaking** ⚠️ * `dokploy.admin.adminRemoveUser()`: **Deleted** **Breaking** ⚠️ * `dokploy.admin.adminGetUserByToken()`: **Deleted** **Breaking** ⚠️ * `dokploy.admin.adminAssignPermissions()`: **Deleted** **Breaking** ⚠️ * `dokploy.docker.dockerGetContainers()`: **Deleted** **Breaking** ⚠️ * `dokploy.docker.dockerRestartContainer()`: **Deleted** **Breaking** ⚠️ * `dokploy.docker.dockerGetConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.docker.dockerGetContainersByAppNameMatch()`: **Deleted** **Breaking** ⚠️ * `dokploy.docker.dockerGetContainersByAppLabel()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authCreateAdmin()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authCreateUser()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authLogin()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authGet()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authLogout()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authGenerateToken()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authGenerate2FaSecret()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authVerify2FaSetup()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authVerifyLogin2Fa()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authDisable2Fa()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authSendResetPasswordEmail()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authResetPassword()`: **Deleted** **Breaking** ⚠️ * `dokploy.auth.authConfirmEmail()`: **Deleted** **Breaking** ⚠️ * `dokploy.project.projectCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.project.projectOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.project.projectAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.project.projectRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.project.projectUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationReload()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationDelete()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationStop()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationStart()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationRedeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationSaveEnvironment()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationSaveBuildType()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationSaveGithubProvider()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationSaveGitlabProvider()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationSaveBitbucketProvider()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationSaveDockerProvider()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationSaveGitProdiver()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationMarkRunning()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationRefreshToken()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationDeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationCleanQueues()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationReadTraefikConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationUpdateTraefikConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.application.applicationReadAppMonitoring()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlStart()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlStop()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlSaveExternalPort()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlDeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlChangeStatus()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlReload()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlSaveEnvironment()`: **Deleted** **Breaking** ⚠️ * `dokploy.mysql.mysqlUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresStart()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresStop()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresSaveExternalPort()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresDeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresChangeStatus()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresSaveEnvironment()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresReload()`: **Deleted** **Breaking** ⚠️ * `dokploy.postgres.postgresUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisStart()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisReload()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisStop()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisSaveExternalPort()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisDeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisChangeStatus()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisSaveEnvironment()`: **Deleted** **Breaking** ⚠️ * `dokploy.redis.redisUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoStart()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoStop()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoSaveExternalPort()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoDeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoChangeStatus()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoReload()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoSaveEnvironment()`: **Deleted** **Breaking** ⚠️ * `dokploy.mongo.mongoUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbStart()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbStop()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbSaveExternalPort()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbDeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbChangeStatus()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbSaveEnvironment()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbReload()`: **Deleted** **Breaking** ⚠️ * `dokploy.mariadb.mariadbUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeDelete()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeCleanQueues()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeFetchSourceType()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeRandomizeCompose()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeGetConvertedCompose()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeDeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeRedeploy()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeStop()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeGetDefaultCommand()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeRefreshToken()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeDeployTemplate()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeTemplates()`: **Deleted** **Breaking** ⚠️ * `dokploy.compose.composeGetTags()`: **Deleted** **Breaking** ⚠️ * `dokploy.user.userAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.user.userByAuthId()`: **Deleted** **Breaking** ⚠️ * `dokploy.user.userByUserId()`: **Deleted** **Breaking** ⚠️ * `dokploy.domain.domainCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.domain.domainByApplicationId()`: **Deleted** **Breaking** ⚠️ * `dokploy.domain.domainByComposeId()`: **Deleted** **Breaking** ⚠️ * `dokploy.domain.domainGenerateDomain()`: **Deleted** **Breaking** ⚠️ * `dokploy.domain.domainUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.domain.domainOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.domain.domainDelete()`: **Deleted** **Breaking** ⚠️ * `dokploy.destination.destinationCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.destination.destinationTestConnection()`: **Deleted** **Breaking** ⚠️ * `dokploy.destination.destinationOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.destination.destinationAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.destination.destinationRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.destination.destinationUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.backup.backupCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.backup.backupOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.backup.backupUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.backup.backupRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.backup.backupManualBackupPostgres()`: **Deleted** **Breaking** ⚠️ * `dokploy.backup.backupManualBackupMySql()`: **Deleted** **Breaking** ⚠️ * `dokploy.backup.backupManualBackupMariadb()`: **Deleted** **Breaking** ⚠️ * `dokploy.backup.backupManualBackupMongo()`: **Deleted** **Breaking** ⚠️ * `dokploy.deployment.deploymentAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.deployment.deploymentAllByCompose()`: **Deleted** **Breaking** ⚠️ * `dokploy.deployment.deploymentAllByServer()`: **Deleted** **Breaking** ⚠️ * `dokploy.mounts.mountsCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.mounts.mountsRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.mounts.mountsOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.mounts.mountsUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.certificates.certificatesCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.certificates.certificatesOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.certificates.certificatesRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.certificates.certificatesAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReloadServer()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReloadTraefik()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsToggleDashboard()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCleanUnusedImages()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCleanUnusedVolumes()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCleanStoppedContainers()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCleanDockerBuilder()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCleanDockerPrune()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCleanAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCleanMonitoring()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsSaveSshPrivateKey()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsAssignDomainServer()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCleanSshPrivateKey()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsUpdateDockerCleanup()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReadTraefikConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsUpdateTraefikConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReadWebServerTraefikConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsUpdateWebServerTraefikConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReadMiddlewareTraefikConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsUpdateMiddlewareTraefikConfig()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsCheckAndUpdateImage()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsUpdateServer()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsGetDokployVersion()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReadDirectories()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsUpdateTraefikFile()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReadTraefikFile()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsGetIp()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsGetOpenApiDocument()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReadTraefikEnv()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsWriteTraefikEnv()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsHaveTraefikDashboardPortEnabled()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsReadStats()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsGetLogRotateStatus()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsToggleLogRotate()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsHaveActivateRequests()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsToggleRequests()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsIsCloud()`: **Deleted** **Breaking** ⚠️ * `dokploy.settings.settingsHealth()`: **Deleted** **Breaking** ⚠️ * `dokploy.security.securityCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.security.securityOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.security.securityDelete()`: **Deleted** **Breaking** ⚠️ * `dokploy.security.securityUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.redirects.redirectsCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.redirects.redirectsOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.redirects.redirectsDelete()`: **Deleted** **Breaking** ⚠️ * `dokploy.redirects.redirectsUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.port.portCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.port.portOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.port.portDelete()`: **Deleted** **Breaking** ⚠️ * `dokploy.port.portUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.registry.registryCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.registry.registryRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.registry.registryUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.registry.registryAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.registry.registryOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.registry.registryTestRegistry()`: **Deleted** **Breaking** ⚠️ * `dokploy.cluster.clusterGetNodes()`: **Deleted** **Breaking** ⚠️ * `dokploy.cluster.clusterRemoveWorker()`: **Deleted** **Breaking** ⚠️ * `dokploy.cluster.clusterAddWorker()`: **Deleted** **Breaking** ⚠️ * `dokploy.cluster.clusterAddManager()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationCreateSlack()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationUpdateSlack()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationTestSlackConnection()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationCreateTelegram()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationUpdateTelegram()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationTestTelegramConnection()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationCreateDiscord()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationUpdateDiscord()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationTestDiscordConnection()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationCreateEmail()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationUpdateEmail()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationTestEmailConnection()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.notification.notificationAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.sshKey.sshKeyCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.sshKey.sshKeyRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.sshKey.sshKeyOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.sshKey.sshKeyAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.sshKey.sshKeyGenerate()`: **Deleted** **Breaking** ⚠️ * `dokploy.sshKey.sshKeyUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitProvider.gitProviderGetAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitProvider.gitProviderRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.bitbucket.bitbucketCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.bitbucket.bitbucketOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.bitbucket.bitbucketBitbucketProviders()`: **Deleted** **Breaking** ⚠️ * `dokploy.bitbucket.bitbucketGetBitbucketRepositories()`: **Deleted** **Breaking** ⚠️ * `dokploy.bitbucket.bitbucketGetBitbucketBranches()`: **Deleted** **Breaking** ⚠️ * `dokploy.bitbucket.bitbucketTestConnection()`: **Deleted** **Breaking** ⚠️ * `dokploy.bitbucket.bitbucketUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitlab.gitlabCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitlab.gitlabOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitlab.gitlabGitlabProviders()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitlab.gitlabGetGitlabRepositories()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitlab.gitlabGetGitlabBranches()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitlab.gitlabTestConnection()`: **Deleted** **Breaking** ⚠️ * `dokploy.gitlab.gitlabUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.github.githubOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.github.githubGetGithubRepositories()`: **Deleted** **Breaking** ⚠️ * `dokploy.github.githubGetGithubBranches()`: **Deleted** **Breaking** ⚠️ * `dokploy.github.githubGithubProviders()`: **Deleted** **Breaking** ⚠️ * `dokploy.github.githubTestConnection()`: **Deleted** **Breaking** ⚠️ * `dokploy.github.githubUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.server.serverCreate()`: **Deleted** **Breaking** ⚠️ * `dokploy.server.serverOne()`: **Deleted** **Breaking** ⚠️ * `dokploy.server.serverAll()`: **Deleted** **Breaking** ⚠️ * `dokploy.server.serverWithSshKey()`: **Deleted** **Breaking** ⚠️ * `dokploy.server.serverSetup()`: **Deleted** **Breaking** ⚠️ * `dokploy.server.serverRemove()`: **Deleted** **Breaking** ⚠️ * `dokploy.server.serverUpdate()`: **Deleted** **Breaking** ⚠️ * `dokploy.stripe.stripeGetProducts()`: **Deleted** **Breaking** ⚠️ * `dokploy.stripe.stripeCreateCheckoutSession()`: **Deleted** **Breaking** ⚠️ * `dokploy.stripe.stripeCreateCustomerPortalSession()`: **Deleted** **Breaking** ⚠️ * `dokploy.stripe.stripeCanCreateMoreServers()`: **Deleted** **Breaking** ⚠️
612 lines
18 KiB
JSON
612 lines
18 KiB
JSON
{
|
|
"name": "dokploy-examples",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "dokploy-examples",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"dokploy": "file:.."
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"tsx": "^4.19.2"
|
|
}
|
|
},
|
|
"..": {
|
|
"name": "dokploy",
|
|
"version": "0.1.3",
|
|
"dependencies": {
|
|
"zod": "^3.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"eslint": "^9.19.0",
|
|
"globals": "^15.14.0",
|
|
"tshy": "^2.0.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.26.0"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.10.tgz",
|
|
"integrity": "sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==",
|
|
"cpu": [
|
|
"ppc64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"aix"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/android-arm": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.10.tgz",
|
|
"integrity": "sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/android-arm64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.10.tgz",
|
|
"integrity": "sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/android-x64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.10.tgz",
|
|
"integrity": "sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.10.tgz",
|
|
"integrity": "sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/darwin-x64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.10.tgz",
|
|
"integrity": "sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/freebsd-arm64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.10.tgz",
|
|
"integrity": "sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/freebsd-x64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.10.tgz",
|
|
"integrity": "sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-arm": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.10.tgz",
|
|
"integrity": "sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-arm64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.10.tgz",
|
|
"integrity": "sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-ia32": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.10.tgz",
|
|
"integrity": "sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-loong64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.10.tgz",
|
|
"integrity": "sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==",
|
|
"cpu": [
|
|
"loong64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-mips64el": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.10.tgz",
|
|
"integrity": "sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==",
|
|
"cpu": [
|
|
"mips64el"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-ppc64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.10.tgz",
|
|
"integrity": "sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==",
|
|
"cpu": [
|
|
"ppc64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-riscv64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.10.tgz",
|
|
"integrity": "sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==",
|
|
"cpu": [
|
|
"riscv64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-s390x": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.10.tgz",
|
|
"integrity": "sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==",
|
|
"cpu": [
|
|
"s390x"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/linux-x64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.10.tgz",
|
|
"integrity": "sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/netbsd-arm64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.10.tgz",
|
|
"integrity": "sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"netbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/netbsd-x64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.10.tgz",
|
|
"integrity": "sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"netbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/openbsd-arm64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.10.tgz",
|
|
"integrity": "sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"openbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/openbsd-x64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.10.tgz",
|
|
"integrity": "sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"openbsd"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/openharmony-arm64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.10.tgz",
|
|
"integrity": "sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"openharmony"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/sunos-x64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.10.tgz",
|
|
"integrity": "sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"sunos"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/win32-arm64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.10.tgz",
|
|
"integrity": "sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/win32-ia32": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.10.tgz",
|
|
"integrity": "sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/win32-x64": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.10.tgz",
|
|
"integrity": "sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "20.19.17",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.17.tgz",
|
|
"integrity": "sha512-gfehUI8N1z92kygssiuWvLiwcbOB3IRktR6hTDgJlXMYh5OvkPSRmgfoBUmfZt+vhwJtX7v1Yw4KvvAf7c5QKQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.21.0"
|
|
}
|
|
},
|
|
"node_modules/dokploy": {
|
|
"resolved": "..",
|
|
"link": true
|
|
},
|
|
"node_modules/dotenv": {
|
|
"version": "16.6.1",
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
|
|
"integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://dotenvx.com"
|
|
}
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.25.10",
|
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.10.tgz",
|
|
"integrity": "sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.25.10",
|
|
"@esbuild/android-arm": "0.25.10",
|
|
"@esbuild/android-arm64": "0.25.10",
|
|
"@esbuild/android-x64": "0.25.10",
|
|
"@esbuild/darwin-arm64": "0.25.10",
|
|
"@esbuild/darwin-x64": "0.25.10",
|
|
"@esbuild/freebsd-arm64": "0.25.10",
|
|
"@esbuild/freebsd-x64": "0.25.10",
|
|
"@esbuild/linux-arm": "0.25.10",
|
|
"@esbuild/linux-arm64": "0.25.10",
|
|
"@esbuild/linux-ia32": "0.25.10",
|
|
"@esbuild/linux-loong64": "0.25.10",
|
|
"@esbuild/linux-mips64el": "0.25.10",
|
|
"@esbuild/linux-ppc64": "0.25.10",
|
|
"@esbuild/linux-riscv64": "0.25.10",
|
|
"@esbuild/linux-s390x": "0.25.10",
|
|
"@esbuild/linux-x64": "0.25.10",
|
|
"@esbuild/netbsd-arm64": "0.25.10",
|
|
"@esbuild/netbsd-x64": "0.25.10",
|
|
"@esbuild/openbsd-arm64": "0.25.10",
|
|
"@esbuild/openbsd-x64": "0.25.10",
|
|
"@esbuild/openharmony-arm64": "0.25.10",
|
|
"@esbuild/sunos-x64": "0.25.10",
|
|
"@esbuild/win32-arm64": "0.25.10",
|
|
"@esbuild/win32-ia32": "0.25.10",
|
|
"@esbuild/win32-x64": "0.25.10"
|
|
}
|
|
},
|
|
"node_modules/fsevents": {
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/get-tsconfig": {
|
|
"version": "4.10.1",
|
|
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.1.tgz",
|
|
"integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-pkg-maps": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/resolve-pkg-maps": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
|
|
"integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/tsx": {
|
|
"version": "4.20.6",
|
|
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz",
|
|
"integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "~0.25.0",
|
|
"get-tsconfig": "^4.7.5"
|
|
},
|
|
"bin": {
|
|
"tsx": "dist/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.21.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|