Mauricio Siu
8a335789b3
chore: remove deprecated SQL migration and associated journal entry for ulimits configuration
2026-02-08 23:30:05 -06:00
nurikk
0a401843f8
core: add ulimits configuration for Docker Swarm deployments
...
Users deploying to Docker Swarm can now configure resource ulimits
(nofile, nproc, etc.) to prevent applications from hitting system
limits that cause crashes or degraded performance.
2026-01-08 21:57:58 +00:00
Mauricio Siu
068deecb61
Merge pull request #3401 from bdkopen/remove-hi-base32-package
...
chore: uninstall `hi-base32` package
2026-01-05 22:44:50 -06:00
Mauricio Siu
9aa03efd13
Merge pull request #3402 from bdkopen/remove-otpauth-package
...
chore: uninstall `otpauth` package
2026-01-05 22:44:37 -06:00
bdkopen
016aa0248a
chore: uninstall unused otpauth package
2026-01-05 22:27:57 -05:00
bdkopen
eb9d140c5d
chore: uninstall ununused hi-base32 package
2026-01-05 21:13:25 -05:00
Mauricio Siu
d2ce587494
feat(compose): include composeId in deployment and redeployment responses close https://github.com/Dokploy/dokploy/issues/3359
2026-01-04 11:08:11 -06:00
Mauricio Siu
13ad8cb846
Merge pull request #3371 from mcfdez/feat/solid-color-avatars
...
feat: add solid colors for avatar
2026-01-04 11:07:13 -06:00
autofix-ci[bot]
0897417d7c
[autofix.ci] apply automated fixes
2026-01-04 17:01:40 +00:00
Marc Fernandez
eb14a68bdd
feat: add solid colors for avatar
2025-12-31 08:58:25 +01:00
Mauricio Siu
9498fbeff3
Update package.json
v0.26.3
2025-12-31 00:28:03 -06:00
Mauricio Siu
d2aa60ddf7
Update package.json
2025-12-30 23:53:30 -06:00
Mauricio Siu
58b75205af
Merge pull request #3327 from Dokploy/refactor/separate-settings-from-users-table
...
refactor(settings): migrate user settings to webServerSettings schema…
2025-12-28 13:21:55 -06:00
Mauricio Siu
9e03625586
refactor(auth): simplify trustedOrigins logic by removing redundant admin check and using optional chaining for settings access
2025-12-28 13:18:20 -06:00
Mauricio Siu
260efdc2bb
Merge pull request #3353 from bdkopen/remove-rotating-file-stream
...
chore: uninstall `rotating-file-stream`
2025-12-28 13:09:34 -06:00
bdkopen
1b5bfe051d
chore: uninstall rotating-file-stream
2025-12-27 12:33:39 -05:00
Mauricio Siu
e4384075f2
Merge pull request #3341 from dpulpeiro/fix/stack-registry-auth
...
fix: pass registry auth to stack deploy
2025-12-25 03:29:33 -06:00
Mauricio Siu
b355d44605
fix(web-server-settings): use optional chaining for safer ID access in update function
2025-12-24 12:24:27 -06:00
Daniel García Pulpeiro
f39aa23803
fix: pass registry auth to stack deploy
2025-12-23 22:37:00 +01:00
Mauricio Siu
3abc4cdc3b
refactor(access-log): consolidate web server settings imports and enhance log cleanup status retrieval
2025-12-21 01:46:27 -06:00
Mauricio Siu
ec56062f17
fix(settings): update getIp function to return an empty string for cloud environments
2025-12-21 01:45:49 -06:00
Mauricio Siu
10c4f882a5
Update packages/server/src/services/web-server-settings.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-21 01:44:46 -06:00
Mauricio Siu
f1dfa9c6a2
refactor(preview-deployment): remove dynamic import of getWebServerSettings and streamline IP retrieval logic
2025-12-21 01:43:09 -06:00
Mauricio Siu
6010643d9e
refactor(server): update server configuration handling to utilize webServerSettings schema and improve code clarity
2025-12-21 01:41:33 -06:00
Mauricio Siu
1ccb205495
fix(admin): add optional chaining to safely access settings properties
2025-12-21 01:35:21 -06:00
autofix-ci[bot]
b2be5bc09f
[autofix.ci] apply automated fixes
2025-12-21 07:33:59 +00:00
Mauricio Siu
babd30a110
refactor(settings): migrate user settings to webServerSettings schema and update related components
2025-12-21 01:33:18 -06:00
Mauricio Siu
e77f276785
refactor(issue-template): remove unnecessary dropdowns for git providers in bug report
2025-12-21 01:06:12 -06:00
Mauricio Siu
78c9a047b0
feat(issue-template): add dropdowns for affected areas and git providers in bug report
2025-12-21 01:05:33 -06:00
Mauricio Siu
84e0f5856b
Merge pull request #3164 from difagume/fix/log-warning-detection
...
fix(docker-logs): fix warning symbol detection
2025-12-20 23:02:00 -06:00
Mauricio Siu
2bfa4643fc
Merge pull request #3186 from divaltor/slider-resources
...
feat(resources): Add number component to have better UX control over Docker resources
2025-12-20 22:56:54 -06:00
Mauricio Siu
8c7bc82712
Merge pull request #3323 from Dokploy/copilot/fix-shell-command-issue
...
fix: quote registry username in docker login to prevent shell variable expansion
2025-12-20 21:24:57 -06:00
copilot-swe-agent[bot]
44645a6fbe
fix: properly quote registry username in docker login to handle special characters like $
...
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com >
2025-12-20 19:41:56 +00:00
copilot-swe-agent[bot]
771d0dd8ab
Initial plan
2025-12-20 19:35:55 +00:00
Mauricio Siu
67725759e6
Merge pull request #3318 from Dokploy/copilot/fix-perplexity-ai-models-endpoint
...
Fix Perplexity AI provider models endpoint by returning hardcoded model list
2025-12-20 13:34:55 -06:00
Mauricio Siu
2065372d4f
fix: update test command in package.json to remove specific test target
2025-12-20 13:34:32 -06:00
copilot-swe-agent[bot]
69d5c6f0cb
Fix Perplexity AI provider by adding hardcoded model list
...
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com >
2025-12-20 06:43:11 +00:00
copilot-swe-agent[bot]
53f67c6eb2
Initial plan
2025-12-20 06:38:09 +00:00
Mauricio Siu
7c53a3ef75
Merge pull request #3316 from Dokploy/feat/add-admin-creation-projects
...
fix: update project handling permissions to include admin role
2025-12-19 23:26:44 -06:00
Mauricio Siu
c065c85ee6
fix: update project handling permissions to include admin role
2025-12-19 23:26:12 -06:00
Mauricio Siu
db97de2a39
Merge pull request #3255 from odedd/feat/all-timezones-support
...
feat(schedules): add support for all IANA timezones
2025-12-19 23:23:27 -06:00
Mauricio Siu
dc7af1b840
Merge pull request #3269 from gosangam/canary
...
fix: return database instance as response on db creation (mongo, mysq…
2025-12-19 23:21:57 -06:00
Mauricio Siu
97362da2ae
Merge pull request #3303 from draconisNoctis/feature/Fix-Disabling-of-Require-Collaborator-Permissions-Form
...
fix: disabling of previewRequireCollaboratorPermissions
2025-12-19 23:19:25 -06:00
Mauricio Siu
b476e50ff1
Merge pull request #3229 from fir4tozden/fix/some-fixes-in-dockerSafeExec
...
fix: some fixes in dockerSafeExec()
2025-12-19 23:10:59 -06:00
Mauricio Siu
1b22384315
Merge pull request #3267 from fir4tozden/bug-fix/volume-cleaning-should-not-be-performed
...
[CRITICAL] fix: volume cleaning should not be performed
2025-12-19 23:10:31 -06:00
Mauricio Siu
6685bd618e
chore: update dokploy version to v0.26.3 and modify test command
2025-12-19 11:53:27 -06:00
Mauricio Siu
f5d334244a
Merge pull request #3309 from Bima42/fix/3308-cannot-update-s3-endpoint
...
fix: invalidate query missing for s3 destination
2025-12-19 10:39:00 -06:00
Bima42
fd084c6d37
fix: invalidate query missing
2025-12-19 10:07:20 +01:00
Mark Wecke
e607220bfa
fix: disabling of previewRequireCollaboratorPermissions
2025-12-18 15:37:51 +01:00
Mauricio Siu
d8514b067b
Merge pull request #3273 from ayham291/mongo-replica
...
fix(mongo): use appName instead of localhost for replica set
2025-12-18 00:26:29 -06:00