sriram veeraghanta
27db598955
Sync: Community Changes #3336
2025-06-05 20:41:03 +05:30
Manish Gupta
9f37f1ef0e
[INFRA-183] feat: add restore-airgapped script to build workflow ( #7170 )
...
* [WEB-4260] chore: add restore-airgapped script to build workflow
* docs: update restore instructions in README for self-hosted and commercial air-gapped versions
* fix: update restore script filename and improve error handling in restore-airgapped script
2025-06-05 17:27:57 +05:30
Akshat Jain
44926341c3
fix: update email save endpoint URL in docker-compose configuration ( #3244 )
2025-05-22 18:43:43 +05:30
Nikhil
ff15c22123
[WEB-4156] fix: intake email domain validation #3242
2025-05-22 17:55:12 +05:30
Akshat Jain
08bdafcee8
[INFRA-156] fix: update SMTP port configurations in variables.env for email service #3235
2025-05-21 16:10:59 +05:30
Manish Gupta
ee6e7596bb
[INFRA-77] feat: add email service and SMTP configuration to docker-compose ( #3098 )
...
* feat: add email service and SMTP configuration to docker-compose
- Introduced a new email service in docker-compose with environment variables for SMTP configuration.
- Updated Caddyfile to route SMTP traffic for email service.
- Added necessary SMTP ports and health checks for the email service.
- Updated variables.env to include email-related configurations and replicas.
* refactor: clean up Caddyfile SMTP routing configuration
- Simplified the indentation and formatting of the SMTP routing sections in the Caddyfile.
- Ensured consistent structure for the proxy routes for email services on specified ports.
* fix: update SMTP domain binding in Caddyfile
- Changed the SMTP domain binding in the Caddyfile to use '0.0.0.0' for specified ports (10025, 10465, 10587) to allow connections from all network interfaces.
- This adjustment enhances the accessibility of the email service routing configuration.
* fix: update mail server testing instructions in README
- Changed placeholder from `<mail-domain>` to `<host-domain>` for clarity in SMTP connection testing instructions.
- This update improves the accuracy of the documentation for users testing their mail server setup.
* feat: enhance email service configuration in docker-compose and Caddyfile
- Added SMTP environment variables to coolify-compose.yml for better email service configuration.
- Updated docker-compose-caddy.yml to remove redundant SMTP_DOMAIN variable.
- Modified Caddyfile to simplify SMTP domain binding for email service routes.
- Ensured proper permissions for TLS directory in email Dockerfile.
* refactor: remove email service environment variables in coolify-compose.yml
---------
Co-authored-by: akshat5302 <akshatjain9782@gmail.com >
2025-05-21 13:29:28 +05:30
sriram veeraghanta
c634e1a5ad
Sync: Community Changes #3190
2025-05-14 16:10:14 +05:30
Manish Gupta
080cf70e3f
refactor: Enhance backup and restore scripts for container data ( #7055 )
...
* refactor: enhance backup and restore scripts for container data management
* fix: ensure proper quoting in backup script to handle paths with spaces
* fix: ensure backup directory is only removed if tar command succeeds
* CodeRabbit fixes
2025-05-14 12:33:53 +05:30
Manish Gupta
4c3f7f27a5
fix: update API service startup check to use HTTP request instead of logs ( #7054 )
2025-05-14 10:02:21 +05:30
Akshat Jain
1e20b1d5af
[INFRA-141] chore: add AES_SECRET_KEY to environment configuration files #3124
2025-05-05 16:18:54 +05:30
sriram veeraghanta
4c892a8a34
chore: compose file version update
2025-04-29 17:34:11 +05:30
Akshat Jain
60d778b0f3
fix: add live server secret key to environment variables ( #3069 )
2025-04-29 13:10:00 +05:30
sriram veeraghanta
e07e3e543d
fix: live base path and url changes in coolify and portainer
2025-04-28 21:19:12 +05:30
sriram veeraghanta
40a50dfaf9
fix: live base path and url fixes
2025-04-28 21:14:00 +05:30
sriram veeraghanta
f9e7af7ae9
fix: live server secret key on coolify and portainer
2025-04-28 20:13:53 +05:30
sriram veeraghanta
707cb7b54f
fix: live server secret key
2025-04-28 19:27:14 +05:30
sriram veeraghanta
22788058e1
fix: docker live server start command
2025-04-28 18:21:08 +05:30
sriram veeraghanta
34b61bf544
Sync: Community Changes #3063
2025-04-28 18:17:51 +05:30
sriram veeraghanta
2bcf6c76cd
chore: remove dockerhub user varible from compose
2025-04-28 16:28:48 +05:30
sriram veeraghanta
91ef6b096a
Sync: Community Changes #3062
2025-04-28 14:46:25 +05:30
Surya Prashanth
da524bfac5
[SILO-163] chore: create separate env variable for silo callback base url #3060
2025-04-28 14:45:49 +05:30
Akshat Jain
fb3e022042
[INFRA-134] fix: Setup and Swarm scripts for DOCKERHUB_USERNAME #6988
2025-04-28 14:37:51 +05:30
sriram veeraghanta
5adfcce2cc
fix: docker images updated to artifacts source
2025-04-27 14:10:55 +05:30
sriram veeraghanta
4cacd37cf6
Sync: Community Changes #3055
2025-04-25 20:49:07 +05:30
Akshat Jain
e3fbb7b073
[INFRA-134]: Update Docker images to use new artifact repository path #6978
2025-04-25 18:09:43 +05:30
Akshat Jain
97081399e8
[INFRA-133]: update API key rate limit format in variables.env ( #3047 )
...
* fix: update API key rate limit format in variables.env
* fix: update API key rate limit format in environment files
2025-04-25 14:09:48 +05:30
sriram veeraghanta
a0781e430d
sync: canary to preview
2025-04-22 17:03:01 +05:30
Manish Gupta
16d3952a04
Improvement: Docker Images Renamed #2658
...
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-04-08 15:13:33 +05:30
pablohashescobar
50935ea83f
fix: merge conflicts
2025-04-03 00:11:35 +05:30
Nikhil
d9e3405f5a
[WEB-3700] chore: improve authentication redirections ( #6836 )
...
* chore: update redirections to be from allowed hosts
* chore: update redirection logic
* chore: add web url in settings
* chore: add next path validation
* chore: update typings
* chore: update typings
* chore: update types
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2025-04-02 23:09:27 +05:30
sriram veeraghanta
2fe2a266d1
fix: remove sentry from enterprise files
2025-03-25 16:24:30 +05:30
sriram veeraghanta
f542c241e4
fix: merge conflicts
2025-03-25 16:02:49 +05:30
sriram veeraghanta
f29867968a
chore: removed sentry instrumentation dependencies
2025-03-25 15:54:44 +05:30
Akshat Jain
1f6e55ea7e
feat: add portainer compose file for commercial edition ( #2759 )
2025-03-19 18:59:08 +05:30
Akshat Jain
c9e827b4dd
fix: rename docker images of admin and web ( #2739 )
2025-03-19 18:59:08 +05:30
Akshat Jain
2e78ed054b
fix: remove DATABASE_URL and REDIS_URL default value frplme variables env file ( #2729 )
2025-03-19 18:59:08 +05:30
Akshat Jain
b86d0eceb9
chore: add envs in commercial docker compose files ( #2698 )
2025-03-19 18:59:08 +05:30
Akshat Jain
654f851685
chore: add env MINIO_ENDPOINT_SSL in docker compose file ( #6731 )
2025-03-19 18:59:08 +05:30
Nikhil
780943027a
chore: make api rate limit configurable through environment variable ( #6730 )
2025-03-19 18:59:04 +05:30
Akshat Jain
d2749c8555
feat: add portainer compose file for commercial edition ( #2759 )
2025-03-19 18:27:22 +05:30
Akshat Jain
ea18b5fd52
fix: rename docker images of admin and web ( #2739 )
2025-03-17 12:39:38 +05:30
Akshat Jain
8d770debf0
fix: remove DATABASE_URL and REDIS_URL default value frplme variables env file ( #2729 )
2025-03-13 18:56:09 +05:30
Akshat Jain
e9197769da
chore: add envs in commercial docker compose files ( #2698 )
2025-03-10 18:21:04 +05:30
sriram veeraghanta
2848c64bfd
Merge branch 'preview' into sync/ce-ee
2025-03-10 18:18:19 +05:30
Akshat Jain
4ce40fb3db
chore: add env MINIO_ENDPOINT_SSL in docker compose file ( #6731 )
2025-03-10 17:39:07 +05:30
Nikhil
9ba2ed7d89
chore: make api rate limit configurable through environment variable ( #6730 )
2025-03-10 17:27:35 +05:30
Akshat Jain
573afc40e7
chore: fix caddy compose and monitor service ( #2647 )
...
* fix beat worker volume name
* add docker compose in monitor service
* removed `DEPLOY_PLATFORM` check condition from monitor service
2025-03-05 17:49:47 +05:30
sriram veeraghanta
bdf79e2db4
fix: docker compose changes
2025-03-05 00:55:39 +05:30
Akshat Jain
9cff76d279
fix: docker compose variable changes ( #2644 )
2025-03-04 23:34:00 +05:30
Akshat Jain
6adf38a6c6
infra: external deployments for commercial edition ( #2523 )
...
* restructured Proxy, Deploy/CLI-install contents
* removed caddy assets fron release
* fixed changes in variables.env
* fixed action
* test build
* testing release
* finalize the caddy changes
* renamed proxy-ee to proxy.
* chore: changed docker compose file swarm compatible
* fix: added port no in proxy configuration
* added Replica Envs for services
* compose file for coolify
* updated docker-compose
* fix changes
* updated docker-compose.yml
* updated monitor to handle COOLIFY
* updated deploy_platform value
* pulled latest preview
* updated variables env
* fix merge conflicts
* fix changes
* fix changes
* chore: coolify compose file
* chore: added github action to upload coolify compose file on s3
* fixed monitor build
* testing release build
* updated branch-build-ee
---------
Co-authored-by: Manish Gupta <manish@plane.so >
Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com >
2025-03-04 01:47:29 +05:30