Mauricio Siu
bca32f077b
Merge pull request #2084 from Marukome0743/ubuntu
...
docs: update docker installation method of Ubuntu
2025-07-04 23:45:44 -06:00
Mauricio Siu
1afcecaec0
Merge pull request #2124 from Dokploy/feat/add-ports-publish-mode
...
Feat/add ports publish mode
2025-07-04 23:44:18 -06:00
Mauricio Siu
80b72dc75e
fix: handle potential null values for publishMode in ShowPorts component
2025-07-04 23:42:35 -06:00
Mauricio Siu
5973d7b9b8
Merge branch 'canary' into feat/add-ports-publish-mode
2025-07-04 23:38:37 -06:00
autofix-ci[bot]
ab3a1504cf
[autofix.ci] apply automated fixes
2025-07-05 05:37:11 +00:00
Mauricio Siu
f51c51958f
feat: add publishMode column to port schema
...
- Introduced a new ENUM type "publishModeType" with values 'ingress' and 'host'.
- Added "publishMode" column to the "port" table with a default value of 'host'.
- Updated related metadata files to reflect the changes.
2025-07-04 23:33:21 -06:00
Mauricio Siu
f3703e6f5e
Merge pull request #2112 from Marukome0743/error
...
refactor: remove unused catch errors
2025-07-04 23:29:28 -06:00
Mauricio Siu
14cb6cecae
Merge pull request #2107 from DearTanker/canary
...
Style: Make all code editors apply Tailwind CSS font-mono style.
2025-07-04 23:24:01 -06:00
Mauricio Siu
6885b140eb
Merge pull request #2108 from Marukome0743/blue
...
docs: remove blue underlink from README.md
2025-07-04 23:22:26 -06:00
FelipeVasquez350
56fcaa8ccd
Update show-port.tsx
2025-07-04 18:15:43 +02:00
FelipeVasquez350
d229284e5e
Update handle-ports.tsx
2025-07-04 18:08:23 +02:00
FelipeVasquez350
3561b5cae6
feat: add option for publishMode in an application port settings
2025-07-04 18:01:13 +02:00
DearTanker
a3192d6584
Merge branch 'Dokploy:canary' into canary
2025-07-03 10:48:52 +08:00
DearTanker
24ea8b7fbd
Style: Unspecify the popup list width to make the name appear in full
2025-07-03 10:39:58 +08:00
Marukome0743
e12df7b32e
refactor: remove unused catch errors
2025-07-03 08:42:04 +09:00
Marukome0743
8001c9cfc2
docs: remove blue underlink from README.md
2025-07-03 08:41:38 +09:00
Marukome0743
a762b4b4ae
docs: update docker installation method of Ubuntu
2025-07-03 08:41:08 +09:00
Mauricio Siu
2fe7349889
chore: update version in package.json to v0.23.6
v0.23.6
2025-07-01 23:18:44 -06:00
Mauricio Siu
5c1c969873
Merge pull request #2113 from Dokploy/fix/schedules-rm
...
fix: prevent removal of current directory in deployment logs
2025-07-01 23:18:15 -06:00
Mauricio Siu
2f6f1b19e7
fix: prevent removal of current directory in deployment logs
...
- Updated the removeLastTenDeployments function to check if logPath is not the current directory before executing the removal command.
- Enhanced the unlink operation to ensure it only attempts to delete valid log paths.
2025-07-01 23:17:27 -06:00
autofix-ci[bot]
1f4ce2daf3
[autofix.ci] apply automated fixes
2025-06-30 05:13:57 +00:00
DearTanker
37c7507507
Style: Make all code editors apply Tailwind CSS font-mono style.
2025-06-30 13:04:47 +08:00
Mauricio Siu
03e04b7bce
Merge pull request #2105 from Dokploy/fix/cancel-schedules
...
feat: add kill process functionality to schedules
2025-06-29 21:13:37 -06:00
Mauricio Siu
b920e7c0f1
fix: handle potential null data in PID extraction for runCommand function
2025-06-29 21:10:11 -06:00
Mauricio Siu
15fde820a3
Merge pull request #2104 from DearTanker/canary
...
Style: Make Node Applications more readable.
2025-06-29 21:09:29 -06:00
Mauricio Siu
64293fce79
feat: add kill process functionality to deployments
...
- Implemented a new mutation to kill a running deployment process by its PID.
- Updated the deployment schema to include a PID field.
- Enhanced the deployment service to handle process termination and status updates.
- Modified the deployment scripts to echo PID and schedule ID for better tracking.
- Added error handling for the kill process operation.
2025-06-29 21:08:51 -06:00
DearTanker
526f249d0e
Style: Make Node Applications more readable
2025-06-30 10:54:45 +08:00
Mauricio Siu
4796b0cf4e
chore: update version in package.json to v0.23.5
v0.23.5
2025-06-29 14:09:31 -06:00
Mauricio Siu
159a055bc6
Merge pull request #2102 from Dokploy/2092-preview-link-without-protocol
...
fix: update preview deployment comment to include protocol in domain URL
2025-06-29 13:47:30 -06:00
Mauricio Siu
cfade317f1
fix: update preview deployment comment to include protocol in domain URL
2025-06-29 13:47:17 -06:00
Mauricio Siu
36ebefff16
Merge pull request #2083 from Marukome0743/models
...
chore: remove unknown `apps/models` from pnpm-workspace.yaml
2025-06-29 13:24:33 -06:00
Mauricio Siu
7cc0603078
Merge pull request #2101 from SashkaHavr/fix-docker-config-path
...
fix: change default DOCKER_CONFIG to a config directory instead of config.json file
2025-06-29 13:24:08 -06:00
Mauricio Siu
e0e42ac554
Merge pull request #2100 from DearTanker/canary
...
style: Remove the width restriction on the server name.
2025-06-29 12:44:12 -06:00
Oleksandr Havrylov
e004d8bd52
fix: change default DOCKER_CONFIG to a config directory instead of config.json file
2025-06-29 17:14:50 +02:00
DearTanker
0c0912f606
Style: Remove the width restriction on the server name so that it can be displayed in full.
2025-06-29 21:13:36 +08:00
Mauricio Siu
e79f8c4b72
feat: add Tolgee sponsorship banner to README
v0.23.4
2025-06-27 00:11:02 -06:00
Mauricio Siu
26e2a24f63
chore: update version in package.json to v0.23.4
2025-06-26 23:57:36 -06:00
Mauricio Siu
830feabd70
Merge pull request #2072 from dscamargo/feat/database-name-database-backup-notification
...
feat: add database name in database backup notification
2025-06-26 23:55:57 -06:00
Mauricio Siu
122a3d110d
Merge pull request #2090 from Dokploy/fix/correct-database-type-on-compose-backups
...
fix(backups): enhance database type handling in compose backup process
2025-06-26 23:34:33 -06:00
Mauricio Siu
c05edb313f
fix(backups): enhance database type handling in compose backup process
...
- Added a new function to determine the database type based on the backup configuration.
- Updated notifications to use the correct database type instead of a hardcoded value.
2025-06-26 23:32:18 -06:00
Mauricio Siu
1ec2853862
Merge pull request #2089 from Dokploy/2080-invalid-name-when-trying-to-deploy-an-app-with-dockerfile-to-ghcrio
...
fix(upload): refactor registry tag construction for image uploads
2025-06-26 23:02:36 -06:00
Mauricio Siu
5c2709248c
fix(upload): refactor registry tag construction for image uploads
...
- Updated the logic for constructing the registry tag in the uploadImage and uploadImageRemoteCommand functions to ensure correct formatting.
- Removed unnecessary path imports and streamlined the code for better readability.
2025-06-26 23:00:51 -06:00
autofix-ci[bot]
bc79074441
[autofix.ci] apply automated fixes
2025-06-27 03:13:41 +00:00
Mauricio Siu
5ada451916
Merge pull request #2087 from Dokploy/feat/add-dokploy-cloud-endpoints
...
feat(settings): add query to retrieve Dokploy cloud IPs
2025-06-26 21:01:50 -06:00
Mauricio Siu
6b0d9240dd
feat(settings): add query to retrieve Dokploy cloud IPs
...
- Implemented a new admin procedure to fetch cloud IPs from environment variables.
- Returns an empty array if not in cloud mode.
2025-06-26 21:00:51 -06:00
Marukome0743
1e31ebb9c2
chore: remove unknown apps/models from pnpm-workspace.yaml
2025-06-26 16:49:44 +09:00
Douglas Camargo
499022a328
feat: add database name in database backup notification
2025-06-23 22:35:40 -03:00
Mauricio Siu
2a89be6efc
Merge pull request #2069 from Dokploy/2065-rollback-feature-dns-issues
...
feat(rollbacks): enhance fullContext type and refactor createRollback…
v0.23.3
2025-06-22 18:01:21 +02:00
autofix-ci[bot]
412bb9e874
[autofix.ci] apply automated fixes
2025-06-22 16:00:36 +00:00
Mauricio Siu
6290c217f1
feat(rollbacks): add alert for storage usage in rollback settings
...
- Introduced an AlertBlock component to inform users about increased storage usage when rollbacks are enabled.
- Added cautionary note regarding the potential deletion of rollback images during manual cache cleaning.
2025-06-22 10:00:14 -06:00