Commit Graph
1615 Commits
Author SHA1 Message Date
Kasra Bigdeli 9cdfec786b Removed unused code 2024-08-11 17:13:26 -07:00
Kasra Bigdeli d5dfd05886 Proper error when docker is unsupported 2024-08-11 17:11:42 -07:00
Kasra Bigdeli 87f616fc31 Added nginx -t test and revert if the config is invalid. Fixed https://github.com/caprover/caprover/issues/660 2024-08-11 15:49:31 -07:00
Kasra Bigdeli 6da129e31d Refactoring nginx reloading 2024-08-10 23:23:03 -07:00
Kasra Bigdeli 51c1026b82 Added changelog 2024-08-04 12:02:23 -07:00
Kasra Bigdeli 26c6c5fc20 Merge pull request #2103 from guilh22/master
Upgrading Docker API Version to 1.43 in order to add cap_add functionality
2024-08-04 12:02:11 -07:00
guilh22 64acf43293 Update CaptainConstants.ts
Upgrading dockerApiVersion to 1.43
2024-08-03 23:50:27 -04:00
Kasra Bigdeli 0153a7b578 Updated changelog 2024-07-22 18:03:18 -07:00
Kasra Bigdeli cdb22d3b6a Fixed golang sample 2024-07-03 21:20:17 -07:00
Kasra Bigdeli 6755f8a0f8 Updated golang sample 2024-07-03 20:59:59 -07:00
Kasra Bigdeli 71d7917790 Update LICENSE 2024-06-30 18:15:09 -07:00
Kasra Bigdeli 31313e02c6 Updated changelog 2024-06-19 11:17:53 -07:00
Kasra Bigdeli 33c02ad782 Updated deps 2024-06-19 10:55:51 -07:00
Kasra Bigdeli bb3d0e7204 Fixed formatting for https://github.com/caprover/caprover/pull/2019 2024-06-19 10:55:00 -07:00
Kasra Bigdeli 0110cc1fd2 Merge pull request #2019 from ZeekoZhu/master
Add support to customizing certbot cert command
2024-06-19 10:52:17 -07:00
Kasra Bigdeli 63906469b8 Update TERMS_AND_CONDITIONS.md 2024-05-31 18:10:49 -07:00
Kasra Bigdeli a563cd0dd5 Merge pull request #2069 from panasenco/openstack
Added OpenStack Heat template for deploying single-instance CapRover
2024-05-27 08:50:09 -07:00
Aram Panasenco 802696628c Added OpenStack Heat template for deploying single-instance CapRover 2024-05-26 21:15:35 -06:00
Zeeko daea793ccd Merge branch 'caprover:master' into master 2024-05-26 22:37:10 +08:00
ZeekoZhu ab2668da8c refactor: use shell-quote to parse cert command rule 2024-05-26 22:33:27 +08:00
Kasra Bigdeli 46d8f3465f Clearing timezone if schedule is deleted 2024-05-05 18:12:03 -07:00
Kasra Bigdeli 1ff86f43df Merge branch 'master' of github.com:caprover/caprover 2024-05-05 10:48:46 -07:00
Kasra Bigdeli 912752c847 Updated changelog 2024-05-05 10:45:47 -07:00
Kasra Bigdeli c2fb9527c2 Merge pull request #2050 from caprover/automated-cleanup
API skeleton added for automated cleanup
2024-05-05 10:42:16 -07:00
Kasra Bigdeli 2b0162126f Added validation 2024-05-05 10:37:57 -07:00
Kasra Bigdeli 6f2527c4b6 Fixed typo 2024-04-28 20:37:22 -07:00
Kasra Bigdeli 6bf4afb629 Added functionality for automated cleanup 2024-04-28 20:36:41 -07:00
Kasra Bigdeli bd553319c5 API skeleton added for automated cleanup 2024-04-28 19:42:37 -07:00
Kasra Bigdeli bf76aa9a49 Minor package update 2024-04-28 15:01:38 -07:00
Kasra Bigdeli eaf6ba8413 Revert "Fixed formatting"
This reverts commit fb819ecc15.
2024-04-28 14:56:33 -07:00
Kasra Bigdeli fb819ecc15 Fixed formatting 2024-04-28 14:28:30 -07:00
Kasra Bigdeli 2b6500f0b6 Major dependency update 2024-04-28 14:23:57 -07:00
Kasra Bigdeli ea6c70fe34 Major dependency update 2024-04-28 14:22:19 -07:00
Kasra Bigdeli 147d03c8f7 Added capability to delete multiple apps 2024-04-28 12:07:56 -07:00
Kasra Bigdeli 1d6240811b Updated packages 2024-04-20 22:59:14 -07:00
Kasra Bigdeli db0d8a8cb3 Force build 2024-04-20 22:49:42 -07:00
Kasra Bigdeli f9d880e8c3 Merge pull request #2009 from TheSpiritMan/docker-size
Optimize Dockerfile to Reduce Production Image Size
2024-02-26 20:37:55 -08:00
ZeekoZhu a5e87d6e82 feat: enhanced Certbot command customization
- Introduced CertbotCertCommandRule for dynamic command generation
- Refactored CertbotManager to utilize a CertCommandGenerator
- Added new tests for the CertCommandGenerator logic
2024-02-26 19:07:41 +08:00
TheSpiritMan 349681bc90 mod: Dockerfile for edge and release
mod: dockerignore
2024-02-22 20:11:09 +05:45
ZeekoZhu fbeda1b200 style: Clean up CertbotManager syntax
- Removed a redundant comma in function arguments
- Added a space before function declaration for consistency
2024-02-20 22:45:20 +08:00
ZeekoZhu b1f467ed3b refactor: Abstract cert success check into function
- Extracted certificate success logic into isCertCommandSuccess function
- Ensured compatibility with previous certbot success messages
2024-02-20 22:37:46 +08:00
ZeekoZhu 1509cea81b feat: Enhance Certbot cert generation flexibility
- Added getCertbotCertCommand method in CertbotManager for dynamic cert commands
- Refactored enableSsl method to use the new dynamic cert command generator
- Introduced certbotCertCommand configuration in CaptainConstants for customizable commands
2024-02-20 17:52:29 +08:00
ZeekoZhu 1bba84ee90 make certbot authenticator configurable
address: https://github.com/caprover/caprover/issues/1761
2024-02-20 10:37:21 +08:00
TheSpiritMan d2dc9ff514 add: dev-scripts inside Dockerfile 2024-02-16 15:40:06 +05:45
TheSpiritMan fa026d9849 mod: Dockerfile for Release and Edge to Decrease Docker Image Size 2024-02-15 17:31:57 +05:45
Kasra Bigdeli 10ea8dbf71 fixed https://github.com/caprover/caprover/issues/1410 2023-10-13 17:55:24 -07:00
Kasra Bigdeli e08c55db89 Merge pull request #1915 from buglinjo/master
Added support of optionally providing different captain base directory
2023-10-11 21:01:46 -07:00
Irakli Tchitadze 42d47a5b87 Replacing double question mark with double pipe 2023-10-11 13:17:36 -04:00
Irakli Tchitadze dc6df69444 Added support of optionally providing different captain base directory 2023-10-10 19:14:46 -04:00
Kasra Bigdeli b3fd2d5010 updated changelog 2023-10-03 21:19:22 -07:00