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
ad313e5012
Merge pull request #135 from Dokploy/feat/add-comparison-page
...
feat: add Dokploy vs. Coolify comparison page and related components
2026-02-18 22:50:52 -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
c045b8f59b
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@5b6d80e177
Updated: 2026-02-18 07:55:18 UTC
2026-02-18 07:55:18 +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
4e7ceabda1
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@06fd561bb1
Updated: 2026-02-17 04:44:51 UTC
2026-02-17 04:44:51 +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
Dokploy Bot
047cd3d1af
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@49a189fcbf
Updated: 2026-02-17 02:36:45 UTC
2026-02-17 02:36:45 +00:00
Dokploy Bot
ea44e675b2
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@620e4c4835
Updated: 2026-02-16 19:24:16 UTC
2026-02-16 19:24:16 +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
59996792b5
Merge pull request #120 from mhbdev/main
...
docs: Add new documentation for Resend provider (notifications)
2026-02-15 21:12:48 -06:00
Mauricio Siu
e0dd5e4b6b
Merge branch 'main' into main
2026-02-15 21:12:40 -06:00
Dokploy Bot
345b0da87a
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@f656e624f7
Updated: 2026-02-13 06:24:59 UTC
2026-02-13 06:24:59 +00: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
ea03849cab
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@413ed9bd80
Updated: 2026-02-10 08:07:26 UTC
2026-02-10 08:07:26 +00:00
Dokploy Bot
326e3e2159
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@1da23f8888
Updated: 2026-02-09 19:29:53 UTC
2026-02-09 19:29:53 +00: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
55743019a1
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@24c022f837
Updated: 2026-02-08 22:23:25 UTC
2026-02-08 22:23:25 +00:00
Dokploy Bot
b85d72683b
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@a897fe6115
Updated: 2026-02-08 05:35:56 UTC
2026-02-08 05:35:56 +00:00
Dokploy Bot
a79edb8b6e
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@4bc494e009
Updated: 2026-02-08 05:03:58 UTC
2026-02-08 05:03:58 +00:00
Dokploy Bot
99863fc234
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@2532934cdf
Updated: 2026-02-08 02:07:10 UTC
2026-02-08 02:07:10 +00:00
Dokploy Bot
a44d96326f
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@f4b5a589b6
Updated: 2026-02-08 01:45:17 UTC
2026-02-08 01:45:18 +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
7e815719cf
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@5b48e45536
Updated: 2026-02-07 08:12:30 UTC
2026-02-07 08:12:30 +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
d6dc366c19
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@c0328ab63f
Updated: 2026-02-07 07:49:01 UTC
2026-02-07 07:49:01 +00:00
Dokploy Bot
eeb4e074ab
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@a1a348e22d
Updated: 2026-02-07 06:54:11 UTC
2026-02-07 06:54:11 +00:00
Dokploy Bot
2fbe777b7a
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@ad29bb6ec2
Updated: 2026-02-07 06:51:46 UTC
2026-02-07 06:51:46 +00:00
Dokploy Bot
1e20afc629
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@aa2e0e81c6
Updated: 2026-02-07 06:35:17 UTC
2026-02-07 06:35:17 +00:00
Dokploy Bot
2798c196ed
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@3750cdab44
Updated: 2026-02-07 06:14:17 UTC
2026-02-07 06:14:17 +00:00
Dokploy Bot
952ee6f345
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@3e64647d0d
Updated: 2026-02-07 05:49:15 UTC
2026-02-07 05:49:15 +00:00
Dokploy Bot
b66dca4a9d
chore: sync OpenAPI specification [skip ci]
...
Source: Dokploy/dokploy@4eae1a5c14
Updated: 2026-02-07 03:44:09 UTC
2026-02-07 03:44:09 +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