Commit Graph

445 Commits

Author SHA1 Message Date
Dokploy Bot
3307cc1677 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@8ab139e222

Updated: 2026-02-27 06:21:28 UTC
2026-02-27 06:21:28 +00:00
Dokploy Bot
cf88c81a06 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@9b4a37eebf

Updated: 2026-02-26 04:09:38 UTC
2026-02-26 04:09:38 +00:00
Dokploy Bot
0c5722661a chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@e62bb7593a

Updated: 2026-02-26 04:01:37 UTC
2026-02-26 04:01:37 +00:00
Dokploy Bot
59a8054d07 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@677fedbbc0

Updated: 2026-02-25 07:02:16 UTC
2026-02-25 07:02:16 +00:00
Dokploy Bot
8ecec534bf chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@7a62f47e43

Updated: 2026-02-19 21:01:54 UTC
2026-02-19 21:01:54 +00:00
Mauricio Siu
d065126fcf refactor: remove Application Deployment link from Header component
- Removed the Application Deployment link from both MobileNavigation and Header components to streamline navigation.
- This change follows the recent addition of the Application Deployment Platform page, ensuring consistency in the navigation structure.
2026-02-18 23:09:39 -06:00
Mauricio Siu
77140909ad refactor: enhance Footer component with structured navigation
- Replaced hardcoded links with a structured footerSections array for better organization and maintainability.
- Updated the layout to improve accessibility and SEO, including ARIA labels for navigation sections.
- Enhanced visual elements and spacing for a more polished appearance.
2026-02-18 23:04:54 -06:00
Mauricio Siu
1a1af360cf feat: add Application Deployment Platform page and update navigation
- Introduced a new page for the Application Deployment Platform, detailing features, deployment options, and FAQs.
- Updated the Footer and Header components to include links to the new Application Deployment page for easier navigation.
2026-02-18 23:02:04 -06:00
Mauricio Siu
f5de812c86 feat: add Dokploy vs. Coolify comparison page and related components
- Introduced a new comparison page for Dokploy and Coolify, highlighting features, benefits, and integration options.
- Added a ComparisonStats component to display key statistics about Dokploy.
- Updated the Footer to include a link to the new comparison page.
- Enhanced stats values for Docker downloads.
- Added several images related to Dokploy features for visual representation.
2026-02-18 22:50:06 -06:00
Dokploy Bot
a3c781f1d8 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@c98548fa51

Updated: 2026-02-19 02:19:58 UTC
2026-02-19 02:19:58 +00:00
Dokploy Bot
47fe064484 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@c688311580

Updated: 2026-02-18 07:50:11 UTC
2026-02-18 07:50:11 +00:00
Dokploy Bot
bb9a3ce7db chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@8713d3e1aa

Updated: 2026-02-17 04:31:59 UTC
2026-02-17 04:31:59 +00:00
Dokploy Bot
d09fdd8b7f chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@923466b4fa

Updated: 2026-02-17 03:23:49 UTC
2026-02-17 03:23:49 +00:00
Mauricio Siu
f07960cccb docs: Update monitoring feature status for deployment tools comparison
Close here https://github.com/Dokploy/website/issues/52
2026-02-15 21:21:22 -06:00
Mauricio Siu
340e59c0aa Merge pull request #131 from HPaulson/hp/docs-env-fix
docs: Adds warning for env injection in docker-compose
2026-02-15 21:18:58 -06:00
Mauricio Siu
4424847c8e docs: Clarify environment variable injection options for Docker Compose
- Updated the documentation to specify two methods for injecting environment variables into containers: using the `env_file` option to load all variables or referencing specific variables with the `${VAR_NAME}` syntax.
2026-02-15 21:18:09 -06:00
Mauricio Siu
d2fc4db5bb Merge pull request #129 from JOduMonT/patch-1
Include ingress network removal in uninstall steps
2026-02-15 21:13:56 -06:00
Mauricio Siu
3e4260ba18 Merge pull request #124 from leosilberg/patch-1
Remove legacy DATABASE_URL env
2026-02-15 21:13:13 -06:00
Mauricio Siu
e0dd5e4b6b Merge branch 'main' into main 2026-02-15 21:12:40 -06:00
Dokploy Bot
78bc3a786c chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@b63c22a7df

