Commit Graph

368 Commits

Author SHA1 Message Date
Mauricio Siu
1f5f912ce4 chore: upgrade Next.js and related dependencies to version 16.0.7
- Updated Next.js and @next/third-parties dependencies in package.json files across apps/docs and apps/website.
- Adjusted pnpm-lock.yaml to reflect the new versions and ensure compatibility.
- Enhanced the website's sitemap by adding new URLs for pricing and changelog.
- Introduced a new API route for fetching GitHub releases, improving the changelog page functionality.
- Updated the changelog page to dynamically display release information fetched from the new API.
- Enhanced the footer and header components to include links to the changelog and pricing pages.
2025-12-06 11:55:47 -06:00
Mauricio Siu
a990276d8f feat: enhance contact form with deployment type selection for support inquiries
- Added a new field for deployment type in the contact form, allowing users to specify 'cloud' or 'self-hosted' when selecting support inquiries.
- Implemented validation to ensure deployment type is selected for support requests.
- Updated form submission logic to prevent submissions for self-hosted support requests and reset deployment type when inquiry type changes.
2025-11-30 22:05:11 -06:00
Dokploy Bot
ba6526a846 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@caf0aa6a12

Updated: 2025-11-30 20:59:05 UTC
2025-11-30 20:59:05 +00:00
Dokploy Bot
47c7e22072 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@40949f2a8f

Updated: 2025-11-30 18:44:01 UTC
2025-11-30 18:44:01 +00:00
Dokploy Bot
051319d239 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@9e11b802fd

