Commit Graph

10499 Commits

Author SHA1 Message Date
peaklabs-dev 01eb54c2e7 disable jitsi for now as it is not working properly 2025-01-14 21:13:47 +01:00
peaklabs-dev e56be3a676 fix: gotenberg 2025-01-14 15:02:49 +01:00
🏔️ Peak c9ec34e595 Merge pull request #4759 from nktnet1/gotenberg-template
feat: template for Gotenberg, a Docker-powered stateless API for PDF files
2025-01-14 14:58:54 +01:00
peaklabs-dev 3b6f741d29 fix: rallly and actualbudget service 2025-01-14 13:31:00 +01:00
🏔️ Peak 9d10e8a501 Merge pull request #4640 from frenicohansen/feat/actualbudget-rallly
Add actual-budget and rallly service
2025-01-14 13:23:31 +01:00
peaklabs-dev 731dc9f789 fix: calibre-web service 2025-01-14 13:09:40 +01:00
🏔️ Peak 6af44138ab Merge pull request #4639 from frenicohansen/main
Add calibre-web service
2025-01-14 13:07:26 +01:00
peaklabs-dev 334a729a2f fix: nodebb service 2025-01-14 12:59:52 +01:00
🏔️ Peak 7c1ea0ff03 Merge pull request #4624 from privlol/next
Add nodebb service
2025-01-14 12:51:35 +01:00
peaklabs-dev 11769f059f fix: Undefined variable $service when creating a new service 2025-01-14 12:40:08 +01:00
peaklabs-dev 9dca566ea8 Update composer.lock 2025-01-14 11:12:15 +01:00
Andras Bacsai d9965fbdbe fix: wording 2025-01-14 09:22:15 +01:00
Andras Bacsai b01ea8b46d Merge pull request #4818 from peaklabs-dev/feat-backup-retention
Feat: Improve backup retention (for database backups)
2025-01-14 09:10:33 +01:00
Andras Bacsai 57c998d35d Merge pull request #4777 from peaklabs-dev/fix-cloning
fix/feat: Improves Cloning
2025-01-14 08:50:58 +01:00
Andras Bacsai 6a8cc0f80d Merge branch 'next' into fix-cloning 2025-01-14 08:50:22 +01:00
Andras Bacsai aab5398b80 fix: monaco editor disabled state 2025-01-14 08:49:03 +01:00
peaklabs-dev 8709a7749b fix: db without s3 should still backup 2025-01-13 21:26:20 +01:00
Andras Bacsai 3a199dce0f add sponsors 2025-01-13 20:40:17 +01:00
peaklabs-dev e9f691bf45 fix: storage retention setting
- feat: add storage retention to local storage as well
- fix: UI input for max storage now allows exact decimals so MB input is now also possible
- fix: Database column is now decimal instead of integer
- fix: variable naming of storage check no longer overwrites $backup - renamed it to $backupExecution
2025-01-13 19:49:12 +01:00
peaklabs-dev 3347eb3a1a fix: retention functions and folder deletion for local backups
- fix: Delete folder and parent folder if folders are empty when deleting local backups.
- fix: Do not remove executions from DB until both S3 and local backups have been deleted and successfully processed otherwise backups will never be deleted from s3.
- fix: Server ID could be null
2025-01-13 18:46:27 +01:00
peaklabs-dev 9eebeb9241 fix: use new removeOldBackups function
- use the new removeOldBackups function
- only call removeOldBackups function when the backup is completed and also only if the backup is successful
2025-01-13 18:39:22 +01:00
peaklabs-dev 3dfca4e4bd fix: backup job deletion - delete all backups from s3 and local 2025-01-13 17:31:55 +01:00
peaklabs-dev c03b629e85 fix: deletion of single backup 2025-01-13 17:21:03 +01:00
peaklabs-dev 71edab4192 fix: UI 2025-01-13 16:54:22 +01:00
peaklabs-dev a5fadb0536 fix: function calls 2025-01-13 16:54:17 +01:00
peaklabs-dev f0d15afbf2 chore: improve code 2025-01-13 16:43:23 +01:00
peaklabs-dev a8b77b389a feat: use new backup deletion functions 2025-01-13 16:38:16 +01:00
peaklabs-dev fb01aed6d5 feat: new global s3 and local backup deletion function 2025-01-13 16:37:36 +01:00
peaklabs-dev e037ed738a feat: UI for backup retention settings 2025-01-13 16:36:41 +01:00
peaklabs-dev 04bcf01619 feat: DB migration for Backup retention
- rename number_of_backups_locally to database_backup_retention_amount_locally
- add backup retention days to local stored backups
- add s3 retention fields
2025-01-13 16:35:58 +01:00
Andras Bacsai bc42429f7e Merge pull request #4814 from peaklabs-dev/fix-system-wide-gh-apps
fix: instance wide GitHub apps
2025-01-13 12:45:20 +01:00
Andras Bacsai e6692c95c9 feat: add is_coolify_host to the server api responses 2025-01-13 12:31:03 +01:00
🏔️ Peak dd3abd2ba8 Merge branch 'next' into fix-system-wide-gh-apps 2025-01-13 12:24:56 +01:00
peaklabs-dev ebbe21a836 Merge branch 'next' of https://github.com/coollabsio/coolify into next 2025-01-13 12:24:09 +01:00
peaklabs-dev c82f271e41 fix: Application deployment 2025-01-13 12:24:07 +01:00
Andras Bacsai 9b55a2fb43 fix: if $SERVICE found in the service specific configuration, then search for it in the db 2025-01-13 12:23:38 +01:00
peaklabs-dev db5786efc9 fix: instance wide GitHub apps are not available on other teams then the source team 2025-01-13 12:14:36 +01:00
Andras Bacsai dd2d306abc feat: force deployment of services
fix: added advanced ui dropdown to services
2025-01-13 12:03:03 +01:00
peaklabs-dev 36b16e9d62 chore: disable volume data cloning for now 2025-01-13 11:14:00 +01:00
peaklabs-dev 43dacd83c9 chore: use the new job dispatch 2025-01-13 11:13:35 +01:00
peaklabs-dev 76f13125ff feat: remote server volume cloning 2025-01-13 11:13:15 +01:00
Andras Bacsai c4a75f4b87 fix: service update statsu 2025-01-13 11:06:10 +01:00
Andras Bacsai b197ae6237 fix 2025-01-13 11:03:54 +01:00
Andras Bacsai 706602b3a8 Merge pull request #4799 from coollabsio/hotfix
Hotfix
2025-01-13 09:33:37 +01:00
Andras Bacsai a85215e2d3 refactor: remove commented-out unsubscribe route from API 2025-01-13 09:21:18 +01:00
Andras Bacsai 0e94a4a472 fix: add own servers on cloud 2025-01-13 09:17:54 +01:00
Andras Bacsai 7eaf5d73f6 refactor: improve checkbox component accessibility and styling 2025-01-12 18:45:15 +01:00
Andras Bacsai 18f03dc173 fix: create destination properly 2025-01-12 17:26:28 +01:00
🏔️ Peak 0905479c8b Merge pull request #4767 from peaklabs-dev/fix-backup-executions
fix: edge case where backup executions could be null
2025-01-10 20:57:27 +01:00
Andras Bacsai 70db50def6 fix: update response message for sentinel push route
- Removed the temporary unavailability message from the /sentinel/push route to allow for proper handling of authorization without misleading responses.
- This change improves the clarity of the API response when the authorization token is not provided.
2025-01-10 20:28:11 +01:00