Commit Graph

551 Commits

Author SHA1 Message Date
Mauricio Siu
aecb1f3fe1 feat: update robots.txt and add llms.txt for enhanced documentation
- Updated the sitemap in robots.ts to include a new llms.txt file.
- Added llms.txt containing comprehensive documentation about Dokploy, including features, installation guides, and external resources.
2026-06-12 10:08:11 -06:00
Dokploy Bot
1df8bf2507 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@e6fc3db08f

Updated: 2026-06-06 20:22:41 UTC
2026-06-06 20:22:41 +00:00
Dokploy Bot
ba3fb6b9a9 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@b29a87aaa8

Updated: 2026-06-06 19:58:48 UTC
2026-06-06 19:58:48 +00:00
Mauricio Siu
aed1587b15 feat: enhance AI deployment capabilities across multiple sections
- Added new features for deploying AI-built apps in a governed environment, including sandbox setups and controlled access.
- Updated existing sections to highlight AI integration, including new visuals and descriptions for AI deployment benefits.
- Improved FAQ to clarify support for AI-generated applications and deployment processes.
- Enhanced the first features section to emphasize AI-assisted deployments and self-hosting capabilities.
2026-06-04 11:55:41 -06:00
Dokploy Bot
3abc5191af chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@6ff2ca0173

Updated: 2026-05-31 21:29:48 UTC
2026-05-31 21:29:48 +00:00
Dokploy Bot
a47b289243 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@8018027330

Updated: 2026-05-30 07:03:30 UTC
2026-05-30 07:03:30 +00:00
iam-eurika
87f56886c4 docs: typo fix in the going-production 2026-05-17 08:17:09 +00:00
Dokploy Bot
8723391b07 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@aff200f84f

Updated: 2026-05-13 06:10:31 UTC
2026-05-13 06:10:31 +00:00
Dokploy Bot
4c4e1b47e3 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@7a568aadac

Updated: 2026-05-12 19:14:30 UTC
2026-05-12 19:14:30 +00:00
Mauricio Siu
910a3c53e2 feat: enhance Dokploy installation script to generate and store auth secret
Added functionality to the install script to generate a secure auth secret for Better Auth and store it as a Docker Secret. Updated the service creation command to include the new auth secret, ensuring improved security for Dokploy installations.
2026-05-12 11:50:30 -06:00
Mauricio Siu
4dd767be47 feat: add Dokploy security migration script
Introduces a new script to configure a unique BETTER_AUTH_SECRET for Dokploy installations. The script checks for root access, verifies Dokploy installation, generates a secure auth secret, migrates existing 2FA records, and updates the Dokploy service to use the new secret. Ensures that the auth secret is stored securely in Docker Secrets.
2026-05-09 02:08:43 -06:00
Dokploy Bot
afa8127708 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@b9e97eb321

Updated: 2026-05-09 06:58:03 UTC
2026-05-09 06:58:03 +00:00
Dokploy Bot
572b121a59 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@fef2de1ec5

Updated: 2026-05-09 05:51:25 UTC
2026-05-09 05:51:25 +00:00
Dokploy Bot
3068bdc14a chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@5177580d51

