autofix-ci[bot]
ee2bbf5e37
[autofix.ci] apply automated fixes
2025-07-05 17:38:16 +00:00
andrei1010
d27dff4906
fix: fix environment variable parsing for railpack
2025-07-05 17:14:28 +02:00
Mauricio Siu
5c73ced500
chore(license): update copyright year to 2025 and remove obsolete dokploy license file
v0.23.7
2025-07-05 01:38:37 -06:00
Mauricio Siu
b1450d14ac
chore(package): bump version to v0.23.7
2025-07-05 01:36:13 -06:00
Mauricio Siu
c5e3b00990
Merge pull request #2125 from Dokploy/fix/issues
...
Fix/issues
2025-07-05 01:35:22 -06:00
Mauricio Siu
715e44116d
Merge pull request #2030 from s1nyx/fix/traefik-setup-was-not-pulling-image
...
fix(traefik-setup): now pulling the traefik image to make it sure it's present locally
2025-07-05 00:03:50 -06:00
Mauricio Siu
c15ee721ff
feat(setup): add async execution of docker pull for traefik image during setup
2025-07-05 00:01:41 -06:00
Mauricio Siu
71befc3a4b
Merge pull request #2115 from zuohuadong/canary
...
feat: fix OpencloudOS setup
2025-07-04 23:50:24 -06:00
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
huadong zuo
f9972bee60
Merge branch 'Dokploy:canary' into canary
2025-07-02 14:52:42 +08:00
zuohuadong
6fc51e02a7
Revert "feat(swap): On hosts with less than 2G of memory, increase swap space to prevent installation failure."
...
This reverts commit 207fe6f477 .
2025-07-02 14:51:48 +08:00
zuohuadong
fa7db0dc75
Revert "chore(setup):Increase interactive options"
...
This reverts commit 0c861585ed .
2025-07-02 14:50:39 +08: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
zuohuadong
0c861585ed
chore(setup):Increase interactive options
2025-07-01 12:19:39 +08:00
huadong zuo
e158e05ad6
Merge branch 'Dokploy:canary' into canary
2025-07-01 09:40:36 +08: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