Commit Graph

164 Commits

Author SHA1 Message Date
Kasra Bigdeli 8c208a1a4e Fixed formatter 2024-12-29 22:23:46 -08:00
raisercostin b59cd2bf69 Testing again. Minimal changes to start. 2024-12-28 01:33:24 +02:00
raisercostin 886cbbf111 Refer to CaptainConstants.configs.adminPortNumber3000 as configurable admin port. Removed udp port, as is not needed now. Further cleanup. 2024-12-27 20:05:20 +02:00
raisercostin 3c9d663f25 cleanup 2024-12-27 19:54:27 +02:00
raisercostin 9694e9a37a simplify more 2024-12-27 19:54:02 +02:00
raisercostin a64c01c253 Some systems already use 80 and 443 port. Added some env variables to control the HOST (external) ports: CAPTAIN_HOST_HTTP_PORT (to change from 80), CAPTAIN_HOST_HTTPS_PORT (to change 443), CAPTAIN_HOST_ADMIN_PORT (to change 3000).
Also defined CONTAINER PORTS that never needs to change since are the ports inside containers. But is good to have as variables to be explicit that are CONAINER and not HOST ports.
2024-12-27 19:52:38 +02:00
Kasra Bigdeli abea71983d Publish CapRover Image
Run build / build (push) Has been cancelled
Run formatter / check-code-formatting (push) Has been cancelled
Run lint / run-lint (push) Has been cancelled
Build and push the edge image / run-pre-checks (push) Has been cancelled
Build and push the edge image / build-publish-docker-hub (push) Has been cancelled
2024-12-21 22:59:07 -08:00
Kasra Bigdeli 3f7e6093b0 Merge pull request #2182 from dshook/goaccess
Add Goaccess log reporting!
2024-12-21 22:33:22 -08:00
Kasra Bigdeli d66fa68bef Updated version 2024-12-01 14:56:52 -08:00
Kasra Bigdeli 3c4ab7a4ce Merge pull request #2189 from caprover/release
Backmerge release
2024-11-09 08:47:14 -08:00
Kasra Bigdeli a917a42e3e Updated version 2024-11-09 08:44:42 -08:00
Dillon Shook cd99df27b0 Update to using captain shared files instead of dedicated volume 2024-11-06 16:42:36 -05:00
AriaieBOY 5852e35e0a bump nginx version to 1.27.2 (#2183)
Run build / build (push) Has been cancelled
Run formatter / check-code-formatting (push) Has been cancelled
Run lint / run-lint (push) Has been cancelled
Build and push the edge image / run-pre-checks (push) Has been cancelled
Build and push the edge image / build-publish-docker-hub (push) Has been cancelled
2024-11-01 21:20:36 -07:00
Dillon Shook da363fa24b Self review and validate cron schedules 2024-10-31 22:35:55 -04:00
Dillon Shook 14b9c5fcf6 Update docker image location and clean up nginx config 2024-10-31 22:19:20 -04:00
Dillon Shook 86d3e36298 Dynamic config for goaccess and remove old logs 2024-10-31 21:07:01 -04:00
Dillon Shook c3d9a06ee4 Merge remote-tracking branch 'origin/master' into goaccess
# Conflicts:
#	src/models/AppDefinition.ts
2024-10-23 22:53:16 -04:00
Kasra Bigdeli dc9e7648fb Added custom nginx port support https://github.com/caprover/caprover/issues/1166 2024-10-22 19:30:31 -07:00
Dillon Shook 5315f7ffb9 Progress exposing reports 2024-10-21 09:05:11 -04:00
Kasra Bigdeli 64c2c8fad2 Removed old migration files 2024-10-20 23:00:14 -07:00
Dillon Shook 1912a5b703 Starting to get goaccess container working 2024-10-19 18:58:05 -04:00
Kasra Bigdeli b14a759e4e Fixed auth 2024-10-19 10:50:28 -07:00
Kasra Bigdeli 46e7e20cbf Preparing release 2024-10-18 23:37:47 -07:00
Kasra Bigdeli 4a32cb9dc3 Updated packages (#2165)
* Updated packages

* Updated packages

* Fixed formatting

* Fixed tests
2024-10-17 21:16:25 -07:00
Kasra Bigdeli ab19b07d5c Added theme on backend (#2161)
* Added theme on backend
2024-10-14 23:58:34 -07:00
Dillon Shook 3422efa3e7 First step getting a shared volume created for logs 2024-10-13 17:05:41 -04:00
Kasra Bigdeli 92b5ffdd15 Close https://github.com/caprover/caprover/issues/2153 2024-10-05 12:47:29 -07:00
Kasra Bigdeli 5f1c92d75c Updated apps router 2024-09-14 12:54:09 -07:00
Kasra Bigdeli ca196e51be added fallback ip for installation if public ip not found 2024-09-08 10:37:10 -07:00
Kasra Bigdeli 3456f25848 Releasing new version 2024-08-17 12:12:08 -07:00
Kasra Bigdeli 8e0cdba6be Updated certbot 2024-08-15 21:33:34 -07:00
guilh22 64acf43293 Update CaptainConstants.ts
Upgrading dockerApiVersion to 1.43
2024-08-03 23:50:27 -04:00
Kasra Bigdeli bb3d0e7204 Fixed formatting for https://github.com/caprover/caprover/pull/2019 2024-06-19 10:55:00 -07:00
ZeekoZhu ab2668da8c refactor: use shell-quote to parse cert command rule 2024-05-26 22:33:27 +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
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
Kasra Bigdeli 10ea8dbf71 fixed https://github.com/caprover/caprover/issues/1410 2023-10-13 17:55:24 -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 05aaa81fe2 Upped version - ready for hotfix 2023-09-16 20:18:01 -07:00
Kasra Bigdeli 80cb3a3a90 Fixed https://github.com/caprover/caprover/discussions/1859 2023-08-30 20:34:25 -07:00
Kasra Bigdeli c1741833a9 Fixed https://github.com/caprover/caprover/issues/1863 2023-08-29 20:19:17 -07:00
Kasra Bigdeli f055f12f6f Upped the version 2023-08-26 12:19:27 -07:00
Kasra Bigdeli f95b378442 Fixed feature flags 2023-08-04 21:46:52 -07:00
Kasra Bigdeli 22e09cf1d2 Added feature flags 2023-08-03 14:27:39 -07:00
Kasra Bigdeli b40bd63bc7 changed base domains 2023-07-31 17:02:15 -07:00
Kasra Bigdeli ea1b06a1a6 Squash merge pro 2023-07-20 11:48:11 -07:00
Kasra Bigdeli a71dfbcd68 Added redirect to specific domain https://github.com/caprover/caprover/issues/314 (#1744) 2023-05-08 22:07:13 -07:00
Kasra Bigdeli d7a9997c7f app tags 2023-03-30 22:11:41 -07:00