Commit Graph

450 Commits

Author SHA1 Message Date
Mauricio Siu
47bd1ccc79 chore: add 'comparison' section to meta.json for improved documentation structure 2025-12-15 12:17:46 -06:00
Dokploy Bot
0bad73fde2 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@42c2076281

Updated: 2025-12-13 07:42:22 UTC
2025-12-13 07:42:23 +00:00
Mauricio Siu
ef94f5fb80 chore: update Next.js version to 16.0.10 in package.json files
- Updated Next.js version from 16.0.8 to 16.0.10 in apps/docs/package.json and apps/website/package.json.
- Adjusted related dependencies in pnpm-lock.yaml to reflect the new version.
2025-12-13 01:31:58 -06:00
Dokploy Bot
300ac09135 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@0b45b795e8

Updated: 2025-12-13 07:31:10 UTC
2025-12-13 07:31:10 +00:00
Dokploy Bot
91af4ba9b2 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@5f13679a97

Updated: 2025-12-13 06:59:24 UTC
2025-12-13 06:59:24 +00:00
Dokploy Bot
793dd8f72c chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@7cf898dcf6

Updated: 2025-12-12 16:16:21 UTC
2025-12-12 16:16:21 +00:00
Dokploy Bot
4383d029de chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@b499cefebc

Updated: 2025-12-12 16:12:55 UTC
2025-12-12 16:12:55 +00:00
Mauricio Siu
428571e6bb feat: update Privacy Policy and enhance footer navigation
- Revised the Privacy Policy to include detailed information on data collection, usage, and user rights.
- Added a link to the Privacy Policy in the footer navigation for improved accessibility.
2025-12-11 12:25:33 -06:00
Mauricio Siu
933a36fe57 Merge pull request #104 from dgrcode/patch-1 2025-12-11 09:05:26 -06:00
Dokploy Bot
cc4a91e2c0 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@5cd7de8188

Updated: 2025-12-10 06:47:46 UTC
2025-12-10 06:47:46 +00:00
Dokploy Bot
45d39adc24 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@8ab4ee8e0e

Updated: 2025-12-10 06:11:16 UTC
2025-12-10 06:11:16 +00:00
Mauricio Siu
5e9dd09123 Merge pull request #106 from Dokploy/102-docker-bypasses-ufw-firewall-rules---security-documentation-needs-update
docs: add warning about Docker bypassing UFW rules in security docume…
2025-12-09 23:25:31 -06:00
Mauricio Siu
9ad59022b0 docs: add warning about Docker bypassing UFW rules in security documentation
- Introduced a Callout component to highlight the critical security issue of Docker bypassing UFW firewall rules.
- Provided solutions for integrating Docker with UFW and configuring cloud provider firewalls for enhanced security.
2025-12-09 23:25:11 -06:00
Dokploy Bot
6686011059 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@ec8c516aa3

Updated: 2025-12-10 05:02:29 UTC
2025-12-10 05:02:29 +00:00
Mauricio Siu
de61dfbfa3 docs: add storage cleanup note to cluster documentation
- Introduced a Callout component to highlight the importance of manual storage cleanup for workers and associated nodes in Dokploy.
- Provided guidance on configuring remote servers for automatic cleanup and clarified that no setup is needed when adding a node as a remote server. https://github.com/Dokploy/dokploy/issues/3195
2025-12-09 17:42:47 -06:00
Mauricio Siu
1ca89a17dd docs: clarify network requirements for Dokploy in Docker Compose
- Added a note regarding the necessity of including `dokploy-network` in all services when not using Isolated Deployments to ensure connectivity.
- Enhanced the documentation to provide clearer guidance on network configurations in Docker Compose setups.
2025-12-09 16:54:42 -06:00
Daniel González Reina
59a583fd06 fix payload 2025-12-09 20:53:45 +00:00
Daniel González Reina
e1af3a8759 Update API endpoint in Dokploy deployment instructions 2025-12-09 20:24:59 +00:00
Mauricio Siu
7ab0dc1e54 fix: update documentation to replace Traefik with Docker Compose
- Changed the link and description in the core documentation to focus on Docker Compose instead of Traefik.
- Updated the content to provide guidance on using Docker Compose with Dokploy.
2025-12-09 14:01:43 -06:00
Mauricio Siu
1c53123bd1 refactor: comment out Slack notification logic in contact form submission
- Temporarily disabled the Slack notification feature in the contact form submission process.
- Retained the structure for potential future reactivation while ensuring email notifications remain functional.
2025-12-09 13:20:07 -06:00
Mauricio Siu
289a6732f3 feat: integrate Slack notifications for contact form submissions
- Added a new Slack notification feature to alert sales or support channels upon contact form submissions.
- Implemented a `notifySlack` function to format and send messages to Slack using a webhook.
- Enhanced error handling to ensure email notifications proceed even if Slack notifications fail.
2025-12-09 12:37:13 -06:00
Mauricio Siu
02f84c3788 chore: update next package version to 16.0.8 in package.json for docs and website 2025-12-09 12:05:32 -06:00
Mauricio Siu
f6f1f4f774 chore: update resend package version to 6.5.2 in package.json 2025-12-08 14:41:40 -06:00
Mauricio Siu
497f3d770b Merge pull request #98 from Dokploy/feat/v0.26.0
Feat/v0.26.0
2025-12-08 14:38:31 -06:00
Mauricio Siu
6010a49530 Merge branch 'main' into feat/v0.26.0 2025-12-08 14:38:20 -06:00
Dokploy Bot
a729a69fde chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@1352b859e2

