Commit graph

13099 commits

Author SHA1 Message Date
Andras Bacsai
802f4647b8
Merge pull request #6953 from ShadowArcanist/patch-6
disable(service): pingvinshare
2025-10-22 21:37:00 +02:00
Andras Bacsai
a9a7c8df88
Merge pull request #6954 from ShadowArcanist/patch-7
disable(service): pingvinshare with clamav
2025-10-22 21:36:47 +02:00
Andras Bacsai
286a36420a
Merge pull request #6963 from yipfram/add/rivet-dev
Add Rivet template
2025-10-22 21:36:32 +02:00
Andras Bacsai
a02341fb55
Merge pull request #6550 from yipfram/template/metamcp
Add Metamcp app template
2025-10-22 21:36:06 +02:00
Andras Bacsai
dea8fdfb77
Merge pull request #6970 from coollabsio/andrasbacsai/readonly-compose-files
Fix: Remove content from docker_compose_raw to prevent file overwrites
2025-10-22 21:00:26 +02:00
Andras Bacsai
a956e11b3e Fix: Remove content from docker_compose_raw to prevent file overwrites
When users define volumes with content: in compose files, the content
was being removed from docker_compose but not docker_compose_raw.
This caused files to be overwritten on every deployment/save when
users edited the compose file.

Now both docker_compose and docker_compose_raw are updated with the
cleaned version (without content:), allowing users to freely edit
files in the persistent storage view without them being overwritten.

