Commit Graph

12653 Commits

Author SHA1 Message Date
Chirag Aggarwal 914fcfa0ca Merge branch 'next' into fix-appwrite-template 2025-09-08 11:07:21 +07:00
thesloppyguy e6798ebf5e fix: region env variable 2025-09-08 02:23:40 +05:30
Andras Bacsai 45c75ad9c1 feat(ssh): add Sentry tracking for SSH retry events to enhance error monitoring 2025-09-07 18:57:20 +02:00
Andras Bacsai 4bd29bf966 refactor(ssh): enhance error handling in SSH command execution and improve connection validation logging 2025-09-07 18:45:44 +02:00
Andras Bacsai 579cc25898 fix(ssh): introduce SshRetryHandler and SshRetryable trait for enhanced SSH command retry logic with exponential backoff and error handling 2025-09-07 17:17:35 +02:00
Andras Bacsai b847740924 refactor(command): simplify SSH command retry logic by removing unnecessary logging and improving delay calculation 2025-09-07 16:38:11 +02:00
Terijaki 0f030c5e54 Change favicon image type to PNG and SVG
Changing to the correct type. Incorrect type can cause issues with certain browsers.
2025-09-07 13:28:37 +02:00
Andras Bacsai b6176d905b feat(command): implement SSH command retry logic with exponential backoff and logging for better error handling 2025-09-07 10:26:23 +02:00
Chirag Aggarwal 80fb0651f3 Merge branch 'next' into fix-appwrite-template 2025-09-07 15:15:36 +07:00
SAHIL 39e4c6f1b1 Merge branch 'next' into feat/ente 2025-09-06 11:07:30 +05:30
thesloppyguy 9289730cd9 Removed Restart Condition. 2025-09-06 10:32:49 +05:30
thesloppyguy 32ed4cbe6d Fix: Product hunt Ente Logo 2025-09-06 04:05:14 +05:30
thesloppyguy 97c22ab570 Fix: Services & Env variables 2025-09-06 04:00:48 +05:30
Andras Bacsai 2d135071c7 refactor(command): replace forceDelete calls with DeleteResourceJob dispatch for all stuck resources in cleanup process 2025-09-05 19:28:08 +02:00
Andras Bacsai 8c5c249c6a refactor(webhook): replace direct forceDelete calls with DeleteResourceJob dispatch for application previews 2025-09-05 19:27:59 +02:00
Andras Bacsai 136ca08305 refactor(command): streamline Init command by removing unnecessary options and enhancing error handling for various operations 2025-09-05 19:27:49 +02:00
Andras Bacsai a10e51b2c4 fix(webhook): replace delete with forceDelete for application previews to ensure immediate removal 2025-09-05 17:50:33 +02:00
Andras Bacsai 28d05f759e refactor(command): remove InitChangelog command as it is no longer needed 2025-09-05 17:45:15 +02:00
Andras Bacsai 9c3345318a fix(user): ensure email attributes are stored in lowercase for consistency and prevent case-related issues 2025-09-05 17:44:34 +02:00
Andras Bacsai 49bd0a2a01 refactor(command): improve database collection logic for deletion command by using unique identifiers and enhancing user experience 2025-09-05 17:43:19 +02:00
Andras Bacsai 581b649cd7 fix(command): enhance cleanup process for stuck application previews by adding force delete for trashed records 2025-09-05 17:43:05 +02:00
Andras Bacsai 16447b7391 refactor(command): streamline database deletion process to handle multiple database types and improve user experience 2025-09-05 14:56:30 +02:00
Andras Bacsai b17c65b224 fix(command): enhance database deletion command to support multiple database types 2025-09-05 14:55:15 +02:00
Andras Bacsai 339118558c feat(settings): add option to restrict PR deployments to repository members and contributors 2025-09-05 14:30:51 +02:00
Chirag Aggarwal dd04f15e63 expose appwrite-browser and update executor version 2025-09-04 23:21:15 +05:30
Kimmo Salmela 1530d35b63 Add monochrome logo 2025-09-04 14:09:43 +03:00
Kimmo Salmela c8b6ffe549 Add SVG role attributes and title tags 2025-09-04 14:07:19 +03:00
Kimmo Salmela 7a7f2c64bb Update Coolify logo files 2025-09-04 13:41:20 +03:00
Chirag Aggarwal a9de4bb568 Merge branch 'next' into fix-appwrite-template 2025-09-04 17:04:33 +07:00
Chirag Aggarwal fcdd922f05 chore: use main value then fallback to service_ values 2025-09-04 15:28:38 +05:30
Dominic 758fe18d79 oops missed a check 2025-09-03 13:01:03 -04:00
SAHIL 26c01196f7 Fix: Env 2025-09-03 21:06:56 +05:30
thesloppyguy 4a81a96d94 Fix: Lean Config 2025-09-03 14:30:45 +05:30
Vishwanath Martur 8c8e2973c7 Fix MinIO image and health check to match Coolify standards
- Change MinIO image from 'minio/minio:latest' to 'quay.io/minio/minio:latest'
  This matches the official Coolify MinIO template for consistency