Updated: 2025-11-30 18:24:51 UTC
2025-11-30 18:24:51 +00:00
Mauricio Siu
d97f85de1a Merge pull request #94 from Dokploy/70-add-swarm-init---default-addr-pool-configurability-in-installsh
refactor: remove deprecated installation scripts and enhance install.sh
2025-11-30 02:18:34 -06:00
Mauricio Siu
e9ef8155d9 refactor: remove deprecated installation scripts and enhance install.sh
- Deleted canary.sh and feature.sh scripts as they are no longer needed.
- Updated install.sh to support version detection and custom Docker Swarm initialization arguments.
- Improved installation and update processes to accommodate version-specific Docker images.
2025-11-30 02:17:53 -06:00
Mauricio Siu
47ab92061c Merge pull request #93 from Dokploy/feat/add-port-3000-error-validation
feat: add port availability check for Dokploy installation
2025-11-30 02:08:30 -06:00
Mauricio Siu
d208d98c35 docs: update installation documentation to include port requirements
- Added a new section detailing the required ports (80, 443, and 3000) for Dokploy installation.
- Included a warning about the necessity of ensuring these ports are free before installation to prevent errors.
2025-11-30 02:08:19 -06:00
Mauricio Siu
1ba0c629d3 feat: add port availability check for Dokploy installation
- Implemented a check to ensure that port 3000 is available before proceeding with the Dokploy installation.
- Added error messages to inform users if a service is already running on port 3000, guiding them to stop the conflicting service.
2025-11-30 02:06:18 -06:00
Mauricio Siu
7d9837a869 Merge pull request #92 from Dokploy/78-the-padding-of-the-landing-page-has-not-enough-space-for-small-devices
fix: adjust whitespace handling in Hero component
2025-11-30 02:04:29 -06:00
Mauricio Siu
c80aad7642 fix: adjust whitespace handling in Hero component 2025-11-30 02:04:08 -06:00
Mauricio Siu
7214380f79 docs: add troubleshooting section for 404 errors with Templates and Compose Services
- Introduced guidance on resolving 404 errors related to Traefik routing for services created from templates and Docker Compose.
- Explained the differences in routing configuration between Applications and Templates/Compose Services.
- Provided a step-by-step solution for configuring domains and redeploying services to ensure changes take effect.
2025-11-30 02:00:01 -06:00
Mauricio Siu
1ce1036ccf Merge pull request #91 from Dokploy/feat--add-docs-on-how-to-disable-the-published-port-once-domain-is-setted-up-#65
Feat  add docs on how to disable the published port once domain is setted up #65
2025-11-30 01:55:31 -06:00
Mauricio Siu
8576a3c58b docs: enhance installation instructions for securing Dokploy
- Updated the section on securing the installation by enabling HTTPS, including a reference to the Domains documentation for SSL/TLS configuration.
- Added a warning about the importance of having a working domain with HTTPS before disabling IP:port access.
- Clarified the steps to disable IP:port access after verifying domain functionality.
2025-11-30 01:52:53 -06:00
Mauricio Siu
1ea9c8592b Merge branch 'main' into danielepintore/main 2025-11-30 01:49:42 -06:00
Mauricio Siu
8708319c12 Merge pull request #90 from fir4tozden/docs/update-uninstall
docs: update uninstall
2025-11-30 01:48:33 -06:00
Mauricio Siu
5546da429f Merge branch 'main' into docs/update-uninstall 2025-11-30 01:48:11 -06:00
Mauricio Siu
af1b2dbd7a refactor: standardize code formatting and improve readability
- Updated various files to ensure consistent code formatting, including adjusting indentation and spacing.
- Refactored components and utility functions for better readability and maintainability.
- Removed unnecessary newlines and ensured consistent use of single quotes for strings across the codebase.
2025-11-30 01:46:48 -06:00
Mauricio Siu
d79a68b9f0 docs: update README and configuration files for consistency and clarity 2025-11-30 01:46:10 -06:00
Mauricio Siu
9989eebf52 docs: remove outdated examples and uninstall documentation 2025-11-30 01:45:13 -06:00
Mauricio Siu
878f7b82bf Merge pull request #89 from fir4tozden/fix/volume-name-updates
fix: volume name updates
2025-11-30 01:43:49 -06:00
Mauricio Siu
d278e4e95d chore: enhance OpenAPI schema management
- Introduced a new script to fix OpenAPI schema issues, including adding a missing Authorization security scheme and addressing empty response schemas.
- Updated the build process to run this script before generating documentation, ensuring a more robust and accurate OpenAPI specification.
2025-11-30 01:37:01 -06:00
Mauricio Siu
213254dd1d chore: update .gitignore to remove generated API documentation path
- Removed the exclusion for the generated API documentation directory from .gitignore.
- This change ensures that the generated documentation files are no longer ignored during builds, aligning with recent documentation management efforts.
2025-11-30 01:35:23 -06:00
Mauricio Siu
346e073c51 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.
2025-11-30 01:31:07 -06:00
Mauricio Siu
3483f0ef27 chore: update Dockerfile.docs to remove openapi.json copy step
- Removed the step that copies openapi.json to the docs public folder, streamlining the Docker build process.
- Updated the documentation generation command to clarify the source of openapi.json.
2025-11-30 01:19:45 -06:00
Mauricio Siu
b594e5fbf3 chore: update .gitignore to exclude generated API documentation path
- Removed the exclusion for openapi.json and added the path for generated API documentation files.
- This change ensures that the generated documentation is properly managed and not ignored during builds.
2025-11-30 01:19:36 -06:00
Mauricio Siu
26cfcb6b46 chore: reintroduce openapi.json copy step in Dockerfile.docs
- Added a step to copy openapi.json to the docs public folder, necessary for both generation and build processes.
- This change ensures that the OpenAPI documentation is correctly accessible during the Docker build.
2025-11-30 01:17:44 -06:00
Mauricio Siu
3da6c92d01 chore: remove openapi.json copy step from Dockerfile.docs
- Eliminated the step that copied openapi.json to the docs public folder to streamline the Docker build process.
- This change aligns with recent documentation cleanup efforts and avoids redundancy in file management.
2025-11-30 01:15:19 -06:00
Dokploy Bot
fe3b4b2068 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@2d0669e288