The content: field now acts as an initial value only - it creates
the file on first deployment, then is removed so users have full
control over file contents.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 17:09:36 +02:00
Andras Bacsai
b0026b3be8
Merge pull request #6967 from coollabsio/healthcheck-removal-fix
Fix healthcheck removal detection
2025-10-22 16:12:45 +02:00
Romain ROCHAS
f2510684c2
Update templates/compose/rivet-engine.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 16:07:42 +02:00
Andras Bacsai
e8851ff5cd Update healthcheck commands for MinIO services across multiple YAML files 2025-10-22 16:05:17 +02:00
Andras Bacsai
c9ca702edf
Merge pull request #6965 from ShadowArcanist/shadow/replace-minio
Replace vulnerable minio docker images with Coollabs Minio
2025-10-22 16:02:45 +02:00
Andras Bacsai
8a4de87986
Merge pull request #6966 from ShadowArcanist/patch-8
feat(service): Add MinIO community edition
2025-10-22 13:17:19 +02:00
Andras Bacsai
587517394b Changes auto-committed by Conductor 2025-10-22 13:03:17 +02:00
Andras Bacsai
466772f61a Changes auto-committed by Conductor 2025-10-22 12:41:17 +02:00
Romain ROCHAS
439ecc277d
Merge branch 'next' into add/rivet-dev 2025-10-22 11:51:53 +02:00
Romain ROCHAS
e47524f5bd
Update templates/compose/rivet-engine.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2025-10-22 11:51:38 +02:00
ShadowArcanist
92390ff250 Added coollabs/minio to the SPECIFIC SERVICES lists 2025-10-22 13:18:55 +05:30
ShadowArcanist
7bd2edfacc
Added MinIO community edition one click service 2025-10-22 13:06:04 +05:30
ShadowArcanist
13759b7104 Added coollabs minio to the SPECIFIC_SERVICES constants 2025-10-22 12:51:52 +05:30
ShadowArcanist
bad2c139c2 Replace minio with coollabs minio on ente photos with s3 service template 2025-10-22 12:41:45 +05:30
ShadowArcanist
3e76bdd59e Replace minio with coollabs minio on huly service template 2025-10-22 12:39:06 +05:30
ShadowArcanist
d17ba873aa Replace minio with coollabs minio on coolify dev compose file 2025-10-22 12:36:49 +05:30
ShadowArcanist
b88a70fde5 Replace minio with coollabs minio on supabase service template 2025-10-22 12:35:24 +05:30
ShadowArcanist
48da311573 Replace minio with coollabs minio on posthog service template 2025-10-22 12:33:40 +05:30
ShadowArcanist
190b47b1d6 Replace minio with coollabs minio on plane service template 2025-10-22 12:32:12 +05:30
ShadowArcanist
30e64f9dc6 Replace minio with coollabs minio on budibase service template 2025-10-22 12:31:02 +05:30
ShadowArcanist
41f4fe33ba Replace minio with coollabs minio on azimutt service template 2025-10-22 12:29:30 +05:30
Andras Bacsai
cb5462abfd
Merge pull request #6964 from coollabsio/andrasbacsai/healthcheck-removal-bug
Fix healthcheck reset when removed from Dockerfile
2025-10-22 08:31:27 +02:00
Andras Bacsai
51bada1871 Changes auto-committed by Conductor 2025-10-22 08:29:16 +02:00
Romain ROCHAS
878ed3f9c3 Rename to rivet-engine.yaml and update description to reflect stateful workloads 2025-10-22 03:40:18 +02:00
Romain ROCHAS
0164b54576 Add rivet.svg and rivet.yaml for AI programming environment setup 2025-10-22 03:08:57 +02:00
Romain ROCHAS
74a9dbc2ce
Merge branch 'next' into template/metamcp 2025-10-21 20:55:15 +02:00
Andras Bacsai
1a7671f66d
Merge pull request #6952 from ShadowArcanist/patch-5
disable(service): minio
2025-10-21 20:54:14 +02:00
Andras Bacsai
a474dcb3b0 version++ 2025-10-21 20:40:32 +02:00
Andras Bacsai
27d92319f5
Merge pull request #6955 from coollabsio/andrasbacsai/fix-docker-env-file
Fix: Create empty .env for Docker image deployments
2025-10-21 20:39:57 +02:00
Andras Bacsai
d8c89a1abf Changes auto-committed by Conductor 2025-10-21 20:39:39 +02:00
ShadowArcanist
fc90009047
disable pingvinshare with clamav one click service
Add ignore directive to pingvinshare-with-clamav.yaml
2025-10-22 00:05:07 +05:30
ShadowArcanist
d3a75e36f9
disable pingvinshare one click service 2025-10-21 23:56:49 +05:30
ShadowArcanist
28c601443a
disable minio one click service
Add ignore directive to minio.yaml
2025-10-21 23:40:08 +05:30
Andras Bacsai
b9c23ddc6f
Merge pull request #6945 from coollabsio/andrasbacsai/fix-service-edit-domain
Fix: Use syncFromModel in EditDomain
2025-10-21 08:51:46 +02:00
Andras Bacsai
4fc0c946da Changes auto-committed by Conductor 2025-10-21 08:47:38 +02:00
Andras Bacsai
364fe04e8c
Merge pull request #6932 from coollabsio/andrasbacsai/fix-terminal-dropdown
Update terminal select dropdown icon
2025-10-20 14:08:09 +02:00
Andras Bacsai
8a307ad2a3 Changes auto-committed by Conductor 2025-10-20 14:07:45 +02:00
Andras Bacsai
3593d941af bump version to 4.0.0-beta.437 and update nightly version to 4.0.0-beta.438 2025-10-20 13:57:48 +02:00
Andras Bacsai
784dfd50c6
Merge pull request #6927 from coollabsio/andrasbacsai/fix-terminal-ws
Skip TrustHosts for API and Webhook routes
2025-10-20 13:57:02 +02:00
Andras Bacsai
20408b9e67
Merge pull request #6929 from coollabsio/fix-mobile-navbar-bg
Update mobile navbar background and settings icon
2025-10-20 13:56:07 +02:00
Andras Bacsai
62d99b0b8b Changes auto-committed by Conductor 2025-10-20 13:55:28 +02:00
Andras Bacsai
e1fe586397 Changes auto-committed by Conductor 2025-10-20 12:59:57 +02:00
Andras Bacsai
031d40440d Changes auto-committed by Conductor 2025-10-20 10:43:22 +02:00
Andras Bacsai
251a10f5bb Changes auto-committed by Conductor 2025-10-20 10:42:21 +02:00
Andras Bacsai
84559a0e7d Changes auto-committed by Conductor 2025-10-20 09:48:37 +02:00