Updated: 2025-12-08 20:37:57 UTC
2025-12-08 20:37:57 +00:00
Mauricio Siu
66bcafa9cc feat: implement new contact form and modal for improved user inquiries
- Introduced a new ContactForm component to streamline user inquiries with validation and submission handling.
- Added ContactFormModal to encapsulate the contact form in a modal dialog, enhancing user experience.
- Updated the Pricing component to include a button that opens the contact modal for enterprise inquiries.
- Refactored the ContactPage to utilize the new ContactForm component, simplifying the code and improving maintainability.
- Updated TypeScript configuration to include additional type definitions for better type safety.
2025-12-08 14:37:47 -06:00
Dokploy Bot
955239fe1c chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@bd4964f70f

Updated: 2025-12-08 06:12:07 UTC
2025-12-08 06:12:07 +00:00
Dokploy Bot
d599b465e9 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@07bf520e9b

Updated: 2025-12-08 06:08:47 UTC
2025-12-08 06:08:47 +00:00
Dokploy Bot
2ae424d75f chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@c42e859215

Updated: 2025-12-08 06:06:30 UTC
2025-12-08 06:06:30 +00:00
Dokploy Bot
af66a09d80 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@e666cfb374

Updated: 2025-12-08 06:03:02 UTC
2025-12-08 06:03:02 +00:00
Mauricio Siu
0a5e3a160e docs: add timezone configuration instructions to manual installation guide
- Included a new environment variable, TZ, for setting the timezone in Dokploy installations.
- Added a section detailing how to update the timezone using a Docker command, enhancing user guidance for server configuration.

Fix this question https://github.com/Dokploy/dokploy/issues/2688
2025-12-07 22:59:44 -06:00
Dokploy Bot
ce6706d6f5 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@1d9b9ff9b6

Updated: 2025-12-08 04:45:33 UTC
2025-12-08 04:45:34 +00:00
Mauricio Siu
4c874988b8 docs: add 'goodies' section to meta.json for improved documentation structure
- Included a new 'goodies' entry in the meta.json file to enhance the organization of documentation topics.
- This addition aims to streamline user navigation and access to relevant resources within the documentation.
2025-12-07 21:46:02 -06:00
Mauricio Siu
a4bca9b709 docs: update development server ports and enhance Railpack documentation
- Changed development server ports for both the docs and website applications to avoid conflicts.
- Expanded the Railpack documentation to include a section on specifying the Railpack version, detailing how to pin, upgrade, or maintain stable versions for consistent builds.
- Added a callout for invalid version specifications to improve user guidance.
2025-12-07 20:25:46 -06:00
Dokploy Bot
919217174a chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@c9aaee149a

