Commit Graph

54 Commits

Author SHA1 Message Date
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
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
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
Ariel Silberg
62768da491 Remove legacy DATABASE_URL env 2026-02-01 00:45:49 +02:00
Mauricio Siu
a17065863a chore: update Traefik version in installation scripts
- Updated Traefik version from v3.6.1 to v3.6.7 in both manual installation documentation and install script.

https://github.com/Dokploy/dokploy/issues/3491
2026-01-28 00:18:04 -06:00
Mauricio Siu
1a8a91181a docs: enhance installation and manual installation guides with advanced options and Docker Secrets
- Added advanced installation options for specifying versions and custom network configurations in the installation documentation.
- Updated the manual installation guide to include secure password generation for PostgreSQL using Docker Secrets.
- Included Proxmox LXC considerations and emphasized the use of Docker Secrets for managing sensitive data.
- Improved troubleshooting section with detailed steps for recreating services and managing environment variables.
2026-01-27 14:08:44 -06:00
Mauricio Siu
e8b8ee8d50 fix: update PostgreSQL user command in security script to use Docker Secrets
- Modified the command to alter the PostgreSQL user password in the security script to use the 'dokploy' user with the database specified, enhancing security by utilizing Docker Secrets for password management.
2026-01-21 17:05:43 +01:00
Mauricio Siu
b542257893 fix: update PostgreSQL user command in security script
- Changed the PostgreSQL user command in the security script to use the 'postgres' user instead of 'dokploy' for password updates, ensuring proper permissions during execution.
2026-01-21 16:03:52 +01:00
Mauricio Siu
ade342a559 fix: update PostgreSQL user password command in security script
- Removed output redirection from the PostgreSQL user password update command in the security migration script to ensure visibility of potential errors during execution.
2026-01-21 15:40:09 +01:00
Mauricio Siu
e78c48b57d fix: update PostgreSQL service to remove POSTGRES_PASSWORD environment variable
- Removed the POSTGRES_PASSWORD environment variable from the Docker service update command to enhance security by relying solely on Docker Secrets for password management.
2026-01-21 15:34:28 +01:00
Mauricio Siu
8119b7236b feat: add Dokploy security migration script
- Introduced a new Bash script for configuring secure database credentials in Dokploy installations.
- The script generates a random password, checks for existing configurations, and updates the PostgreSQL and Dokploy services to use Docker Secrets for enhanced security.

