Commit Graph

1686 Commits

Author SHA1 Message Date
Romain ROCHAS
21fbc3bad8 fix(n8n): add DB_SQLITE_POOL_SIZE environment variable for configuration 2025-10-10 14:34:23 +02:00
Romain ROCHAS
9c4114e9fa fix(template) update n8n with new required env + image version 2025-10-10 14:28:18 +02:00
ShadowArcanist
8e954a3451 Set static version number for documenso service 2025-10-10 16:41:06 +05:30
ShadowArcanist
ac26fbe675 Added resend api env for documenso service 2025-10-10 16:37:35 +05:30
Blue Mouse
d16b6e9378 Bump Swetrix base version to v4.0.4 2025-10-10 01:40:53 +01:00
ShadowArcanist
42f671cfa2 Added healthcheck to moodle service 2025-10-09 09:49:33 +05:30
Halil Özgür
2fb7a6f9c7 Merge branch 'next' into add-service-gramps-web 2025-10-09 00:17:08 +03:00
Halil Özgür
354eadd02f Gramps Web: Pin to a version 2025-10-09 00:14:17 +03:00
Halil Özgür
0a5987a512 Merge branch 'coollabsio:v4.x' into add-service-gramps-web 2025-10-09 00:11:33 +03:00
Romain ROCHAS
bdd078e53d Merge branch 'next' into service/lobe-ai-chat 2025-10-08 21:46:23 +02:00
ShadowArcanist
6f086d26db fix service ente-photos-with-s3 2025-10-08 22:06:07 +05:30
Romain ROCHAS
91d5a489e8 fix(lobe-chat): update Docker image tag to a specific version 1.135.5 2025-10-08 13:32:11 +02:00
Romain ROCHAS
0bc57f7fe3 Merge branch 'next' into service/lobe-ai-chat 2025-10-08 13:20:14 +02:00
Romain ROCHAS
8b78aaf33d Merge branch 'next' into template/metamcp 2025-10-08 13:15:39 +02:00
Romain ROCHAS
67580124f6 fix: update metamcp image version and clean up environment variable syntax 2025-10-08 13:08:44 +02:00
elmariss
d752ee2b90 implement suggestions 2025-10-08 11:43:21 +02:00
zehjotkah
9a7d3ab296 replaced latest tag with specific version 2025-10-08 10:34:11 +01:00
Scan
318f092e7c Update templates/compose/bluesky-pds.yaml
Co-authored-by: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com>
2025-10-08 01:28:37 -08:00
Blue Mouse
62134aef65 Bump Swetrix to v4.0.3 2025-10-07 23:20:04 +01:00
Scan
58d4bdf1c3 Static version for pds 2025-10-07 11:46:37 -08:00
elmariss
747c764293 add gotify template 2025-10-07 21:26:54 +02:00
Mario Neuhold
a031768c3e feat(templates): pin homarr image version to v1.40.0 2025-10-07 12:19:45 +02:00
Seefs
83a3715903 Merge branch 'next' into next 2025-10-07 12:39:21 +08:00
Andras Bacsai
ae64f8cb86 fix validation on a few views 2025-10-06 21:25:24 +02:00
Mario Neuhold
31beb0f862 feat(templates): actually use the new image now 2025-10-06 20:52:31 +02:00
Seefs
a05a233530 Merge branch 'next' into next 2025-10-06 23:01:27 +08:00
Andras Bacsai
141199b41f Merge pull request #6764 from djsisson/bitnami
update bitnami to bitnamilegacy
2025-10-06 11:07:38 +02:00
Seefs
bac6f4df81 Merge branch 'next' into next 2025-10-06 08:06:46 +08:00
Mario Neuhold
dd93f93b2f feat: use new homarr image
Updated image, environment variables and volume paths according to the new version
@link https://homarr.dev/docs/getting-started/installation/docker
2025-10-05 23:35:33 +02:00
Andrii Romasiun
5b2d54b7de Merge branch 'next' into swetrix-analytics-service 2025-10-05 01:20:27 +01:00
Blue Mouse
ad4a733b28 rm 5005 port 2025-10-05 01:19:54 +01:00
Andras Bacsai
c14497303f fix(elasticsearch): update Elasticsearch and Kibana configuration for enhanced security and setup
- Removed unnecessary environment variables and added security settings for Elasticsearch and Kibana.
- Implemented password setup for the kibana_system user during the Kibana setup process.
- Updated healthcheck commands for both services to ensure proper monitoring and readiness.
- Introduced a new setup service for Kibana to streamline user password configuration.
2025-10-03 20:06:27 +02:00
Andras Bacsai
4cf600445a feat(service): add Elasticsearch password handling in extraFields method
- Implemented logic to retrieve and display the default user password for Elasticsearch in the extraFields method of the Service model.
- Enhanced data collection for environment variables related to Elasticsearch, improving service configuration management.
2025-10-03 20:05:43 +02:00
Darren Sisson
fb7af48b10 update bitnami to bitnamilegacy 2025-10-03 15:48:11 +01:00
Andras Bacsai
f0fbed8fc2 Merge branch 'next' into patch-1 2025-10-03 12:12:35 +02:00
Andras Bacsai
e17fbd3b56 refactor: update ente photos configuration for improved service management
- Enhanced environment variable configuration for the server and web services, including database and encryption settings.
- Updated health check intervals and retries for better reliability.
- Changed MinIO service configuration to use port 9000 and adjusted health checks accordingly.
- Improved volume management for data persistence.

These changes aim to streamline the deployment process and ensure better service health monitoring.
2025-10-03 10:47:55 +02:00
Andras Bacsai
ac40a65d41 fix: ente photos 2025-10-03 10:35:16 +02:00
Vishwanath Martur
fd752377d2 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-10-03 10:35:16 +02:00
Vishwanath Martur
886eaf563b 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-10-03 10:35:16 +02:00
Vishwanath Martur
35a1d7cdab 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-10-03 10:35:16 +02:00
Andras Bacsai
bcd7d399bc Merge branch 'v4.x' into feature/add-ente-photos-service-template 2025-10-03 10:30:46 +02:00
Andras Bacsai
11c43b54a3 Merge pull request #6511 from thesloppyguy/feat/ente
Feat: Ente Template
2025-10-03 10:27:24 +02:00
Alex
6b12011550 Update shlink.yaml - Fixing double https:// in web app
In Shlink web app there was an double "https://https://" before every short url. Fixed by using SERVICE_FQDN_SHLINK for "DEFAULT_DOMAIN"
2025-10-02 19:40:32 +02:00
Alex
7a8d05763a Merge branch 'coollabsio:next' into next 2025-10-02 19:38:31 +02:00
Seefs
1a3341cc59 fix: fix documentation url 2025-10-02 16:37:31 +08:00
Seefs
7edd919ed1 fix: fixed version 2025-10-02 16:36:16 +08:00
Seefs
75d8cd12b4 feat(template): added newapi 2025-10-02 16:09:07 +08:00
Romain ROCHAS
711045fff5 Merge branch 'next' into fix/evolution-api-slogan 2025-10-01 17:35:31 +02:00
Blue Mouse
b289f7cbd2 Add app URLs 2025-10-01 00:15:47 +01:00
Blue Mouse
15a2ba5704 Generate SECRET_KEY_BASE with magic env 2025-10-01 00:07:55 +01:00