From 346e073c515095ca7a2b8c96ccf3ec6a7d8a0ca1 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 30 Nov 2025 01:31:07 -0600 Subject: [PATCH] chore: remove deprecated API documentation files - Deleted multiple outdated API documentation files to streamline the documentation structure. - This cleanup aligns with recent efforts to maintain an organized and efficient documentation system. --- .../docs/api/generated/reference-auth.mdx | 86 -------- .../docs/content/docs/api/reference-admin.mdx | 36 ---- .../docs/api/reference-application.mdx | 121 ----------- apps/docs/content/docs/api/reference-auth.mdx | 86 -------- .../content/docs/api/reference-backup.mdx | 51 ----- .../content/docs/api/reference-bitbucket.mdx | 46 ---- .../docs/api/reference-certificates.mdx | 31 --- .../content/docs/api/reference-cluster.mdx | 31 --- .../content/docs/api/reference-compose.mdx | 96 --------- .../content/docs/api/reference-deployment.mdx | 26 --- .../docs/api/reference-destination.mdx | 41 ---- .../content/docs/api/reference-docker.mdx | 36 ---- .../content/docs/api/reference-domain.mdx | 46 ---- .../docs/api/reference-gitProvider.mdx | 21 -- .../content/docs/api/reference-github.mdx | 41 ---- .../content/docs/api/reference-gitlab.mdx | 46 ---- .../content/docs/api/reference-mariadb.mdx | 66 ------ .../docs/content/docs/api/reference-mongo.mdx | 66 ------ .../content/docs/api/reference-mounts.mdx | 31 --- .../docs/content/docs/api/reference-mysql.mdx | 66 ------ .../docs/api/reference-notification.mdx | 86 -------- apps/docs/content/docs/api/reference-port.mdx | 31 --- .../content/docs/api/reference-postgres.mdx | 66 ------ .../content/docs/api/reference-project.mdx | 36 ---- .../content/docs/api/reference-redirects.mdx | 31 --- .../docs/content/docs/api/reference-redis.mdx | 66 ------ .../content/docs/api/reference-registry.mdx | 41 ---- .../content/docs/api/reference-security.mdx | 31 --- .../content/docs/api/reference-server.mdx | 46 ---- .../content/docs/api/reference-settings.mdx | 201 ------------------ .../content/docs/api/reference-sshKey.mdx | 41 ---- .../content/docs/api/reference-stripe.mdx | 31 --- apps/docs/content/docs/api/reference-user.mdx | 26 --- 33 files changed, 1803 deletions(-) delete mode 100644 apps/docs/content/docs/api/generated/reference-auth.mdx delete mode 100644 apps/docs/content/docs/api/reference-admin.mdx delete mode 100644 apps/docs/content/docs/api/reference-application.mdx delete mode 100644 apps/docs/content/docs/api/reference-auth.mdx delete mode 100644 apps/docs/content/docs/api/reference-backup.mdx delete mode 100644 apps/docs/content/docs/api/reference-bitbucket.mdx delete mode 100644 apps/docs/content/docs/api/reference-certificates.mdx delete mode 100644 apps/docs/content/docs/api/reference-cluster.mdx delete mode 100644 apps/docs/content/docs/api/reference-compose.mdx delete mode 100644 apps/docs/content/docs/api/reference-deployment.mdx delete mode 100644 apps/docs/content/docs/api/reference-destination.mdx delete mode 100644 apps/docs/content/docs/api/reference-docker.mdx delete mode 100644 apps/docs/content/docs/api/reference-domain.mdx delete mode 100644 apps/docs/content/docs/api/reference-gitProvider.mdx delete mode 100644 apps/docs/content/docs/api/reference-github.mdx delete mode 100644 apps/docs/content/docs/api/reference-gitlab.mdx delete mode 100644 apps/docs/content/docs/api/reference-mariadb.mdx delete mode 100644 apps/docs/content/docs/api/reference-mongo.mdx delete mode 100644 apps/docs/content/docs/api/reference-mounts.mdx delete mode 100644 apps/docs/content/docs/api/reference-mysql.mdx delete mode 100644 apps/docs/content/docs/api/reference-notification.mdx delete mode 100644 apps/docs/content/docs/api/reference-port.mdx delete mode 100644 apps/docs/content/docs/api/reference-postgres.mdx delete mode 100644 apps/docs/content/docs/api/reference-project.mdx delete mode 100644 apps/docs/content/docs/api/reference-redirects.mdx delete mode 100644 apps/docs/content/docs/api/reference-redis.mdx delete mode 100644 apps/docs/content/docs/api/reference-registry.mdx delete mode 100644 apps/docs/content/docs/api/reference-security.mdx delete mode 100644 apps/docs/content/docs/api/reference-server.mdx delete mode 100644 apps/docs/content/docs/api/reference-settings.mdx delete mode 100644 apps/docs/content/docs/api/reference-sshKey.mdx delete mode 100644 apps/docs/content/docs/api/reference-stripe.mdx delete mode 100644 apps/docs/content/docs/api/reference-user.mdx diff --git a/apps/docs/content/docs/api/generated/reference-auth.mdx b/apps/docs/content/docs/api/generated/reference-auth.mdx deleted file mode 100644 index ebf1cbb..0000000 --- a/apps/docs/content/docs/api/generated/reference-auth.mdx +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: Auth -full: true -_openapi: - toc: - - depth: 2 - title: Auth create Admin - url: '#auth-create-admin' - - depth: 2 - title: Auth create User - url: '#auth-create-user' - - depth: 2 - title: Auth login - url: '#auth-login' - - depth: 2 - title: Auth get - url: '#auth-get' - - depth: 2 - title: Auth logout - url: '#auth-logout' - - depth: 2 - title: Auth update - url: '#auth-update' - - depth: 2 - title: Auth generate Token - url: '#auth-generate-token' - - depth: 2 - title: Auth one - url: '#auth-one' - - depth: 2 - title: Auth generate2 F A Secret - url: '#auth-generate2-f-a-secret' - - depth: 2 - title: Auth verify2 F A Setup - url: '#auth-verify2-f-a-setup' - - depth: 2 - title: Auth verify Login2 F A - url: '#auth-verify-login2-f-a' - - depth: 2 - title: Auth disable2 F A - url: '#auth-disable2-f-a' - - depth: 2 - title: Auth send Reset Password Email - url: '#auth-send-reset-password-email' - - depth: 2 - title: Auth reset Password - url: '#auth-reset-password' - - depth: 2 - title: Auth confirm Email - url: '#auth-confirm-email' - structuredData: - headings: - - content: Auth create Admin - id: auth-create-admin - - content: Auth create User - id: auth-create-user - - content: Auth login - id: auth-login - - content: Auth get - id: auth-get - - content: Auth logout - id: auth-logout - - content: Auth update - id: auth-update - - content: Auth generate Token - id: auth-generate-token - - content: Auth one - id: auth-one - - content: Auth generate2 F A Secret - id: auth-generate2-f-a-secret - - content: Auth verify2 F A Setup - id: auth-verify2-f-a-setup - - content: Auth verify Login2 F A - id: auth-verify-login2-f-a - - content: Auth disable2 F A - id: auth-disable2-f-a - - content: Auth send Reset Password Email - id: auth-send-reset-password-email - - content: Auth reset Password - id: auth-reset-password - - content: Auth confirm Email - id: auth-confirm-email - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-admin.mdx b/apps/docs/content/docs/api/reference-admin.mdx deleted file mode 100644 index 548d0bd..0000000 --- a/apps/docs/content/docs/api/reference-admin.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Admin -full: true -_openapi: - toc: - - depth: 2 - title: Admin one - url: '#admin-one' - - depth: 2 - title: Admin create User Invitation - url: '#admin-create-user-invitation' - - depth: 2 - title: Admin remove User - url: '#admin-remove-user' - - depth: 2 - title: Admin get User By Token - url: '#admin-get-user-by-token' - - depth: 2 - title: Admin assign Permissions - url: '#admin-assign-permissions' - structuredData: - headings: - - content: Admin one - id: admin-one - - content: Admin create User Invitation - id: admin-create-user-invitation - - content: Admin remove User - id: admin-remove-user - - content: Admin get User By Token - id: admin-get-user-by-token - - content: Admin assign Permissions - id: admin-assign-permissions - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-application.mdx b/apps/docs/content/docs/api/reference-application.mdx deleted file mode 100644 index 3860b11..0000000 --- a/apps/docs/content/docs/api/reference-application.mdx +++ /dev/null @@ -1,121 +0,0 @@ ---- -title: Application -full: true -_openapi: - toc: - - depth: 2 - title: Application create - url: '#application-create' - - depth: 2 - title: Application one - url: '#application-one' - - depth: 2 - title: Application reload - url: '#application-reload' - - depth: 2 - title: Application delete - url: '#application-delete' - - depth: 2 - title: Application stop - url: '#application-stop' - - depth: 2 - title: Application start - url: '#application-start' - - depth: 2 - title: Application redeploy - url: '#application-redeploy' - - depth: 2 - title: Application save Environment - url: '#application-save-environment' - - depth: 2 - title: Application save Build Type - url: '#application-save-build-type' - - depth: 2 - title: Application save Github Provider - url: '#application-save-github-provider' - - depth: 2 - title: Application save Gitlab Provider - url: '#application-save-gitlab-provider' - - depth: 2 - title: Application save Bitbucket Provider - url: '#application-save-bitbucket-provider' - - depth: 2 - title: Application save Docker Provider - url: '#application-save-docker-provider' - - depth: 2 - title: Application save Git Prodiver - url: '#application-save-git-prodiver' - - depth: 2 - title: Application mark Running - url: '#application-mark-running' - - depth: 2 - title: Application update - url: '#application-update' - - depth: 2 - title: Application refresh Token - url: '#application-refresh-token' - - depth: 2 - title: Application deploy - url: '#application-deploy' - - depth: 2 - title: Application clean Queues - url: '#application-clean-queues' - - depth: 2 - title: Application read Traefik Config - url: '#application-read-traefik-config' - - depth: 2 - title: Application update Traefik Config - url: '#application-update-traefik-config' - - depth: 2 - title: Application read App Monitoring - url: '#application-read-app-monitoring' - structuredData: - headings: - - content: Application create - id: application-create - - content: Application one - id: application-one - - content: Application reload - id: application-reload - - content: Application delete - id: application-delete - - content: Application stop - id: application-stop - - content: Application start - id: application-start - - content: Application redeploy - id: application-redeploy - - content: Application save Environment - id: application-save-environment - - content: Application save Build Type - id: application-save-build-type - - content: Application save Github Provider - id: application-save-github-provider - - content: Application save Gitlab Provider - id: application-save-gitlab-provider - - content: Application save Bitbucket Provider - id: application-save-bitbucket-provider - - content: Application save Docker Provider - id: application-save-docker-provider - - content: Application save Git Prodiver - id: application-save-git-prodiver - - content: Application mark Running - id: application-mark-running - - content: Application update - id: application-update - - content: Application refresh Token - id: application-refresh-token - - content: Application deploy - id: application-deploy - - content: Application clean Queues - id: application-clean-queues - - content: Application read Traefik Config - id: application-read-traefik-config - - content: Application update Traefik Config - id: application-update-traefik-config - - content: Application read App Monitoring - id: application-read-app-monitoring - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-auth.mdx b/apps/docs/content/docs/api/reference-auth.mdx deleted file mode 100644 index ebf1cbb..0000000 --- a/apps/docs/content/docs/api/reference-auth.mdx +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: Auth -full: true -_openapi: - toc: - - depth: 2 - title: Auth create Admin - url: '#auth-create-admin' - - depth: 2 - title: Auth create User - url: '#auth-create-user' - - depth: 2 - title: Auth login - url: '#auth-login' - - depth: 2 - title: Auth get - url: '#auth-get' - - depth: 2 - title: Auth logout - url: '#auth-logout' - - depth: 2 - title: Auth update - url: '#auth-update' - - depth: 2 - title: Auth generate Token - url: '#auth-generate-token' - - depth: 2 - title: Auth one - url: '#auth-one' - - depth: 2 - title: Auth generate2 F A Secret - url: '#auth-generate2-f-a-secret' - - depth: 2 - title: Auth verify2 F A Setup - url: '#auth-verify2-f-a-setup' - - depth: 2 - title: Auth verify Login2 F A - url: '#auth-verify-login2-f-a' - - depth: 2 - title: Auth disable2 F A - url: '#auth-disable2-f-a' - - depth: 2 - title: Auth send Reset Password Email - url: '#auth-send-reset-password-email' - - depth: 2 - title: Auth reset Password - url: '#auth-reset-password' - - depth: 2 - title: Auth confirm Email - url: '#auth-confirm-email' - structuredData: - headings: - - content: Auth create Admin - id: auth-create-admin - - content: Auth create User - id: auth-create-user - - content: Auth login - id: auth-login - - content: Auth get - id: auth-get - - content: Auth logout - id: auth-logout - - content: Auth update - id: auth-update - - content: Auth generate Token - id: auth-generate-token - - content: Auth one - id: auth-one - - content: Auth generate2 F A Secret - id: auth-generate2-f-a-secret - - content: Auth verify2 F A Setup - id: auth-verify2-f-a-setup - - content: Auth verify Login2 F A - id: auth-verify-login2-f-a - - content: Auth disable2 F A - id: auth-disable2-f-a - - content: Auth send Reset Password Email - id: auth-send-reset-password-email - - content: Auth reset Password - id: auth-reset-password - - content: Auth confirm Email - id: auth-confirm-email - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-backup.mdx b/apps/docs/content/docs/api/reference-backup.mdx deleted file mode 100644 index 5053281..0000000 --- a/apps/docs/content/docs/api/reference-backup.mdx +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Backup -full: true -_openapi: - toc: - - depth: 2 - title: Backup create - url: '#backup-create' - - depth: 2 - title: Backup one - url: '#backup-one' - - depth: 2 - title: Backup update - url: '#backup-update' - - depth: 2 - title: Backup remove - url: '#backup-remove' - - depth: 2 - title: Backup manual Backup Postgres - url: '#backup-manual-backup-postgres' - - depth: 2 - title: Backup manual Backup My Sql - url: '#backup-manual-backup-my-sql' - - depth: 2 - title: Backup manual Backup Mariadb - url: '#backup-manual-backup-mariadb' - - depth: 2 - title: Backup manual Backup Mongo - url: '#backup-manual-backup-mongo' - structuredData: - headings: - - content: Backup create - id: backup-create - - content: Backup one - id: backup-one - - content: Backup update - id: backup-update - - content: Backup remove - id: backup-remove - - content: Backup manual Backup Postgres - id: backup-manual-backup-postgres - - content: Backup manual Backup My Sql - id: backup-manual-backup-my-sql - - content: Backup manual Backup Mariadb - id: backup-manual-backup-mariadb - - content: Backup manual Backup Mongo - id: backup-manual-backup-mongo - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-bitbucket.mdx b/apps/docs/content/docs/api/reference-bitbucket.mdx deleted file mode 100644 index b8ca554..0000000 --- a/apps/docs/content/docs/api/reference-bitbucket.mdx +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: Bitbucket -full: true -_openapi: - toc: - - depth: 2 - title: Bitbucket create - url: '#bitbucket-create' - - depth: 2 - title: Bitbucket one - url: '#bitbucket-one' - - depth: 2 - title: Bitbucket bitbucket Providers - url: '#bitbucket-bitbucket-providers' - - depth: 2 - title: Bitbucket get Bitbucket Repositories - url: '#bitbucket-get-bitbucket-repositories' - - depth: 2 - title: Bitbucket get Bitbucket Branches - url: '#bitbucket-get-bitbucket-branches' - - depth: 2 - title: Bitbucket test Connection - url: '#bitbucket-test-connection' - - depth: 2 - title: Bitbucket update - url: '#bitbucket-update' - structuredData: - headings: - - content: Bitbucket create - id: bitbucket-create - - content: Bitbucket one - id: bitbucket-one - - content: Bitbucket bitbucket Providers - id: bitbucket-bitbucket-providers - - content: Bitbucket get Bitbucket Repositories - id: bitbucket-get-bitbucket-repositories - - content: Bitbucket get Bitbucket Branches - id: bitbucket-get-bitbucket-branches - - content: Bitbucket test Connection - id: bitbucket-test-connection - - content: Bitbucket update - id: bitbucket-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-certificates.mdx b/apps/docs/content/docs/api/reference-certificates.mdx deleted file mode 100644 index 86000d0..0000000 --- a/apps/docs/content/docs/api/reference-certificates.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Certificates -full: true -_openapi: - toc: - - depth: 2 - title: Certificates create - url: '#certificates-create' - - depth: 2 - title: Certificates one - url: '#certificates-one' - - depth: 2 - title: Certificates remove - url: '#certificates-remove' - - depth: 2 - title: Certificates all - url: '#certificates-all' - structuredData: - headings: - - content: Certificates create - id: certificates-create - - content: Certificates one - id: certificates-one - - content: Certificates remove - id: certificates-remove - - content: Certificates all - id: certificates-all - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-cluster.mdx b/apps/docs/content/docs/api/reference-cluster.mdx deleted file mode 100644 index 6a8f92d..0000000 --- a/apps/docs/content/docs/api/reference-cluster.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Cluster -full: true -_openapi: - toc: - - depth: 2 - title: Cluster get Nodes - url: '#cluster-get-nodes' - - depth: 2 - title: Cluster remove Worker - url: '#cluster-remove-worker' - - depth: 2 - title: Cluster add Worker - url: '#cluster-add-worker' - - depth: 2 - title: Cluster add Manager - url: '#cluster-add-manager' - structuredData: - headings: - - content: Cluster get Nodes - id: cluster-get-nodes - - content: Cluster remove Worker - id: cluster-remove-worker - - content: Cluster add Worker - id: cluster-add-worker - - content: Cluster add Manager - id: cluster-add-manager - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-compose.mdx b/apps/docs/content/docs/api/reference-compose.mdx deleted file mode 100644 index 0fb7849..0000000 --- a/apps/docs/content/docs/api/reference-compose.mdx +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: Compose -full: true -_openapi: - toc: - - depth: 2 - title: Compose create - url: '#compose-create' - - depth: 2 - title: Compose one - url: '#compose-one' - - depth: 2 - title: Compose update - url: '#compose-update' - - depth: 2 - title: Compose delete - url: '#compose-delete' - - depth: 2 - title: Compose clean Queues - url: '#compose-clean-queues' - - depth: 2 - title: Compose load Services - url: '#compose-load-services' - - depth: 2 - title: Compose fetch Source Type - url: '#compose-fetch-source-type' - - depth: 2 - title: Compose randomize Compose - url: '#compose-randomize-compose' - - depth: 2 - title: Compose get Converted Compose - url: '#compose-get-converted-compose' - - depth: 2 - title: Compose deploy - url: '#compose-deploy' - - depth: 2 - title: Compose redeploy - url: '#compose-redeploy' - - depth: 2 - title: Compose stop - url: '#compose-stop' - - depth: 2 - title: Compose get Default Command - url: '#compose-get-default-command' - - depth: 2 - title: Compose refresh Token - url: '#compose-refresh-token' - - depth: 2 - title: Compose deploy Template - url: '#compose-deploy-template' - - depth: 2 - title: Compose templates - url: '#compose-templates' - - depth: 2 - title: Compose get Tags - url: '#compose-get-tags' - structuredData: - headings: - - content: Compose create - id: compose-create - - content: Compose one - id: compose-one - - content: Compose update - id: compose-update - - content: Compose delete - id: compose-delete - - content: Compose clean Queues - id: compose-clean-queues - - content: Compose load Services - id: compose-load-services - - content: Compose fetch Source Type - id: compose-fetch-source-type - - content: Compose randomize Compose - id: compose-randomize-compose - - content: Compose get Converted Compose - id: compose-get-converted-compose - - content: Compose deploy - id: compose-deploy - - content: Compose redeploy - id: compose-redeploy - - content: Compose stop - id: compose-stop - - content: Compose get Default Command - id: compose-get-default-command - - content: Compose refresh Token - id: compose-refresh-token - - content: Compose deploy Template - id: compose-deploy-template - - content: Compose templates - id: compose-templates - - content: Compose get Tags - id: compose-get-tags - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-deployment.mdx b/apps/docs/content/docs/api/reference-deployment.mdx deleted file mode 100644 index 3489956..0000000 --- a/apps/docs/content/docs/api/reference-deployment.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Deployment -full: true -_openapi: - toc: - - depth: 2 - title: Deployment all - url: '#deployment-all' - - depth: 2 - title: Deployment all By Compose - url: '#deployment-all-by-compose' - - depth: 2 - title: Deployment all By Server - url: '#deployment-all-by-server' - structuredData: - headings: - - content: Deployment all - id: deployment-all - - content: Deployment all By Compose - id: deployment-all-by-compose - - content: Deployment all By Server - id: deployment-all-by-server - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-destination.mdx b/apps/docs/content/docs/api/reference-destination.mdx deleted file mode 100644 index 1a1bc82..0000000 --- a/apps/docs/content/docs/api/reference-destination.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Destination -full: true -_openapi: - toc: - - depth: 2 - title: Destination create - url: '#destination-create' - - depth: 2 - title: Destination test Connection - url: '#destination-test-connection' - - depth: 2 - title: Destination one - url: '#destination-one' - - depth: 2 - title: Destination all - url: '#destination-all' - - depth: 2 - title: Destination remove - url: '#destination-remove' - - depth: 2 - title: Destination update - url: '#destination-update' - structuredData: - headings: - - content: Destination create - id: destination-create - - content: Destination test Connection - id: destination-test-connection - - content: Destination one - id: destination-one - - content: Destination all - id: destination-all - - content: Destination remove - id: destination-remove - - content: Destination update - id: destination-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-docker.mdx b/apps/docs/content/docs/api/reference-docker.mdx deleted file mode 100644 index 272c250..0000000 --- a/apps/docs/content/docs/api/reference-docker.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Docker -full: true -_openapi: - toc: - - depth: 2 - title: Docker get Containers - url: '#docker-get-containers' - - depth: 2 - title: Docker restart Container - url: '#docker-restart-container' - - depth: 2 - title: Docker get Config - url: '#docker-get-config' - - depth: 2 - title: Docker get Containers By App Name Match - url: '#docker-get-containers-by-app-name-match' - - depth: 2 - title: Docker get Containers By App Label - url: '#docker-get-containers-by-app-label' - structuredData: - headings: - - content: Docker get Containers - id: docker-get-containers - - content: Docker restart Container - id: docker-restart-container - - content: Docker get Config - id: docker-get-config - - content: Docker get Containers By App Name Match - id: docker-get-containers-by-app-name-match - - content: Docker get Containers By App Label - id: docker-get-containers-by-app-label - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-domain.mdx b/apps/docs/content/docs/api/reference-domain.mdx deleted file mode 100644 index 9fd844e..0000000 --- a/apps/docs/content/docs/api/reference-domain.mdx +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: Domain -full: true -_openapi: - toc: - - depth: 2 - title: Domain create - url: '#domain-create' - - depth: 2 - title: Domain by Application Id - url: '#domain-by-application-id' - - depth: 2 - title: Domain by Compose Id - url: '#domain-by-compose-id' - - depth: 2 - title: Domain generate Domain - url: '#domain-generate-domain' - - depth: 2 - title: Domain update - url: '#domain-update' - - depth: 2 - title: Domain one - url: '#domain-one' - - depth: 2 - title: Domain delete - url: '#domain-delete' - structuredData: - headings: - - content: Domain create - id: domain-create - - content: Domain by Application Id - id: domain-by-application-id - - content: Domain by Compose Id - id: domain-by-compose-id - - content: Domain generate Domain - id: domain-generate-domain - - content: Domain update - id: domain-update - - content: Domain one - id: domain-one - - content: Domain delete - id: domain-delete - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-gitProvider.mdx b/apps/docs/content/docs/api/reference-gitProvider.mdx deleted file mode 100644 index 5e0266c..0000000 --- a/apps/docs/content/docs/api/reference-gitProvider.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Git Provider -full: true -_openapi: - toc: - - depth: 2 - title: Git Provider get All - url: '#git-provider-get-all' - - depth: 2 - title: Git Provider remove - url: '#git-provider-remove' - structuredData: - headings: - - content: Git Provider get All - id: git-provider-get-all - - content: Git Provider remove - id: git-provider-remove - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-github.mdx b/apps/docs/content/docs/api/reference-github.mdx deleted file mode 100644 index 850f594..0000000 --- a/apps/docs/content/docs/api/reference-github.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Github -full: true -_openapi: - toc: - - depth: 2 - title: Github one - url: '#github-one' - - depth: 2 - title: Github get Github Repositories - url: '#github-get-github-repositories' - - depth: 2 - title: Github get Github Branches - url: '#github-get-github-branches' - - depth: 2 - title: Github github Providers - url: '#github-github-providers' - - depth: 2 - title: Github test Connection - url: '#github-test-connection' - - depth: 2 - title: Github update - url: '#github-update' - structuredData: - headings: - - content: Github one - id: github-one - - content: Github get Github Repositories - id: github-get-github-repositories - - content: Github get Github Branches - id: github-get-github-branches - - content: Github github Providers - id: github-github-providers - - content: Github test Connection - id: github-test-connection - - content: Github update - id: github-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-gitlab.mdx b/apps/docs/content/docs/api/reference-gitlab.mdx deleted file mode 100644 index 4aac6a1..0000000 --- a/apps/docs/content/docs/api/reference-gitlab.mdx +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: Gitlab -full: true -_openapi: - toc: - - depth: 2 - title: Gitlab create - url: '#gitlab-create' - - depth: 2 - title: Gitlab one - url: '#gitlab-one' - - depth: 2 - title: Gitlab gitlab Providers - url: '#gitlab-gitlab-providers' - - depth: 2 - title: Gitlab get Gitlab Repositories - url: '#gitlab-get-gitlab-repositories' - - depth: 2 - title: Gitlab get Gitlab Branches - url: '#gitlab-get-gitlab-branches' - - depth: 2 - title: Gitlab test Connection - url: '#gitlab-test-connection' - - depth: 2 - title: Gitlab update - url: '#gitlab-update' - structuredData: - headings: - - content: Gitlab create - id: gitlab-create - - content: Gitlab one - id: gitlab-one - - content: Gitlab gitlab Providers - id: gitlab-gitlab-providers - - content: Gitlab get Gitlab Repositories - id: gitlab-get-gitlab-repositories - - content: Gitlab get Gitlab Branches - id: gitlab-get-gitlab-branches - - content: Gitlab test Connection - id: gitlab-test-connection - - content: Gitlab update - id: gitlab-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-mariadb.mdx b/apps/docs/content/docs/api/reference-mariadb.mdx deleted file mode 100644 index f656f00..0000000 --- a/apps/docs/content/docs/api/reference-mariadb.mdx +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: Mariadb -full: true -_openapi: - toc: - - depth: 2 - title: Mariadb create - url: '#mariadb-create' - - depth: 2 - title: Mariadb one - url: '#mariadb-one' - - depth: 2 - title: Mariadb start - url: '#mariadb-start' - - depth: 2 - title: Mariadb stop - url: '#mariadb-stop' - - depth: 2 - title: Mariadb save External Port - url: '#mariadb-save-external-port' - - depth: 2 - title: Mariadb deploy - url: '#mariadb-deploy' - - depth: 2 - title: Mariadb change Status - url: '#mariadb-change-status' - - depth: 2 - title: Mariadb remove - url: '#mariadb-remove' - - depth: 2 - title: Mariadb save Environment - url: '#mariadb-save-environment' - - depth: 2 - title: Mariadb reload - url: '#mariadb-reload' - - depth: 2 - title: Mariadb update - url: '#mariadb-update' - structuredData: - headings: - - content: Mariadb create - id: mariadb-create - - content: Mariadb one - id: mariadb-one - - content: Mariadb start - id: mariadb-start - - content: Mariadb stop - id: mariadb-stop - - content: Mariadb save External Port - id: mariadb-save-external-port - - content: Mariadb deploy - id: mariadb-deploy - - content: Mariadb change Status - id: mariadb-change-status - - content: Mariadb remove - id: mariadb-remove - - content: Mariadb save Environment - id: mariadb-save-environment - - content: Mariadb reload - id: mariadb-reload - - content: Mariadb update - id: mariadb-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-mongo.mdx b/apps/docs/content/docs/api/reference-mongo.mdx deleted file mode 100644 index 418362e..0000000 --- a/apps/docs/content/docs/api/reference-mongo.mdx +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: Mongo -full: true -_openapi: - toc: - - depth: 2 - title: Mongo create - url: '#mongo-create' - - depth: 2 - title: Mongo one - url: '#mongo-one' - - depth: 2 - title: Mongo start - url: '#mongo-start' - - depth: 2 - title: Mongo stop - url: '#mongo-stop' - - depth: 2 - title: Mongo save External Port - url: '#mongo-save-external-port' - - depth: 2 - title: Mongo deploy - url: '#mongo-deploy' - - depth: 2 - title: Mongo change Status - url: '#mongo-change-status' - - depth: 2 - title: Mongo reload - url: '#mongo-reload' - - depth: 2 - title: Mongo remove - url: '#mongo-remove' - - depth: 2 - title: Mongo save Environment - url: '#mongo-save-environment' - - depth: 2 - title: Mongo update - url: '#mongo-update' - structuredData: - headings: - - content: Mongo create - id: mongo-create - - content: Mongo one - id: mongo-one - - content: Mongo start - id: mongo-start - - content: Mongo stop - id: mongo-stop - - content: Mongo save External Port - id: mongo-save-external-port - - content: Mongo deploy - id: mongo-deploy - - content: Mongo change Status - id: mongo-change-status - - content: Mongo reload - id: mongo-reload - - content: Mongo remove - id: mongo-remove - - content: Mongo save Environment - id: mongo-save-environment - - content: Mongo update - id: mongo-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-mounts.mdx b/apps/docs/content/docs/api/reference-mounts.mdx deleted file mode 100644 index f014d77..0000000 --- a/apps/docs/content/docs/api/reference-mounts.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Mounts -full: true -_openapi: - toc: - - depth: 2 - title: Mounts create - url: '#mounts-create' - - depth: 2 - title: Mounts remove - url: '#mounts-remove' - - depth: 2 - title: Mounts one - url: '#mounts-one' - - depth: 2 - title: Mounts update - url: '#mounts-update' - structuredData: - headings: - - content: Mounts create - id: mounts-create - - content: Mounts remove - id: mounts-remove - - content: Mounts one - id: mounts-one - - content: Mounts update - id: mounts-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-mysql.mdx b/apps/docs/content/docs/api/reference-mysql.mdx deleted file mode 100644 index 8a0df9e..0000000 --- a/apps/docs/content/docs/api/reference-mysql.mdx +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: Mysql -full: true -_openapi: - toc: - - depth: 2 - title: Mysql create - url: '#mysql-create' - - depth: 2 - title: Mysql one - url: '#mysql-one' - - depth: 2 - title: Mysql start - url: '#mysql-start' - - depth: 2 - title: Mysql stop - url: '#mysql-stop' - - depth: 2 - title: Mysql save External Port - url: '#mysql-save-external-port' - - depth: 2 - title: Mysql deploy - url: '#mysql-deploy' - - depth: 2 - title: Mysql change Status - url: '#mysql-change-status' - - depth: 2 - title: Mysql reload - url: '#mysql-reload' - - depth: 2 - title: Mysql remove - url: '#mysql-remove' - - depth: 2 - title: Mysql save Environment - url: '#mysql-save-environment' - - depth: 2 - title: Mysql update - url: '#mysql-update' - structuredData: - headings: - - content: Mysql create - id: mysql-create - - content: Mysql one - id: mysql-one - - content: Mysql start - id: mysql-start - - content: Mysql stop - id: mysql-stop - - content: Mysql save External Port - id: mysql-save-external-port - - content: Mysql deploy - id: mysql-deploy - - content: Mysql change Status - id: mysql-change-status - - content: Mysql reload - id: mysql-reload - - content: Mysql remove - id: mysql-remove - - content: Mysql save Environment - id: mysql-save-environment - - content: Mysql update - id: mysql-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-notification.mdx b/apps/docs/content/docs/api/reference-notification.mdx deleted file mode 100644 index ef65dad..0000000 --- a/apps/docs/content/docs/api/reference-notification.mdx +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: Notification -full: true -_openapi: - toc: - - depth: 2 - title: Notification create Slack - url: '#notification-create-slack' - - depth: 2 - title: Notification update Slack - url: '#notification-update-slack' - - depth: 2 - title: Notification test Slack Connection - url: '#notification-test-slack-connection' - - depth: 2 - title: Notification create Telegram - url: '#notification-create-telegram' - - depth: 2 - title: Notification update Telegram - url: '#notification-update-telegram' - - depth: 2 - title: Notification test Telegram Connection - url: '#notification-test-telegram-connection' - - depth: 2 - title: Notification create Discord - url: '#notification-create-discord' - - depth: 2 - title: Notification update Discord - url: '#notification-update-discord' - - depth: 2 - title: Notification test Discord Connection - url: '#notification-test-discord-connection' - - depth: 2 - title: Notification create Email - url: '#notification-create-email' - - depth: 2 - title: Notification update Email - url: '#notification-update-email' - - depth: 2 - title: Notification test Email Connection - url: '#notification-test-email-connection' - - depth: 2 - title: Notification remove - url: '#notification-remove' - - depth: 2 - title: Notification one - url: '#notification-one' - - depth: 2 - title: Notification all - url: '#notification-all' - structuredData: - headings: - - content: Notification create Slack - id: notification-create-slack - - content: Notification update Slack - id: notification-update-slack - - content: Notification test Slack Connection - id: notification-test-slack-connection - - content: Notification create Telegram - id: notification-create-telegram - - content: Notification update Telegram - id: notification-update-telegram - - content: Notification test Telegram Connection - id: notification-test-telegram-connection - - content: Notification create Discord - id: notification-create-discord - - content: Notification update Discord - id: notification-update-discord - - content: Notification test Discord Connection - id: notification-test-discord-connection - - content: Notification create Email - id: notification-create-email - - content: Notification update Email - id: notification-update-email - - content: Notification test Email Connection - id: notification-test-email-connection - - content: Notification remove - id: notification-remove - - content: Notification one - id: notification-one - - content: Notification all - id: notification-all - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-port.mdx b/apps/docs/content/docs/api/reference-port.mdx deleted file mode 100644 index cf6f2e0..0000000 --- a/apps/docs/content/docs/api/reference-port.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Port -full: true -_openapi: - toc: - - depth: 2 - title: Port create - url: '#port-create' - - depth: 2 - title: Port one - url: '#port-one' - - depth: 2 - title: Port delete - url: '#port-delete' - - depth: 2 - title: Port update - url: '#port-update' - structuredData: - headings: - - content: Port create - id: port-create - - content: Port one - id: port-one - - content: Port delete - id: port-delete - - content: Port update - id: port-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-postgres.mdx b/apps/docs/content/docs/api/reference-postgres.mdx deleted file mode 100644 index c1e6e1c..0000000 --- a/apps/docs/content/docs/api/reference-postgres.mdx +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: Postgres -full: true -_openapi: - toc: - - depth: 2 - title: Postgres create - url: '#postgres-create' - - depth: 2 - title: Postgres one - url: '#postgres-one' - - depth: 2 - title: Postgres start - url: '#postgres-start' - - depth: 2 - title: Postgres stop - url: '#postgres-stop' - - depth: 2 - title: Postgres save External Port - url: '#postgres-save-external-port' - - depth: 2 - title: Postgres deploy - url: '#postgres-deploy' - - depth: 2 - title: Postgres change Status - url: '#postgres-change-status' - - depth: 2 - title: Postgres remove - url: '#postgres-remove' - - depth: 2 - title: Postgres save Environment - url: '#postgres-save-environment' - - depth: 2 - title: Postgres reload - url: '#postgres-reload' - - depth: 2 - title: Postgres update - url: '#postgres-update' - structuredData: - headings: - - content: Postgres create - id: postgres-create - - content: Postgres one - id: postgres-one - - content: Postgres start - id: postgres-start - - content: Postgres stop - id: postgres-stop - - content: Postgres save External Port - id: postgres-save-external-port - - content: Postgres deploy - id: postgres-deploy - - content: Postgres change Status - id: postgres-change-status - - content: Postgres remove - id: postgres-remove - - content: Postgres save Environment - id: postgres-save-environment - - content: Postgres reload - id: postgres-reload - - content: Postgres update - id: postgres-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-project.mdx b/apps/docs/content/docs/api/reference-project.mdx deleted file mode 100644 index afde77f..0000000 --- a/apps/docs/content/docs/api/reference-project.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Project -full: true -_openapi: - toc: - - depth: 2 - title: Project create - url: '#project-create' - - depth: 2 - title: Project one - url: '#project-one' - - depth: 2 - title: Project all - url: '#project-all' - - depth: 2 - title: Project remove - url: '#project-remove' - - depth: 2 - title: Project update - url: '#project-update' - structuredData: - headings: - - content: Project create - id: project-create - - content: Project one - id: project-one - - content: Project all - id: project-all - - content: Project remove - id: project-remove - - content: Project update - id: project-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-redirects.mdx b/apps/docs/content/docs/api/reference-redirects.mdx deleted file mode 100644 index fac4dad..0000000 --- a/apps/docs/content/docs/api/reference-redirects.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Redirects -full: true -_openapi: - toc: - - depth: 2 - title: Redirects create - url: '#redirects-create' - - depth: 2 - title: Redirects one - url: '#redirects-one' - - depth: 2 - title: Redirects delete - url: '#redirects-delete' - - depth: 2 - title: Redirects update - url: '#redirects-update' - structuredData: - headings: - - content: Redirects create - id: redirects-create - - content: Redirects one - id: redirects-one - - content: Redirects delete - id: redirects-delete - - content: Redirects update - id: redirects-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-redis.mdx b/apps/docs/content/docs/api/reference-redis.mdx deleted file mode 100644 index 1ad55a5..0000000 --- a/apps/docs/content/docs/api/reference-redis.mdx +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: Redis -full: true -_openapi: - toc: - - depth: 2 - title: Redis create - url: '#redis-create' - - depth: 2 - title: Redis one - url: '#redis-one' - - depth: 2 - title: Redis start - url: '#redis-start' - - depth: 2 - title: Redis reload - url: '#redis-reload' - - depth: 2 - title: Redis stop - url: '#redis-stop' - - depth: 2 - title: Redis save External Port - url: '#redis-save-external-port' - - depth: 2 - title: Redis deploy - url: '#redis-deploy' - - depth: 2 - title: Redis change Status - url: '#redis-change-status' - - depth: 2 - title: Redis remove - url: '#redis-remove' - - depth: 2 - title: Redis save Environment - url: '#redis-save-environment' - - depth: 2 - title: Redis update - url: '#redis-update' - structuredData: - headings: - - content: Redis create - id: redis-create - - content: Redis one - id: redis-one - - content: Redis start - id: redis-start - - content: Redis reload - id: redis-reload - - content: Redis stop - id: redis-stop - - content: Redis save External Port - id: redis-save-external-port - - content: Redis deploy - id: redis-deploy - - content: Redis change Status - id: redis-change-status - - content: Redis remove - id: redis-remove - - content: Redis save Environment - id: redis-save-environment - - content: Redis update - id: redis-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-registry.mdx b/apps/docs/content/docs/api/reference-registry.mdx deleted file mode 100644 index 1b15d67..0000000 --- a/apps/docs/content/docs/api/reference-registry.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Registry -full: true -_openapi: - toc: - - depth: 2 - title: Registry create - url: '#registry-create' - - depth: 2 - title: Registry remove - url: '#registry-remove' - - depth: 2 - title: Registry update - url: '#registry-update' - - depth: 2 - title: Registry all - url: '#registry-all' - - depth: 2 - title: Registry one - url: '#registry-one' - - depth: 2 - title: Registry test Registry - url: '#registry-test-registry' - structuredData: - headings: - - content: Registry create - id: registry-create - - content: Registry remove - id: registry-remove - - content: Registry update - id: registry-update - - content: Registry all - id: registry-all - - content: Registry one - id: registry-one - - content: Registry test Registry - id: registry-test-registry - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-security.mdx b/apps/docs/content/docs/api/reference-security.mdx deleted file mode 100644 index 9ddf724..0000000 --- a/apps/docs/content/docs/api/reference-security.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Security -full: true -_openapi: - toc: - - depth: 2 - title: Security create - url: '#security-create' - - depth: 2 - title: Security one - url: '#security-one' - - depth: 2 - title: Security delete - url: '#security-delete' - - depth: 2 - title: Security update - url: '#security-update' - structuredData: - headings: - - content: Security create - id: security-create - - content: Security one - id: security-one - - content: Security delete - id: security-delete - - content: Security update - id: security-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-server.mdx b/apps/docs/content/docs/api/reference-server.mdx deleted file mode 100644 index 7914637..0000000 --- a/apps/docs/content/docs/api/reference-server.mdx +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: Server -full: true -_openapi: - toc: - - depth: 2 - title: Server create - url: '#server-create' - - depth: 2 - title: Server one - url: '#server-one' - - depth: 2 - title: Server all - url: '#server-all' - - depth: 2 - title: Server with S S H Key - url: '#server-with-s-s-h-key' - - depth: 2 - title: Server setup - url: '#server-setup' - - depth: 2 - title: Server remove - url: '#server-remove' - - depth: 2 - title: Server update - url: '#server-update' - structuredData: - headings: - - content: Server create - id: server-create - - content: Server one - id: server-one - - content: Server all - id: server-all - - content: Server with S S H Key - id: server-with-s-s-h-key - - content: Server setup - id: server-setup - - content: Server remove - id: server-remove - - content: Server update - id: server-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-settings.mdx b/apps/docs/content/docs/api/reference-settings.mdx deleted file mode 100644 index b66f4b4..0000000 --- a/apps/docs/content/docs/api/reference-settings.mdx +++ /dev/null @@ -1,201 +0,0 @@ ---- -title: Settings -full: true -_openapi: - toc: - - depth: 2 - title: Settings reload Server - url: '#settings-reload-server' - - depth: 2 - title: Settings reload Traefik - url: '#settings-reload-traefik' - - depth: 2 - title: Settings toggle Dashboard - url: '#settings-toggle-dashboard' - - depth: 2 - title: Settings clean Unused Images - url: '#settings-clean-unused-images' - - depth: 2 - title: Settings clean Unused Volumes - url: '#settings-clean-unused-volumes' - - depth: 2 - title: Settings clean Stopped Containers - url: '#settings-clean-stopped-containers' - - depth: 2 - title: Settings clean Docker Builder - url: '#settings-clean-docker-builder' - - depth: 2 - title: Settings clean Docker Prune - url: '#settings-clean-docker-prune' - - depth: 2 - title: Settings clean All - url: '#settings-clean-all' - - depth: 2 - title: Settings clean Monitoring - url: '#settings-clean-monitoring' - - depth: 2 - title: Settings save S S H Private Key - url: '#settings-save-s-s-h-private-key' - - depth: 2 - title: Settings assign Domain Server - url: '#settings-assign-domain-server' - - depth: 2 - title: Settings clean S S H Private Key - url: '#settings-clean-s-s-h-private-key' - - depth: 2 - title: Settings update Docker Cleanup - url: '#settings-update-docker-cleanup' - - depth: 2 - title: Settings read Traefik Config - url: '#settings-read-traefik-config' - - depth: 2 - title: Settings update Traefik Config - url: '#settings-update-traefik-config' - - depth: 2 - title: Settings read Web Server Traefik Config - url: '#settings-read-web-server-traefik-config' - - depth: 2 - title: Settings update Web Server Traefik Config - url: '#settings-update-web-server-traefik-config' - - depth: 2 - title: Settings read Middleware Traefik Config - url: '#settings-read-middleware-traefik-config' - - depth: 2 - title: Settings update Middleware Traefik Config - url: '#settings-update-middleware-traefik-config' - - depth: 2 - title: Settings check And Update Image - url: '#settings-check-and-update-image' - - depth: 2 - title: Settings update Server - url: '#settings-update-server' - - depth: 2 - title: Settings get Dokploy Version - url: '#settings-get-dokploy-version' - - depth: 2 - title: Settings read Directories - url: '#settings-read-directories' - - depth: 2 - title: Settings update Traefik File - url: '#settings-update-traefik-file' - - depth: 2 - title: Settings read Traefik File - url: '#settings-read-traefik-file' - - depth: 2 - title: Settings get Ip - url: '#settings-get-ip' - - depth: 2 - title: Settings get Open Api Document - url: '#settings-get-open-api-document' - - depth: 2 - title: Settings read Traefik Env - url: '#settings-read-traefik-env' - - depth: 2 - title: Settings write Traefik Env - url: '#settings-write-traefik-env' - - depth: 2 - title: Settings have Traefik Dashboard Port Enabled - url: '#settings-have-traefik-dashboard-port-enabled' - - depth: 2 - title: Settings read Stats - url: '#settings-read-stats' - - depth: 2 - title: Settings get Log Rotate Status - url: '#settings-get-log-rotate-status' - - depth: 2 - title: Settings toggle Log Rotate - url: '#settings-toggle-log-rotate' - - depth: 2 - title: Settings have Activate Requests - url: '#settings-have-activate-requests' - - depth: 2 - title: Settings toggle Requests - url: '#settings-toggle-requests' - - depth: 2 - title: Settings is Cloud - url: '#settings-is-cloud' - - depth: 2 - title: Settings health - url: '#settings-health' - structuredData: - headings: - - content: Settings reload Server - id: settings-reload-server - - content: Settings reload Traefik - id: settings-reload-traefik - - content: Settings toggle Dashboard - id: settings-toggle-dashboard - - content: Settings clean Unused Images - id: settings-clean-unused-images - - content: Settings clean Unused Volumes - id: settings-clean-unused-volumes - - content: Settings clean Stopped Containers - id: settings-clean-stopped-containers - - content: Settings clean Docker Builder - id: settings-clean-docker-builder - - content: Settings clean Docker Prune - id: settings-clean-docker-prune - - content: Settings clean All - id: settings-clean-all - - content: Settings clean Monitoring - id: settings-clean-monitoring - - content: Settings save S S H Private Key - id: settings-save-s-s-h-private-key - - content: Settings assign Domain Server - id: settings-assign-domain-server - - content: Settings clean S S H Private Key - id: settings-clean-s-s-h-private-key - - content: Settings update Docker Cleanup - id: settings-update-docker-cleanup - - content: Settings read Traefik Config - id: settings-read-traefik-config - - content: Settings update Traefik Config - id: settings-update-traefik-config - - content: Settings read Web Server Traefik Config - id: settings-read-web-server-traefik-config - - content: Settings update Web Server Traefik Config - id: settings-update-web-server-traefik-config - - content: Settings read Middleware Traefik Config - id: settings-read-middleware-traefik-config - - content: Settings update Middleware Traefik Config - id: settings-update-middleware-traefik-config - - content: Settings check And Update Image - id: settings-check-and-update-image - - content: Settings update Server - id: settings-update-server - - content: Settings get Dokploy Version - id: settings-get-dokploy-version - - content: Settings read Directories - id: settings-read-directories - - content: Settings update Traefik File - id: settings-update-traefik-file - - content: Settings read Traefik File - id: settings-read-traefik-file - - content: Settings get Ip - id: settings-get-ip - - content: Settings get Open Api Document - id: settings-get-open-api-document - - content: Settings read Traefik Env - id: settings-read-traefik-env - - content: Settings write Traefik Env - id: settings-write-traefik-env - - content: Settings have Traefik Dashboard Port Enabled - id: settings-have-traefik-dashboard-port-enabled - - content: Settings read Stats - id: settings-read-stats - - content: Settings get Log Rotate Status - id: settings-get-log-rotate-status - - content: Settings toggle Log Rotate - id: settings-toggle-log-rotate - - content: Settings have Activate Requests - id: settings-have-activate-requests - - content: Settings toggle Requests - id: settings-toggle-requests - - content: Settings is Cloud - id: settings-is-cloud - - content: Settings health - id: settings-health - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-sshKey.mdx b/apps/docs/content/docs/api/reference-sshKey.mdx deleted file mode 100644 index c8a8bde..0000000 --- a/apps/docs/content/docs/api/reference-sshKey.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Ssh Key -full: true -_openapi: - toc: - - depth: 2 - title: Ssh Key create - url: '#ssh-key-create' - - depth: 2 - title: Ssh Key remove - url: '#ssh-key-remove' - - depth: 2 - title: Ssh Key one - url: '#ssh-key-one' - - depth: 2 - title: Ssh Key all - url: '#ssh-key-all' - - depth: 2 - title: Ssh Key generate - url: '#ssh-key-generate' - - depth: 2 - title: Ssh Key update - url: '#ssh-key-update' - structuredData: - headings: - - content: Ssh Key create - id: ssh-key-create - - content: Ssh Key remove - id: ssh-key-remove - - content: Ssh Key one - id: ssh-key-one - - content: Ssh Key all - id: ssh-key-all - - content: Ssh Key generate - id: ssh-key-generate - - content: Ssh Key update - id: ssh-key-update - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-stripe.mdx b/apps/docs/content/docs/api/reference-stripe.mdx deleted file mode 100644 index e530c0a..0000000 --- a/apps/docs/content/docs/api/reference-stripe.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Stripe -full: true -_openapi: - toc: - - depth: 2 - title: Stripe get Products - url: '#stripe-get-products' - - depth: 2 - title: Stripe create Checkout Session - url: '#stripe-create-checkout-session' - - depth: 2 - title: Stripe create Customer Portal Session - url: '#stripe-create-customer-portal-session' - - depth: 2 - title: Stripe can Create More Servers - url: '#stripe-can-create-more-servers' - structuredData: - headings: - - content: Stripe get Products - id: stripe-get-products - - content: Stripe create Checkout Session - id: stripe-create-checkout-session - - content: Stripe create Customer Portal Session - id: stripe-create-customer-portal-session - - content: Stripe can Create More Servers - id: stripe-can-create-more-servers - contents: [] ---- - - \ No newline at end of file diff --git a/apps/docs/content/docs/api/reference-user.mdx b/apps/docs/content/docs/api/reference-user.mdx deleted file mode 100644 index 2984521..0000000 --- a/apps/docs/content/docs/api/reference-user.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: User -full: true -_openapi: - toc: - - depth: 2 - title: User all - url: '#user-all' - - depth: 2 - title: User by Auth Id - url: '#user-by-auth-id' - - depth: 2 - title: User by User Id - url: '#user-by-user-id' - structuredData: - headings: - - content: User all - id: user-all - - content: User by Auth Id - id: user-by-auth-id - - content: User by User Id - id: user-by-user-id - contents: [] ---- - - \ No newline at end of file