https://github.com/Dokploy/dokploy/issues/3449
2026-01-21 13:33:50 +01:00
Mauricio Siu
a206877c24 feat: add LinkDR support with logo
- Introduced LinkDR as a new supporting link in the Ripple component.
- Added LinkDR logo as an SVG file to the public assets.
2026-01-16 00:43:03 -06:00
Mauricio Siu
276724c085 feat: enhance install script to detect latest stable version from GitHub
- Updated version detection logic to fetch the latest stable version from GitHub if no version is specified.
- Improved usage instructions for clarity regarding version options.
2026-01-15 01:56:24 -06:00
copilot-swe-agent[bot]
8b2f10f823 Fix: Apply --endpoint-mode dnsrr to all services in LXC containers
- Added $endpoint_mode to dokploy-postgres service creation
- Added $endpoint_mode to dokploy-redis service creation
- Updated warning message to reflect services (plural) instead of service (singular)
- Ensures all Docker services work correctly in LXC containers with dnsrr endpoint mode

Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com>
2025-12-20 05:04:36 +00: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
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
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
фырат ёздэн
eab39c68fe fix: volume name updates 2025-11-27 03:43:20 +03:00
фырат ёздэн
cb7b3829f6 fix: volume name updates 2025-11-27 03:43:06 +03:00
фырат ёздэн
1026401dd8 fix: volume name updates 2025-11-27 03:42:53 +03:00
фырат ёздэн
78807c9ba4 fix: volume name updates 2025-11-27 00:53:41 +03:00
фырат ёздэн
ca1e3894d1 fix: volume name updates 2025-11-27 00:51:32 +03:00
фырат ёздэн
db9be7ec99 fix: volume name updates 2025-11-27 00:50:41 +03:00
фырат ёздэн
eef3165aec fix: volume name updates 2025-11-26 22:14:28 +03:00
Mauricio Siu
3d90099476 Make Docker socket volume read-only
Changed Docker socket volume to read-only.
2025-11-22 10:59:09 -05:00
Mauricio Siu
12a677f0ca Change Docker socket volume to read-only 2025-11-22 10:58:53 -05:00
Mauricio Siu
080f7f3bce Specify Docker version during installation 2025-11-22 10:58:19 -05:00
Mauricio Siu
d325949db9 Update install.sh 2025-11-22 10:46:51 -05:00
Mauricio Siu
00488f3e7e Specify Docker version during installation 2025-11-22 10:07:04 -05:00
Mauricio Siu
0c70d5773d chore: enhance security and improve Docker socket handling in dokploy installation script 2025-11-21 15:22:33 -05:00
Mauricio Siu
7477a87b08 chore: update Traefik version from v3.5.0 to v3.6.1 across installation and troubleshooting documentation 2025-11-16 18:27:36 -06:00
Mauricio Siu
12b2a9c89e chore: update Traefik version from v3.1.2 to v3.5.0 in installation and troubleshooting documentation 2025-09-07 12:46:52 -06:00
Haouari haitam Kouider
e005f64272 added proxmox lxc detection to script and fall back to --endpoint-mode dnsrr 2025-08-17 04:14:19 +00:00
Mauricio Siu
e840b312fc feat: add Teramont as a new supporting sponsor in the Ripple component and include its logo 2025-08-07 21:18:12 -06:00
Mauricio Siu
8beab26cd7 feat: add Tolgee as a supporting sponsor with logo 2025-06-27 00:06:49 -06:00
Mauricio Siu
f94ed01222 refactor(website): remove network flag from docker run command and connect to network separately
https://github.com/Dokploy/dokploy/issues/1802
https://github.com/Dokploy/dokploy/issues/1809
2025-05-04 15:20:28 -06:00
Mauricio Siu
e78b8b1842 feat: enhance Docker installation script to retrieve private IP address and handle errors for missing ADVERTISE_ADDR 2025-04-17 16:41:12 -06:00
Mauricio Siu
fc5e3a55d4 fix: update HahuCloud logo in ripple component and add new logo file 2025-04-06 03:39:39 -06:00
Mauricio Siu
63fc87e95f refactor: remove unnecessary docker pull commands and add sleep delay 2025-03-30 21:55:41 -06:00
Mauricio Siu
3f96f9824f feat: enhance Dokploy installation script with additional environment variables and 2025-03-30 04:11:42 -06:00
Mauricio Siu
b8fe717abb feat: add Docker service creation for Traefik in dokploy installation script 2025-03-24 00:00:50 -06:00
Mauricio Siu
f150a13e27 feat: implement Docker service creation for PostgreSQL and Redis in dokploy installation script 2025-03-23 23:43:01 -06:00
Mauricio Siu
265af27a1c feat: implement dynamic Open Graph image generation for blog posts 2025-03-02 17:40:04 -06:00
Mauricio Siu
99a1cdb651 feat: enhance blog post author display with Twitter links and default image 2025-02-28 02:09:52 -06:00
Mauricio Siu
9d30977d83 feat: update features section with new images and localization 2025-02-28 01:51:37 -06:00
Mauricio Siu
2b207b309e refactor: add pull services to prevent race condition on fresh installations 2025-01-22 23:04:41 -06:00
Mauricio Siu
596cdd7406 refactor: update image 2025-01-08 23:23:38 -06:00
Mauricio Siu
a0a0d4cf31 refactor: update icon 2025-01-01 21:20:20 -06:00
Mauricio Siu
b2dac5e75f refactor: add fallback getIp 2024-12-29 16:08:00 -06:00
Mauricio Siu
b53b13b637 feat: add dokploy cloud video 2024-11-10 02:01:56 -06:00