| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-08 | 8.4 kB | |
| v0.26.0 source code.tar.gz | 2025-12-08 | 3.0 MB | |
| v0.26.0 source code.zip | 2025-12-08 | 3.7 MB | |
| Totals: 3 Items | 6.8 MB | 0 | |
We are thrilled to announce the release of Dokploy v0.26.0! This update is packed with significant new capabilities and enhancements, focusing on giving you more control, better communication, and more flexible team management.
Custom Build Servers
Now you are able to select a remote server to build your application!
Multi-Administrator Management
Now you are able to invite a user with admin role, giving the full flexibility to control the dokploy instance
Rollbacks Rework
We've completely re-engineered our rollback mechanism to provide a more secure and robust solution for managing application versions. Previously, rollback images were stored directly on the server. With v0.26.0, we've introduced a new, safer approach:
Registry-Based Rollbacks: Rollback images are no longer stored locally on the server. Instead, they now require an external image registry
Docs Improvements
We've dedicated considerable effort to enhancing our documentation, making it clearer and more comprehensive. This version includes:
Elevating Your Experience: Dokploy Enterprise Support
- Premium ✨ Enterprise Support & Services: Custom solutions and dedicated support.
- SLA Guarantees / Priority Support: Guaranteed response times and priority assistance.
- Additional Security & Governance: Advanced features for compliance and security
- Private Labeling: Fully integrate Dokploy with your brand.
What's Changed
- fix: correct query parameter name in GitLab authorization URL by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3118
- fix: apply stop grace period within container spec by @perinm in https://github.com/Dokploy/dokploy/pull/3073
- test: add e2e tests for deployments (nixpacks, dockerfile, git) by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3133
- 711 custom build server by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3138
- Feat/sync open api website docs by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3139
- fix: stabilize
TimeBadgeposition by @usings in https://github.com/Dokploy/dokploy/pull/3134 - feat: add support for command arguments in application and database s… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3143
- fix(notification): use form validation logic for testing by @Bima42 in https://github.com/Dokploy/dokploy/pull/3142
- refactor: enhance RequestDistributionChart layout and responsiveness by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3144
- feat: set default date range to last 3 days in ShowRequests component by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3145
- feat: enhance domain validation by trimming whitespace from host input by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3146
- fix: prevent WebSocket timeout in container logs after 60s of inactivity by @iamsims in https://github.com/Dokploy/dokploy/pull/3035
- feat: add informational alert for domain changes in AddDomain component by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3137
- fix(bunny.net): Update CDN IP ranges by @andresousadotpt in https://github.com/Dokploy/dokploy/pull/3050
- feat: Add top-loading progress bar by @VivekKavala in https://github.com/Dokploy/dokploy/pull/2735
- feat: enhance AI model selection with popover and search functionality by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3147
- feat: update notification handling to make accessToken optional by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3148
- fix: parse CPU value for progress component in monitoring dashboard by @SteadEXE in https://github.com/Dokploy/dokploy/pull/3078
- test: add regression tests for Traefik Host rule format by @philippgerard in https://github.com/Dokploy/dokploy/pull/3162
- fix: React2Shell vulnerability in NextJS by @CatPaulKatze in https://github.com/Dokploy/dokploy/pull/3173
- fix: update S3 credentials formatting in backup utility by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3174
- Feat/improve rollbacks by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3152
- fix: update mount path for PostgreSQL 18+ to use /var/lib/postgresql/{version}/docker by @sammychinedu2ky in https://github.com/Dokploy/dokploy/pull/3157
- feat(requests): conditionally render traefik reload warning by @Harikrishnan1367709 in https://github.com/Dokploy/dokploy/pull/2972
- fix(traefik): validate port 8080 before enabling dashboard -#2996 by @Harikrishnan1367709 in https://github.com/Dokploy/dokploy/pull/2997
- fix(settings): prevent duplicate port entries by only adding the firs… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3175
- fix(wss): close read deployment and container logs connections by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3176
- fix(server): refactor initialization sequence to prevent race conditi… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3177
- refactor(ai): enhance suggestion logic for deployment variants and op… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3178
- fix: docker cleanup clears away all unused residue by @fir4tozden in https://github.com/Dokploy/dokploy/pull/3064
- refactor(docker): remove unused environment file command generation a… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3180
- feat: Add Volume Backup Notification Support (#2875) by @Harikrishnan1367709 in https://github.com/Dokploy/dokploy/pull/2879
- feat(permissions): Add multiple admins capability by @divaltor in https://github.com/Dokploy/dokploy/pull/2506
- feat(user): update user schema to include firstName and lastName fiel… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3183
- fix: remove volume cleanup from cleanupAll() by @fir4tozden in https://github.com/Dokploy/dokploy/pull/3188
- feat(notifications): add custom webhook notification provider by @ChristoferMendes in https://github.com/Dokploy/dokploy/pull/2699
- fix: match multi line log messages by @NeoIsRecursive in https://github.com/Dokploy/dokploy/pull/2758
- fix: improve domain and letsencrypt email validation by @Omar125X in https://github.com/Dokploy/dokploy/pull/2717
- fix: align
DOCKER_VERSIONwith official installation script by @usings in https://github.com/Dokploy/dokploy/pull/3135 - feat: persist search query in URL parameters on projects page by @TonyStef in https://github.com/Dokploy/dokploy/pull/3121
- feat(schedules): add timezone support for scheduled jobs and update d… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3190
New Contributors
- @usings made their first contribution in https://github.com/Dokploy/dokploy/pull/3134
- @iamsims made their first contribution in https://github.com/Dokploy/dokploy/pull/3035
- @andresousadotpt made their first contribution in https://github.com/Dokploy/dokploy/pull/3050
- @VivekKavala made their first contribution in https://github.com/Dokploy/dokploy/pull/2735
- @SteadEXE made their first contribution in https://github.com/Dokploy/dokploy/pull/3078
- @philippgerard made their first contribution in https://github.com/Dokploy/dokploy/pull/3162
- @sammychinedu2ky made their first contribution in https://github.com/Dokploy/dokploy/pull/3157
- @ChristoferMendes made their first contribution in https://github.com/Dokploy/dokploy/pull/2699
- @NeoIsRecursive made their first contribution in https://github.com/Dokploy/dokploy/pull/2758
- @Omar125X made their first contribution in https://github.com/Dokploy/dokploy/pull/2717
- @TonyStef made their first contribution in https://github.com/Dokploy/dokploy/pull/3121
Full Changelog: https://github.com/Dokploy/dokploy/compare/v0.25.11...v0.26.0