- Update health check from curl-based to 'mc ready local' command
  This is more reliable and matches the official MinIO template
- Update health check intervals and retries to match official template
  (interval: 5s, timeout: 20s, retries: 10)
- Update service templates JSON files with corrected configuration

Addresses @devdilson's feedback about MinIO configuration consistency
with existing Coolify templates and best practices.
2025-09-03 07:43:45 +05:30
Vishwanath Martur 75b508c53e Restore docker-compose.dev.yml file
- Restore docker-compose.dev.yml to original state as requested by @Cinzya
- File should not be deleted, just reverted to original state
- Addresses reviewer feedback about keeping the file intact
2025-09-03 07:24:59 +05:30
Vishwanath Martur 29562cd540 Merge branch 'feature/add-ente-photos-service-template' of https://github.com/vishwamartur/coolify into feature/add-ente-photos-service-template 2025-09-03 07:23:31 +05:30
Vishwanath Martur 7fe8fec1de Address reviewer feedback: Fix MinIO endpoint and add admin permissions
- Fix MinIO endpoint configuration to use SERVICE_URL_MINIO_3200 for public access
  This resolves the issue with signed URLs for photo uploads as noted by @devdilson
- Add ENTE_INTERNAL_ADMIN environment variable to grant first account admin permissions
  This prevents the 10GB storage limit issue mentioned in the review
- Update service templates JSON files with the corrected configuration
- Ensure MinIO service has proper SERVICE_URL configuration for external access

Addresses all feedback from @devdilson's review comments:
- Fixes signed URL access for photo uploads
- Grants admin permissions to first account
- Maintains proper service architecture for Coolify deployment
2025-09-03 07:23:07 +05:30
Vishwanath Martur c254b51ead Delete docker-compose.dev.yml 2025-09-02 22:07:57 +05:30
SAHIL 7c50029fe1 Merge branch 'next' into feat/ente 2025-09-02 20:39:08 +05:30
Vishwanath Martur c5befbd276 Use official Ente Photos icon design
- Update SVG logo to match the official Ente Photos PNG icon
- Based on the official icon from public/ente-photos-icon-green.png
- Maintain official Ente green gradient colors (#00D4AA to #00A693)
- Improve 'e' letterform to match official Ente branding more closely
- Ensure consistency with official Ente Photos visual identity

Addresses reviewer feedback to use official logo instead of custom design
2025-09-02 20:25:30 +05:30
Vishwanath Martur 21992a481d Update Ente Photos logo to match official branding
- Replace custom camera-based logo with official Ente-inspired design
- Use official Ente green color scheme (#00D4AA to #00A693)
- Implement simplified 'e' letter design matching Ente brand identity
- Remove docker-compose.dev.yml changes as requested in PR review

Addresses feedback from PR review #6515
2025-09-02 20:08:33 +05:30
thesloppyguy d42c531dab Feat: Cofig variables 2025-09-02 19:19:54 +05:30
Vishwanath Martur 0535335dd3 Add Ente Photos service template files
- Add ente-photos.yaml template with museum, postgres, and minio services
- Add custom SVG logo for Ente Photos
- Update service templates JSON files with new template
2025-09-02 15:28:10 +05:30
Vishwanath Martur db7b7d7b4c feat: Add Ente Photos service template
- Add Ente Photos service template with museum server, PostgreSQL, and MinIO
- Include complete Docker Compose configuration with health checks
- Add custom SVG logo for Ente Photos service
- Support for end-to-end encrypted photo storage alternative to Google Photos
- Auto-generate service templates JSON with proper categorization
- Fix docker-compose.dev.yml network configuration for coolify service

Resolves #6501
2025-09-02 15:26:42 +05:30
Andras Bacsai f38217e717 fix(templates): update SECRET_KEY environment variable in getoutline.yaml to use SERVICE_HEX_32_OUTLINE 2025-09-01 16:44:09 +02:00
Andras Bacsai 9db8b62219 feat(ui): display current version in settings dropdown and update UI accordingly 2025-09-01 16:23:14 +02:00
Andras Bacsai 0bfffb503e feat(command): add option to sync GitHub releases to BunnyCDN and refactor sync logic 2025-09-01 16:14:02 +02:00
Andras Bacsai d2ed68e605 refactor(jobs): pull github changelogs from cdn instead of github 2025-09-01 16:13:55 +02:00
sahil 1c3dbfb066 Feat: ente config 2025-09-01 14:32:02 +05:30
Chirag Aggarwal 002902492f fix: appwrite template - 500 errors, missing env vars etc. 2025-09-01 12:09:10 +05:30