v0.24.6
Dokploy/dokployv0.24.6Aug 3, 2025by github-actions[bot]
AI Summary
A maintenance release featuring refactoring of application and backup handling, user experience improvements such as automatic avatar generation, and fixes for GitLab branch fetching limits.
Key Highlights
- User avatar generation using email and custom default avatar selection.
- Fixed GitLab branches function to return more than just the first 20 branches.
- Refactored Traefik initialization to support standalone mode.
- Refactored application and backup handling logic.
New Features
- User avatar generation
- GitLab branch limit fix
- Standalone Traefik support
- Application handling refactor
Full Release Notes
## What's Changed * refactor(application): update application handling to support multipl… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2288 * refactor(compose): reorganize imports and simplify command execution … by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2289 * refactor(backup): consolidate utility imports and add local backup cl… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2290 * fix: github app creation name conflicting with already existing Dokploy names by @rainwashed in https://github.com/Dokploy/dokploy/pull/2266 * refactor: lint apps/docker/__test__ files by @Marukome0743 in https://github.com/Dokploy/dokploy/pull/2254 * refactor: lint apps/components/layouts files by @Marukome0743 in https://github.com/Dokploy/dokploy/pull/2255 * feat(dashboard): generate user fallback avatar using user email and allow user to choose default avatar by @danielepintore in https://github.com/Dokploy/dokploy/pull/2229 * The getGitlabBranches function was only returning the first 20 branches by @A-D-E in https://github.com/Dokploy/dokploy/pull/2279 * docs: polish `README.md` by @JamBalaya56562 in https://github.com/Dokploy/dokploy/pull/2295 * chore: update Railpack version to 0.2.2 in Dockerfile and related scr… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2296 * feat(dashboard): add manual input for service name in domains for docker compose by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2297 * feat(mount): refactor updateMount logic and add updateFileMount funct… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2300 * fix(backups): change backup file extension from .dump.gz to .sql.gz f… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2301 * refactor(domain): enhance middleware handling for Traefik routers and… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2302 * refactor(gitea, gitlab): remove unused parameters and fetch entities … by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2304 * refactor(traefik): update Traefik initialization to support standalon… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2305 * refactor(docker): update docker exec command to set working directory… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2306 * 1778 railpack frontend version is hardcoded by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2309 ## New Contributors * @rainwashed made their first contribution in https://github.com/Dokploy/dokploy/pull/2266 * @danielepintore made their first contribution in https://github.com/Dokploy/dokploy/pull/2229 * @A-D-E made their first contribution in https://github.com/Dokploy/dokploy/pull/2279 * @JamBalaya56562 made their first contribution in https://github.com/Dokploy/dokploy/pull/2295 **Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.24.5...v0.24.6