Updated: 2026-05-09 05:19:47 UTC
2026-05-09 05:19:47 +00:00
Mauricio Siu
5b48176575 docs: add Cloudflare Access + trusted origins troubleshooting section
Documents the login-hangs-behind-Cloudflare-Access issue and the required
configuration (BETTER_AUTH_SECRET, BETTER_AUTH_TRUSTED_ORIGINS, Web Server
host/HTTPS settings) to fix it. Closes #4361.
2026-05-08 22:40:41 -06:00
Mauricio Siu
8ca19905d4 feat: add Jobs page and update navigation
- Introduced a new Jobs page showcasing open positions at Dokploy, including details for the Founding Engineer role.
- Updated the sitemap to include the new Jobs page for better SEO.
- Enhanced the header and footer navigation to link to the Jobs page, improving accessibility for potential candidates.
2026-05-07 03:02:49 -06:00
Mauricio Siu
998c041756 Merge pull request #154 from el-kurto/add-nix-dokploy-goodie
docs: add nix-dokploy to goodies
2026-05-04 14:52:42 -06:00
Mauricio Siu
194bd37cd5 feat: enhance contact form with team size and server count fields
- Added optional fields for team size and server count in the contact form for sales inquiries.
- Updated the API to format email content with the new fields when applicable.
- Implemented validation to ensure team size is selected for sales inquiries, improving user experience and data collection.
2026-05-04 14:50:47 -06:00
Mauricio Siu
455f877643 feat: integrate free email domain validation in contact forms
- Added the `free-email-domains` package to validate email addresses in the contact forms.
- Implemented checks to reject free email providers for sales inquiries in both the API and UI components.
- Updated the `pnpm-lock.yaml` and `package.json` files to include the new dependency.
2026-05-04 14:35:21 -06:00
Mauricio Siu
926f4e30a5 feat: update navigation to include AI Deployment links
- Added links to the AI Deployment page in the mobile navigation and header for improved accessibility.
- Updated the documentation link in the Deploy AI page to point to the correct template documentation.
2026-05-01 13:54:29 -06:00
Mauricio Siu
3ac89e15f4 feat: add Container Server Monitoring page and update navigation
- Introduced a new Container Server Monitoring page featuring real-time monitoring for CPU, memory, disk space, and network usage.
- Added alert management and configuration options for user-defined thresholds and notifications.
- Updated the header and mobile navigation to include links to the new monitoring feature, enhancing site navigation.
2026-05-01 13:51:51 -06:00
Mauricio Siu
bd4e083620 feat: add granular user controls and RBAC visualization to EnterpriseLanding
- Introduced a new feature for granular user controls, allowing assignment of remote servers and specific git providers to team members.
- Added a section visualizing granular access control with custom roles, git provider access, and server assignment, enhancing user experience and clarity.
- Included new images for custom roles, git permissions, and server permissions to support the new features.
2026-05-01 13:27:38 -06:00
Mauricio Siu
b1c56af3a7 feat: add Self-Hosted PaaS page and update sitemap
- Introduced a new Self-Hosted PaaS page with detailed features, setup steps, and FAQs.
- Updated the sitemap to include the Self-Hosted PaaS page with an appropriate priority.
- Added a link to the Self-Hosted PaaS page in the footer for improved navigation.
2026-04-21 22:27:51 -06:00
Mauricio Siu
61ce543352 feat: enhance sitemap and add Deploy AI page
- Updated sitemap to include core, feature, comparison, and legal pages with appropriate priorities and last modified dates.
- Introduced a new Deploy AI page with detailed features and benefits for deploying AI applications securely.
- Added a link to the Deploy AI page in the footer for improved navigation.
2026-04-21 22:16:56 -06:00
Dokploy Bot
0d7223e597 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@b392e58001

Updated: 2026-04-18 04:41:50 UTC
2026-04-18 04:41:50 +00:00
Dokploy Bot
189f4e567e chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@1a8fd8396d

Updated: 2026-04-14 02:37:02 UTC
2026-04-14 02:37:02 +00:00
Dokploy Bot
86e1327008 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@f404b231a6

Updated: 2026-04-11 06:51:27 UTC
2026-04-11 06:51:28 +00:00
Mauricio Siu
8caa7ac4b2 Rename logo-dokploy-removebg-preview.png to logo-dokploy-blackpng.png 2026-04-10 11:59:29 -06:00
Mauricio Siu
ad6c20062d Add files via upload 2026-04-10 11:59:05 -06:00
Mauricio Siu
1efd0de3d3 Add files via upload 2026-04-10 11:57:03 -06:00
Dokploy Bot
d78e8b4cbf chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@c1b19376a9