Updated: 2026-02-13 06:18:27 UTC
2026-02-13 06:18:27 +00:00
Hunter Paulson
5fa4611d8d docs: Adds warning for .env injection in docker-compose 2026-02-10 20:15:09 -05:00
Mauricio Siu
2f7cdefc05 fix: update release tag handling in install script
- Enhanced the logic for setting the RELEASE_TAG environment variable based on the VERSION_TAG.
- Now supports specific version tags (e.g., v0.26.6) by setting RELEASE_TAG to "latest", while other tags (canary, feature/*) are used as-is.
2026-02-10 18:41:20 -06:00
Dokploy Bot
7a451c43cc chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@eeb7f00d05

Updated: 2026-02-11 00:01:53 UTC
2026-02-11 00:01:53 +00:00
Mauricio Siu
d77bc3a8b7 Merge pull request #130 from Dokploy/docs/enterprise
Docs/enterprise
2026-02-10 02:24:34 -06:00
Mauricio Siu
3e108f168e Add documentation for Audit Logs and Whitelabeling features
- Introduced new files detailing the Audit Logs and Whitelabeling features for Enterprise users.
- The Audit Logs section outlines logged events, access methods, retention policies, and compliance support.
- The Whitelabeling section describes customization options, configuration steps, and best practices for branding the application.
- These additions enhance the documentation by providing comprehensive guidance on key Enterprise functionalities.
2026-02-10 02:23:58 -06:00
Jonathan DUMONT
ead8a4ce79 Include ingress network removal in uninstall steps
Add command to remove ingress network in uninstall instructions.
2026-02-10 09:07:48 +01:00
Dokploy Bot
f7242e7ee6 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@f5fa39b97e

Updated: 2026-02-09 07:53:46 UTC
2026-02-09 07:53:46 +00:00
Mauricio Siu
0809cc79cc docs: add manual update instructions for Traefik container
Included a new section detailing the steps to manually update the Traefik container in Dokploy, emphasizing the importance of checking for breaking changes in Traefik versions before upgrading.

Close https://github.com/Dokploy/website/issues/127
2026-02-09 01:35:42 -06:00
Mauricio Siu
ec7ed206c9 Merge pull request #122 from Harsh-2909/patch-1
fix: Fixes the step numbers for production deployment doc
2026-02-09 01:17:21 -06:00
Mauricio Siu
d0a6ffec05 Merge pull request #123 from bdkopen/update-next
chore: update Next to resolve 3 CVEs
2026-02-09 00:56:30 -06:00
Dokploy Bot
9fdb2b0e64 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@4ec282b2f3

Updated: 2026-02-09 05:41:26 UTC
2026-02-09 05:41:26 +00:00
Dokploy Bot
b9c90d167f chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@9451958193

Updated: 2026-02-07 19:02:15 UTC
2026-02-07 19:02:15 +00:00
Dokploy Bot
c97e8e00e6 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@325a0aeedf

Updated: 2026-02-07 18:55:09 UTC
2026-02-07 18:55:09 +00:00
Dokploy Bot
d6d9962a13 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@8ba26f01e3

Updated: 2026-02-07 07:56:18 UTC
2026-02-07 07:56:18 +00:00
Dokploy Bot
e3480c6c01 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@97f1105cf4

Updated: 2026-02-06 05:19:55 UTC
2026-02-06 05:19:55 +00:00
Dokploy Bot
e02f9aaa63 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@7ae3d7d906

Updated: 2026-02-05 21:02:01 UTC
2026-02-05 21:02:01 +00:00
Mauricio Siu
d90c6dcc67 Remove Sponsors component from Home page 2026-02-05 09:50:41 -06:00
Dokploy Bot
388ecd8afe chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@38265fd921

Updated: 2026-02-05 08:20:26 UTC
2026-02-05 08:20:26 +00:00
Mauricio Siu
eb9bd4d675 Update sitemap and add Terms of Service page
- Added "Terms of Service" and "Privacy Policy" links to the footer for improved navigation.
- Included the "Terms of Service" page with comprehensive content outlining the terms and conditions for using Dokploy's services.
- Updated the sitemap to include the new "Terms of Service" and "Privacy Policy" URLs, ensuring they are indexed for search engines.
2026-02-02 10:41:59 -06:00
Mauricio Siu
6fa1fb6405 Enhance SSO documentation for Auth0 by adding SAML configuration details and troubleshooting sections. Update Azure and Okta documentation to replace 'Entity ID' with 'Issuer URL' for clarity. This improves user guidance for SSO setup across multiple providers. 2026-02-01 19:50:00 -06:00
Mauricio Siu
ab1c76987d Update SSO documentation for Auth0, Azure AD, Keycloak, and Okta to clarify domain usage and enhance troubleshooting sections for OIDC and SAML configurations. 2026-02-01 19:07:16 -06:00
Mauricio Siu
5a7a9d1564 Update SSO documentation to include Azure AD and Okta, and clarify usage of other OIDC/SAML providers 2026-01-31 22:51:49 -06:00
Mauricio Siu
2ce0672dfe Add Azure AD SSO documentation and update meta.json 2026-01-31 22:49:12 -06:00
Mauricio Siu
d1f4f11a23 Add Okta SSO documentation and update meta.json 2026-01-31 18:31:22 -06:00
Ariel Silberg
62768da491 Remove legacy DATABASE_URL env 2026-02-01 00:45:49 +02:00
bdkopen
54cf7b8498 chore: update Next to resolve 3 CVEs
https://github.com/advisories/GHSA-h25m-26qc-wcjf
https://github.com/advisories/GHSA-9g9p-9gw9-jx7f
https://github.com/advisories/GHSA-5f7q-jpqc-wp7h
2026-01-31 09:36:31 -05:00
Mauricio Siu
841f1d644c Merge pull request #119 from pluisol/docs/add-pushover-notifications
docs: add Pushover notification provider
2026-01-31 05:22:36 -06:00
Harsh Agarwal
17d734fc70 fix: Fixes the step numbers for production deployment doc 2026-01-31 15:57:10 +05:30
Dokploy Bot
71d9300f07 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@9e80bf45d0

Updated: 2026-01-31 09:07:35 UTC
2026-01-31 09:07:35 +00:00
Mauricio Siu
11b6fd180f Add Enterprise documentation for SSO, audit logs, and whitelabeling features
- Introduced new documentation files for Enterprise features including SSO with Auth0 and Keycloak, audit logs, license keys, and whitelabeling.
- Updated the meta.json to include new sections for these features, enhancing the organization of the documentation.
- This addition provides users with comprehensive guidance on configuring and utilizing Enterprise functionalities.
2026-01-31 00:11:54 -06:00