Commit Graph

109 Commits

Author SHA1 Message Date
Andras Bacsai 83549965ca Refactor instanceSettings() function for improved code readability 2024-10-01 10:37:40 +02:00
Andras Bacsai fe20480fdc fix: proxy 2024-09-28 11:14:14 +02:00
Andras Bacsai 9a766aedc1 Merge branch 'next' into improve-cleanup 2024-09-27 16:40:48 +02:00
Andras Bacsai 688c27c901 fix: cloudflare tunnel configuration, ui, etc 2024-09-23 23:18:23 +02:00
peaklabs-dev 164a213ab1 Fix: force helper image removal 2024-09-22 20:36:41 +02:00
peaklabs-dev ff5e445b43 Feat: Manual cleanup button and unused volumes and network deletion 2024-09-22 20:02:51 +02:00
Vahor 0739e0f5e7 trigger pull helper image job when upgrading coolify 2024-09-15 14:23:57 +02:00
Andras Bacsai aa30e83f4a fix: delete older versions of the helper image other than the latest one 2024-09-10 11:33:52 +02:00
Andras Bacsai 87ee3c511c chore: Update docker image pruning command to exclude managed images 2024-09-08 12:38:22 +02:00
Andras Bacsai 4888f4c405 refactor: upgrade process of Coolify 2024-09-05 10:15:22 +02:00
Vahor 02f950edc7 fix: pull coolify image only when the app needs to be updated 2024-09-04 19:38:13 +02:00
Vahor 0cf595e552 remove unused tag 2024-08-27 20:52:51 +02:00
Vahor c87732b065 revert format 2024-08-27 20:47:17 +02:00
Vahor 2d9c583af3 add env vars on old compose parser 2024-08-27 19:36:22 +02:00
Vahor eb22155dcc send new vars to logdrain 2024-08-27 18:41:33 +02:00
Andras Bacsai 3d73c98779 fix: docker cleanup job 2024-08-26 12:23:03 +02:00
Andras Bacsai d748d8b7c6 Merge branch 'next' into auto-cleanup-improvements 2024-08-26 11:13:40 +02:00
Andras Bacsai 3f9f197282 fix: docker cleanup job 2024-08-21 10:50:05 +02:00
ayntk-ai 5d32bd250b Fix cleanup Docker according to feedback 2024-08-18 22:41:06 +02:00
ayntk-ai adc3346f7b cleanup docker improvements 2024-08-09 23:27:39 +02:00
Andras Bacsai e2726d9dfb fix: manual update process 2024-08-08 13:32:15 +02:00
Andras Bacsai c4436aadfa Merge pull request #3000 from ayntk-ai/update-settings-improvements
Feat: Updated Check Frequency and Auto Update Frequency settings
2024-08-06 14:03:41 +02:00
Andras Bacsai 74e8a4a703 refactor: Simplify log drain installation and stop log drain if necessary 2024-08-06 10:52:47 +02:00
ayntk-ai 38976dac12 fixes and check for valid cron expressions 2024-08-05 20:05:38 +02:00
Andras Bacsai e2bc3f4841 refactor: Remove commented out code for cleaning up networks in CleanupDocker.php 2024-08-05 13:45:33 +02:00
Andras Bacsai 189a8347ed feat: add server api endpoints 2024-07-23 14:20:53 +02:00
Andras Bacsai 19097c6692 refactor: comment out unused code for network cleanup 2024-07-11 13:04:01 +02:00
Andras Bacsai deb4b16ae1 feat: cleanup unused docker networks from proxy 2024-07-11 10:17:15 +02:00
Andras Bacsai a849c25672 improve: update process 2024-06-25 12:48:56 +02:00
Andras Bacsai 58fc897ea5 fix: run user commands on high prio queue 2024-06-25 10:51:32 +02:00
Andras Bacsai c81ad5cd03 feat: container metrics 2024-06-20 13:17:06 +02:00
Andras Bacsai 23ed697b98 feat: sentinel + charts 2024-06-18 16:42:42 +02:00
Andras Bacsai 1d0a1ab16a feat: charts 2024-06-17 14:21:27 +02:00
Thijmen d86274cc37 Fix styling 2024-06-10 20:43:34 +00:00
Andras Bacsai 294721eef9 fix: autoupdate process 2024-06-04 21:57:00 +02:00
Andras Bacsai e3e938c8eb refactor: Remove unnecessary logging statements from UpdateCoolify 2024-05-30 20:32:07 +02:00
Andras Bacsai 46a500f5e5 async update process 2024-05-30 20:02:11 +02:00
Andras Bacsai cd58e0d01e fixes 2024-05-30 19:45:36 +02:00
Andras Bacsai 30a9783348 feat: Add manual update option to UpdateCoolify handle method 2024-05-30 19:38:33 +02:00
Andras Bacsai c839cf50af fix: spamming :D 2024-05-30 19:35:44 +02:00
Andras Bacsai 622095ebc4 fix: throw exception 2024-05-28 15:11:25 +02:00
Andras Bacsai 397b7fefe3 fix: test new upgrade process? 2024-05-28 15:05:18 +02:00
Andras Bacsai 70a4b7c863 feat: new manual update process + remove next_channel 2024-05-17 09:52:19 +02:00
Andras Bacsai b5bef98a9b chore: Update permissions on metrics and logs directories 2024-05-09 12:35:49 +02:00
Andras Bacsai 1026f1efa5 refactor: add SCHEDULER environment variable to StartSentinel.php 2024-05-09 12:30:51 +02:00
Andras Bacsai 4b51f8251b fix: change permissions on newly created dirs 2024-05-09 12:22:49 +02:00
Andras Bacsai e91a64b1cc Refactor GetContainersStatus.php for improved readability and maintainability 2024-05-09 12:10:06 +02:00
Andras Bacsai 1a152a5597 feat: pull new sentinel image and restart container 2024-05-08 19:19:32 +02:00
Andras Bacsai 76a5290351 Refactor StartSentinel.php for improved readability and maintainability 2024-05-08 15:29:59 +02:00
Andras Bacsai 5df443a016 Refactor StartSentinel.php for improved readability and maintainability 2024-05-08 14:48:04 +02:00