Mauricio Siu
167daccee0
feat(settings): enhance getUpdateData and reloadDockerResource for image digest comparison
...
- Added logic to getUpdateData to compare current and latest image digests for canary and feature tags, indicating if an update is available.
- Updated reloadDockerResource to ensure the correct image tag is used during dokploy service updates based on the current image tag.
2026-01-11 22:12:39 -06:00
Mauricio Siu
11af6a5eb9
feat(docker): enhance reloadDockerResource to accept version parameter for dokploy updates
...
- Updated the reloadDockerResource function to include an optional version parameter.
- Modified the command for updating the dokploy service to specify the image version during updates.
2026-01-11 21:58:04 -06:00
Mauricio Siu
85424badcf
chore(dependencies): update semver to version 7.7.3 and add @types/semver to package.json files; refactor getUpdateData function to accept current version as a parameter
2026-01-11 21:51:56 -06:00
фырат ёздэн
aae7906e77
chore: remove unused import
2025-12-07 20:10:26 +03:00
Mauricio Siu
9394d97163
refactor(settings): remove unused cleanupFullDocker function and streamline imports
2025-12-06 17:54:25 -06:00
фырат ёздэн
ba9c2ef369
Merge branch 'canary' into fix/docker-cleanup-clears-away-all-unused-residue
2025-12-07 00:08:59 +03:00
Mauricio Siu
7ea7ee739f
fix(settings): prevent duplicate port entries by only adding the first mapping for each target port
2025-12-06 14:23:43 -06:00
Mauricio Siu
439fba1f4b
fix: improve error handling for Traefik port updates and enhance port availability checks
2025-12-06 13:58:03 -06:00
Mauricio Siu
1ba24630a8
Merge branch 'canary' into Traefik--Enable-dashboard-dokploy-traefik-container-gone,all-services-domains-down
2025-12-06 13:09:06 -06:00
autofix-ci[bot]
b9becbafd8
[autofix.ci] apply automated fixes
2025-12-01 11:58:23 +00:00
fir4tozden
60be376a4f
chore: comments for services > settings.ts > cleanupFullDocker()
2025-12-01 14:58:02 +03:00
autofix-ci[bot]
e3832eff07
[autofix.ci] apply automated fixes
2025-11-30 21:50:25 +00:00
fir4tozden
25b7069e31
feat: docker cleanups stable
2025-12-01 00:50:02 +03:00
фырат ёздэн
56d4e61c1f
fix: removed .ts ext
2025-11-30 21:51:56 +03:00
autofix-ci[bot]
4f5b557a60
[autofix.ci] apply automated fixes
2025-11-30 18:30:29 +00:00
фырат ёздэн
d09163a24e
chore: using new method dockerSafeExec()
2025-11-30 21:30:08 +03:00
фырат ёздэн
79d3c1d7f3
fix: if a build or pull operation is running during docker cleaning, pause the cleaning
2025-11-30 21:01:14 +03:00
фырат ёздэн
3c70db9fc8
fix: docker cleanup clears away all unused residue
2025-11-26 22:50:59 +03:00
Mauricio Siu
73d87c06e1
feat: enhance error handling in deployment processes
...
- Introduced a new ExecError class to standardize error handling during command execution.
- Updated deployApplication and deployCompose functions to log detailed error messages, excluding ExecError instances.
- Improved execAsync and execAsyncRemote functions to throw ExecError with additional context for better debugging.
- Added base64 encoding for error messages to ensure sensitive information is handled appropriately.
2025-11-26 00:11:43 -05:00
Mauricio Siu
19a01665ae
fix: simplify getServiceImageDigest command for improved reliability
...
- Refactored the getServiceImageDigest function to streamline the command used for retrieving the Docker service image digest, enhancing reliability.
- Removed unnecessary console logging for the current digest.
2025-11-18 22:44:42 -06:00
Mauricio Siu
6ba35057ac
fix: update getServiceImageDigest to retrieve image digest more reliably
...
- Refactored the getServiceImageDigest function to use a more robust command for fetching the Docker service image digest, improving accuracy.
- Added console logging for the current digest to aid in debugging and monitoring.
2025-11-18 10:09:02 -06:00
Mauricio Siu
ba5e7e2026
fix: improve error handling in getUpdateData function
...
- Added error logging to the getUpdateData function to capture and display errors when retrieving the current service image digest, enhancing debugging capabilities.
2025-11-18 00:26:38 -06:00
HarikrishnanD
c459997453
fix(traefik): validate port 8080 before enabling dashboard
2025-11-13 11:52:06 +05:30
Mauricio Siu
2f5cd620c5
feat(settings): add error handling for unsupported resource types in Traefik setup
...
- Introduced error handling for unsupported resource types in `readPorts` and `writeTraefikSetup` functions.
- Enhanced `initializeStandaloneTraefik` to include image pulling with error logging for better debugging.
2025-09-07 13:26:19 -06:00
Mauricio Siu
39872720dd
refactor: remove debug logging from Docker resource type determination functions
2025-09-05 03:00:57 -06:00
Mauricio Siu
b90f0135d4
refactor: simplify Docker resource type determination logic by consolidating command structure
2025-09-05 02:50:37 -06:00
Mauricio Siu
35fc04dc8f
feat: enhance error handling and logging in Docker resource type determination
2025-09-05 02:35:06 -06:00
Mauricio Siu
c6509efa65
feat: add debug logging for resource name and command in Docker resource type determination
2025-09-05 02:11:46 -06:00
Mauricio Siu
d96e9071f2
feat: add logging for resource type determination and error handling in Docker resource management
2025-09-05 01:47:12 -06:00
Mauricio Siu
d5307cb5d6
fix(traefik): streamline serverId handling in writeTraefikSetup function
2025-08-10 15:03:41 -06:00
Aeriit
883e1d1bfe
fix(traefik): on setup support serverId as parameter and input
2025-08-09 11:05:37 -04:00
Mauricio Siu
607c505c4b
refactor(traefik): update Traefik initialization to support standalone and service modes, enhance port handling with protocol specification
2025-08-03 01:18:18 -06:00
Mauricio Siu
eb5ba2f219
Enhance compose removal process by adding network disconnection command
...
- Updated the `removeCompose` function to include a command for disconnecting the Docker network before removing the stack or compose application, improving cleanup reliability.
- Removed unnecessary console logging in the `getServiceImageDigest` function to streamline output and enhance code clarity.
2025-05-04 16:50:03 -06:00
Mauricio Siu
e437903ef8
Enhance backup and deployment features
...
- Updated the RestoreBackupSchema to require serviceName for compose backups, improving validation and user feedback.
- Refactored the ShowBackups component to include deployment information, enhancing the user interface and experience.
- Introduced new SQL migration files to add backupId to the deployment table and appName to the backup table, improving data relationships and integrity.
- Enhanced deployment creation logic to support backup deployments, ensuring better tracking and management of backup processes.
- Improved backup and restore utility functions to streamline command execution and error handling during backup operations.
2025-05-03 12:39:52 -06:00
Mauricio Siu
1a415b96c9
refactor: remove unused auth service and clean up server-side code
2025-02-22 18:03:12 -06:00
Mauricio Siu
e7db0ccb70
refactor: update invitation
2025-02-16 02:57:49 -06:00
Mauricio Siu
74a0f5e992
Feat/monitoring ( #1267 ) Cloud Version
...
* feat: add start monitoring remote servers
* reafctor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor:
* refactor: add metrics
* feat: add disk monitoring
* refactor: translate to english
* refacotor: add stats
* refactor: remove color
* feat: add log server metrics
* refactor: remove unused deps
* refactor: add origin
* refactor: add logs
* refactor: update
* feat: add series monitoring
* refactor: add system monitoring
* feat: add benchmark to optimize data
* refactor: update fn
* refactor: remove comments
* refactor: update
* refactor: exclude items
* feat: add refresh rate
* feat: add monitoring remote servers
* refactor: update
* refactor: remove unsued volumes
* refactor: update monitoring
* refactor: add more presets
* feat: add container metrics
* feat: add docker monitoring
* refactor: update conversion
* refactor: remove unused code
* refactor: update
* refactor: add docker compose logs
* refactor: add docker cli
* refactor: add install curl
* refactor: add get update
* refactor: add monitoring remote servers
* refactor: add containers config
* feat: add container specification
* refactor: update path
* refactor: add server filter
* refactor: simplify logic
* fix: verify if file exist before get stats
* refactor: update
* refactor: remove unused deps
* test: add test for containers
* refactor: update
* refactor add memory collector
* refactor: update
* refactor: update
* refactor: update
* refactor: remove
* refactor: add memory
* refactor: add server memory usage
* refactor: change memory
* refactor: update
* refactor: update
* refactor: add container metrics
* refactor: comment code
* refactor: mount proc bind
* refactor: change interval with node cron
* refactor: remove opening file
* refactor: use streams
* refactor: remove unused ws
* refactor: disable live when is all
* refactor: add sqlite
* refactor: update
* feat: add golang benchmark
* refactor: update go
* refactor: update dockerfile
* refactor: update db
* refactor: add env
* refactor: separate logic
* refactor: split logic
* refactor: update logs
* refactor: update dockerfile
* refactor: hide .env
* refactor: update
* chore: hide ,.ebnv
* refactor: add end angle
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update monitoring
* refactor: add mount db
* refactor: add metrics and url callback
* refactor: add middleware
* refactor: add threshold property
* feat: add memory and cpu threshold notification
* feat: send notifications to the server
* feat: add metrics for dokploy server
* refactor: add dokploy server to monitoring
* refactor: update methods
* refactor: add admin to useeffect
* refactor: stop monitoring containers if elements are 0
* refactor: cancel request if appName is empty
* refactor: reuse methods
* chore; add feat monitoring
* refactor: set base url
* refactor: adjust monitoring
* refactor: delete migrations
* feat: add columns
* fix: add missing flag
* refactor: add free metrics
* refactor: add paid monitoring
* refactor: update methods
* feat: improve ui
* feat: add container stats
* refactor: add all container metrics
* refactor: add color primary
* refactor: change default rate limiting refresher
* refactor: update retention days
* refactor: use json instead of individual properties
* refactor: lint
* refactor: pass json env
* refactor: update
* refactor: delete
* refactor: update
* refactor: fix types
* refactor: add retention days
* chore: add license
* refactor: create db
* refactor: update path
* refactor: update setup
* refactor: update
* refactor: create files
* refactor: update
* refactor: delete
* refactor: update
* refactor: update token metrics
* fix: typechecks
* refactor: setup web server
* refactor: update error handling and add monitoring
* refactor: add local storage save
* refactor: add spacing
* refactor: update
* refactor: upgrade drizzle
* refactor: delete
* refactor: uppgrade drizzle kit
* refactor: update search with jsonB
* chore: upgrade drizzle
* chore: update packages
* refactor: add missing type
* refactor: add serverType
* refactor: update url
* refactor: update
* refactor: update
* refactor: hide monitoring on self hosted
* refactor: update server
* refactor: update
* refactor: update
* refactor: pin node version
2025-02-02 14:08:06 -06:00
Mauricio Siu
95e642e63a
refactor: make less aggressive cleanups
2025-01-26 16:20:02 -06:00
Mauricio Siu
25a8df567e
feat: add cleanup cache on deployments
2025-01-19 00:57:42 -06:00
Mauricio Siu
883459624e
refactor: update digest
2024-12-21 14:54:14 -06:00
Mauricio Siu
68c8c70260
refactor: iterate pages
2024-12-21 13:34:50 -06:00
UndefinedPony
6c9b12cee9
refactor: use dynamic tag for comparing latest tag digest
2024-12-21 18:33:22 +01:00
UndefinedPony
8699e024ee
refactor: add try catch, add default update data
2024-12-21 10:05:31 +01:00
UndefinedPony
18eae9f7d7
refactor: use service image sha instead of image itself for checking updates
2024-12-21 09:04:25 +01:00
UndefinedPony
f40e802331
fix: pull latest release in case of no image when checking update
2024-12-21 08:47:21 +01:00
UndefinedPony
4565b3d7a2
refactor: add latestVersion information to update data
2024-12-20 18:26:54 +01:00
UndefinedPony
256534570b
refactor: add image tag helper, refactor update check logic, remove try/catch
2024-12-20 17:29:01 +01:00
Mauricio Siu
47aa223f87
refactor: remove save on build on next app and integrate turbopack
2024-10-24 23:13:24 -06:00
Mauricio Siu
f3ce69b656
refactor: rename builders to server
2024-10-05 22:15:47 -06:00