Updated: 2026-04-09 17:45:46 UTC
2026-04-09 17:45:46 +00:00
Mauricio Siu
8b539f1c26 feat: add AI Assistant documentation for Docker Compose template generation
- Introduced a new section detailing the integration of AI providers for generating Docker Compose templates in Dokploy.
- Provided step-by-step instructions for setting up AI providers and generating configurations from natural language prompts.
- Included examples of compatible AI providers and usage scenarios to enhance user understanding and accessibility.
2026-04-08 23:27:51 -06:00
Mauricio Siu
06f3bbb830 feat: enhance Dokploy documentation with cloud and multi-tenancy details
- Updated the cloud documentation to clarify the managed service model and its benefits.
- Added a new section comparing Cloud vs Self-Hosted versions, detailing operational differences.
- Introduced a comprehensive guide on multi-tenancy, explaining resource organization and access control.
- Improved overall structure and clarity of the documentation for better user understanding.
2026-04-08 23:21:02 -06:00
Mauricio Siu
53250fd23b feat: enhance documentation routes to exclude API pages and add API reference links
- Updated `llms-full.txt` route to filter out API documentation pages and include a link to the OpenAPI specification.
- Modified `llms.txt` route to also exclude API pages and added a section for the OpenAPI specification link.
- Improved overall structure of the response content for better clarity and organization.
2026-04-07 17:42:14 -06:00
Mauricio Siu
97cccc5445 feat: add robots and sitemap generation, enhance documentation page with copy markdown button
- Introduced `robots.ts` for defining robots.txt rules and sitemap URL.
- Added `sitemap.ts` to generate a sitemap based on available documentation pages.
- Enhanced the documentation page to include a "Copy as Markdown" button for easy copying of content.
- Created `copy-markdown-button.tsx` component for clipboard functionality.
- Implemented `llms.txt` route to provide a text-based overview of documentation links.
2026-04-07 17:39:15 -06:00
Dokploy Bot
37997ec7a4 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@4a1b42899b

Updated: 2026-04-06 00:17:50 UTC
2026-04-06 00:17:50 +00:00
Dokploy Bot
b47fbcc2aa chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@30d5493281

Updated: 2026-04-05 19:59:48 UTC
2026-04-05 19:59:48 +00:00
Dokploy Bot
58fb193cc7 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@31f53197eb

Updated: 2026-04-05 06:14:46 UTC
2026-04-05 06:14:46 +00:00
Dokploy Bot
d160913855 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@791c9d1268

Updated: 2026-04-05 05:14:10 UTC
2026-04-05 05:14:10 +00:00
Dokploy Bot
2b697deaa3 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@6c834a9127

Updated: 2026-04-05 04:41:59 UTC
2026-04-05 04:41:59 +00:00
Dokploy Bot
c18a680710 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@31fdf69286

Updated: 2026-04-05 03:27:32 UTC
2026-04-05 03:27:32 +00:00
Dokploy Bot
33b79f2427 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@3969d2d2fe

Updated: 2026-04-05 02:36:54 UTC
2026-04-05 02:36:54 +00:00
Dokploy Bot
1f3cb92cc5 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@745cf9d979

Updated: 2026-04-04 16:29:53 UTC
2026-04-04 16:29:53 +00:00
Dokploy Bot
244bcea01a chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@b2ca51cee7

Updated: 2026-04-04 15:28:43 UTC
2026-04-04 15:28:43 +00:00
Dokploy Bot
fe3deea17f chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@987cb41bfc

Updated: 2026-04-04 05:51:32 UTC
2026-04-04 05:51:32 +00:00
Dokploy Bot
b895c2bf67 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@da239675bd

Updated: 2026-04-04 03:58:08 UTC
2026-04-04 03:58:08 +00:00
Dokploy Bot
3196addab7 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@964d79d552

Updated: 2026-04-04 03:30:11 UTC
2026-04-04 03:30:11 +00:00
Dokploy Bot
7921940f98 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@e102876e4d

Updated: 2026-04-03 23:32:52 UTC
2026-04-03 23:32:52 +00:00
Dokploy Bot
9d01987df9 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@3f1bf2b14e

Updated: 2026-04-03 22:29:34 UTC
2026-04-03 22:29:34 +00:00
Dokploy Bot
e7534d59be chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@7224436610

Updated: 2026-04-03 20:49:54 UTC
2026-04-03 20:49:54 +00:00