Updated: 2025-12-08 02:08:20 UTC
2025-12-08 02:08:20 +00:00
Mauricio Siu
33777b77c1 docs: update validation requirements for remote servers in Dokploy documentation
- Expanded the validation section for Deployment and Build Servers, detailing specific components required for each server type.
- Added callouts to clarify the roles of Deployment and Build Servers, emphasizing their distinct configurations and functionalities.
- Improved overall structure and clarity of the validation process, ensuring users understand the prerequisites for successful server setup.
2025-12-07 19:23:43 -06:00
Mauricio Siu
011359836c docs: expand rollbacks documentation with detailed mechanisms and configurations
- Added sections on Docker Swarm and registry-based rollback mechanisms, explaining their functionalities and differences.
- Included prerequisites and steps for enabling registry-based rollbacks, enhancing user control over application versions.
- Improved clarity with callouts emphasizing important considerations for both rollback methods.
- Updated the structure to provide a comprehensive guide for users on managing application rollbacks effectively.
2025-12-07 19:18:39 -06:00
Mauricio Siu
0b52b9b1af docs: refactor code for consistency and readability
- Standardized import statements across various components to use double quotes for consistency.
- Updated component files to ensure proper formatting and adherence to coding standards.
- Enhanced overall code readability by aligning code structure and improving comment clarity.
- Made minor adjustments to ensure all components follow the same coding conventions, improving maintainability.
2025-12-07 18:13:12 -06:00
Mauricio Siu
b605ad10e3 docs: integrate search functionality with new SearchDialog component
- Added a new SearchDialog component to enhance user experience for searching documentation.
- Updated the layout to include the SearchDialog within the RootProvider for improved accessibility.
- Enhanced the search API to support tag filtering based on the first slug, allowing for more refined search results.
2025-12-07 18:11:04 -06:00
Mauricio Siu
4f685a2df9 docs: enhance Tailscale guide with UFW security configuration
- Added a new section on securing servers with UFW (Uncomplicated Firewall) after Tailscale setup.
- Included detailed steps for enabling UFW, configuring default rules, and allowing Tailscale traffic.
- Emphasized the importance of verifying SSH access over Tailscale before restricting public access.
- Provided warnings about Docker's interaction with UFW and recommended solutions for maintaining security.
2025-12-07 18:04:30 -06:00
Mauricio Siu
4253060701 docs: add Tailscale guide for secure access to Dokploy applications
- Introduced a new guide on using Tailscale to securely access Dokploy applications and servers through a private network.
- Updated meta.json to include the new Tailscale guide in the documentation structure.
- The guide covers setup, configuration, and security benefits of using Tailscale, emphasizing zero-config VPN features and private service access.
2025-12-07 17:52:23 -06:00
Mauricio Siu
7f1966915f docs: update manual installation instructions and usage examples
- Added commands for using specific Dokploy versions with curl and bash, enhancing clarity on installation options.
- Updated the install.sh script comments to reflect new usage instructions for setting the DOKPLOY_VERSION environment variable.
2025-12-07 15:02:56 -06:00
Mauricio Siu
8cd50f2a62 docs: update meta descriptions for API, CLI, and Core documentation
- Revised the description for the API documentation to specify it as a RESTful API reference for programmatic access to Dokploy.
- Updated the CLI documentation description to clarify it as a command-line interface for managing Dokploy from the terminal.
- Enhanced the Core documentation description to provide essential guides for deploying and managing applications, databases, and server configurations.
2025-12-07 14:04:35 -06:00
Mauricio Siu
0003348ad7 docs: enhance volume backups and Docker Compose documentation
- Added important notes regarding the use of Docker named volumes for volume backups, clarifying that bind mounts are not supported.
- Updated the Docker Compose section to differentiate between bind mounts and named volumes, including guidance on when to use each method.
- Included a comparison table to help users choose the appropriate volume method based on their needs.
- Enhanced callouts to emphasize the implications of using bind mounts versus named volumes for data persistence and backup functionality.
2025-12-07 13:55:49 -06:00
Mauricio Siu
a7fa8c1473 docs: add webhook notification provider and update related documentation
- Introduced a new webhook notification provider in the meta.json file.
- Updated the overview documentation to include webhook notifications as a supported method.
- Created a detailed guide for configuring and testing webhook notifications, including JSON payload examples and production setup recommendations.
2025-12-07 13:48:41 -06:00
Dokploy Bot
490e8ae58e chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@c4351482fa

Updated: 2025-12-07 19:45:52 UTC
2025-12-07 19:45:52 +00:00
Mauricio Siu
56145b083e docs: restructure user permissions documentation to clarify roles and access levels
- Updated the permissions section to define three distinct user roles: Owner, Admin, and Members, each with specific capabilities and limitations.
- Enhanced the description of permissions available to Members, detailing actions they can perform.
- Improved clarity on project permissions and the ability to assign access at the environment level for granular control.
2025-12-07 13:07:53 -06:00
Mauricio Siu
4a7a62b51c docs: update schedule jobs documentation and add Lark notifications
- Enhanced the schedule jobs section to clarify the execution context for Server and Dokploy Server Jobs, emphasizing their interaction with Docker commands.
- Introduced a new Lark notifications guide, detailing setup steps and configuration for receiving notifications in the Dokploy panel.
- Updated the overview of notification providers to include Lark, ensuring comprehensive coverage of available options.
2025-12-07 13:02:49 -06:00
Mauricio Siu
04e2d330e4 docs: add build server configuration section to advanced.mdx
- Introduced a new section detailing the use of external build servers for application compilation and deployment.
- Explained the benefits of using build servers, including resource optimization and isolation from production environments.
- Provided a step-by-step overview of the build, push, and deploy phases when using a custom build server.
- Added important callouts regarding the limitations and required configurations for using build servers.
2025-12-07 12:56:17 -06:00