Updated: 2025-11-30 07:14:23 UTC
2025-11-30 07:14:23 +00:00
Mauricio Siu
2a13c4e71f chore: remove openapi.json file from public directory
- Deleted the openapi.json file from the public directory as part of the documentation cleanup process.
- This change is intended to streamline the documentation structure and avoid redundancy.
2025-11-30 01:12:29 -06:00
Mauricio Siu
6dbf34e2fe chore: update OpenAPI documentation paths and add openapi.json file
- Copied openapi.json to the docs public folder for easier access.
- Updated paths in generated documentation files to reference the new location of openapi.json.
- Ensured all references to openapi.json are consistent across documentation files.
2025-11-30 01:12:13 -06:00
Mauricio Siu
09053b66fd chore: generate OpenAPI documentation during build process
- Added a step in the Dockerfile to generate OpenAPI documentation by running the build:docs script for the docs application.
2025-11-30 01:05:07 -06:00
Mauricio Siu
2e5564dea7 chore: update OpenAPI documentation paths and enhance references
- Changed input path for documentation generation from './api.json' to '../../public/openapi.json'.
- Updated multiple generated documentation files to reference the new OpenAPI document path.
- Added new documentation files for 'Environment', 'Gitea', 'Organization', 'Preview Deployment', 'Rollback', 'Schedule', 'Swarm', and 'Volume Backups'.
- Enhanced existing documentation with additional endpoints and improved structure for clarity.
2025-11-30 01:03:04 -06:00
Dokploy Bot
7a91ea003a chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@0f632e3f55

Updated: 2025-11-30 06:57:28 UTC
2025-11-30 06:57:28 +00:00
Mauricio Siu
74f902e3d9 Merge pull request #81 from nhridoy/patch-1
docs: Add Dokploy Deploy Action 3 to goodies list
2025-11-30 00:16:26 -06:00
Mauricio Siu
4e70b92740 Merge pull request #85 from nenas1ya/patch-1
docs(troubleshooting): correct instructions for recreate Traefik swarm service
2025-11-30 00:15:59 -06:00
Mauricio Siu
f24f9e8aa0 Merge branch 'main' into patch-1 2025-11-30 00:15:34 -06:00
Mauricio Siu
e58a3d75a9 Merge pull request #79 from Fradd747/docs/update-app-file-mount-desc-and-image
docs: update app file mount desc and image
2025-11-30 00:13:08 -06:00
Mauricio Siu
8fb8b05f5e Merge pull request #73 from microfauna/patch-1
docs: Update Railpack Docs
2025-11-30 00:12:03 -06:00
Mauricio Siu
bf8b92919d Merge pull request #66 from danielepintore/docs-add-cloudflare-origin-certs
docs: add instructions on how to use cloudflare origin certificates
2025-11-30 00:05:34 -06:00
Mauricio Siu
3c24d631da docs: enhance Cloudflare section by adding detailed steps for using Let's Encrypt and removing redundant instructions 2025-11-30 00:05:07 -06:00
Mauricio Siu
520060d2a4 Merge branch 'main' into docs-add-cloudflare-origin-certs 2025-11-29 23:56:10 -06:00
Mauricio Siu
f865b00d11 fix: update pricing text for improved clarity 2025-11-28 11:44:57 -06:00
Mauricio Siu
60a1ce4fb7 refactor: comment out motion.a component in Hero for future use 2025-11-28 02:58:59 -06:00
Mauricio Siu
13690fa233 fix: update text for clarity and consistency across various components 2025-11-28 02:57:05 -06:00
Mauricio Siu
9fdaa8957b style: update Header component for improved sticky behavior and visual clarity 2025-11-28 02:52:57 -06:00
Mauricio Siu
8543d064b2 chore: remove CatchAll page, add Privacy Policy, Terms and Conditions, and Changelog pages 2025-11-28 02:51:09 -06:00
Mauricio Siu
a6a8480b0f chore: remove unused translation files and dependencies to simplify codebase 2025-11-28 02:47:09 -06:00
Mauricio Siu
8adf935b39 chore: remove pnpm-lock.yaml file to streamline dependency management 2025-11-28 02:27:38 -06:00